保誠-保戶業務員媒合平台
HelenHuang
2021-12-27 3d42ccafe8a23590d7ec0e4789156f3865b26cf8
PAMapp/shared/models/client.model.ts
@@ -1,21 +1,22 @@
export interface ClientInfo {
  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,
  consultantViewTime: string,
  appointmentDate   : string,
  communicateStatus : string,
  consultantReadTime: string,
  consultantViewTime: string,
  contactTime       : string,
  satisfactionScore : number
  contactType       : string,
  customerId        : number,
  email             : string,
  gender            : string,
  hopeContactTime   : string,
  id                : number,
  job               : string,
  lastModifiedDate  : string,
  name              : string,
  otherRequirement  : string,
  phone             : string,
  requirement       : string,
  satisfactionScore : number,
}