保誠-保戶業務員媒合平台
Tomas
2022-01-17 8330d39b4274453e569fcbd673902b0c5f64df53
PAMapp/shared/models/appointment.model.ts
@@ -139,6 +139,7 @@
    planCode              : string;
    policyEntryDate       : string;
    policyholderIdentityId: string;
    remark?               : string;
}
export interface ToCloseAppointment {
@@ -146,6 +147,6 @@
  closedOtherReason: string;
  closedReason     : string;
  contactStatus    : ContactStatus;
  remark           : string;
  remark?          : string;
}