保誠-保戶業務員媒合平台
Mila
2021-12-21 7c2808237b145f18eeb2c6e06c206451352d614e
PAMapp/assets/ts/models/appointment.model.ts
@@ -37,3 +37,22 @@
  updateTime          : Date | string;
  contactStatus       : string;
}
export interface AppointmentDetail {
  id               : number;
  phone            : string;
  email            : string;
  contactType      : string;
  gender           : string;
  age              : string;
  job              : string;
  requirement      : string;
  communicateStatus: string;
  hopeContactTime  : string;
  otherRequirement : string;
  appointmentDate  : string;
  agentNo          : string;
  customerId       : number;
  name             : string;
}