保誠-保戶業務員媒合平台
Tomas
2021-12-27 c4657209fea6c0b74708de65d936e9033660a1b9
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,
}