保誠-保戶業務員媒合平台
Tomas
2023-07-28 ab9d102ce99644f73ff365a1e70afbda1e14276d
PAMapp/shared/models/appointment.model.ts
@@ -40,6 +40,7 @@
  phone                : string;
  requirement          : string;
  satisfactionScore    : number;
  consultantMode       : string;
};
export interface AppointmentClosedInfo {
@@ -123,8 +124,8 @@
  job            : string;
  phone          : string;
  requirement    : string[];
  consultantMode : string;
}
export interface ContactTime {
  selectTimesOptions: string[];
  selectWeekOptions : string[];