| | |
| | | } |
| | | |
| | | 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; |
| | | age : string; |
| | | agentNo : string; |
| | | appointmentDate : string; |
| | | appointmentMemoList?: string[]; |
| | | communicateStatus : string; |
| | | consultantReadTime : string; |
| | | consultantViewTime : string; |
| | | contactTime : string; |
| | | contactType : string; |
| | | customerId : number; |
| | | email : string; |
| | | gender : string; |
| | | hopeContactTime : string; |
| | | id : number; |
| | | interviewRecordDTOs : string[]; |
| | | job : string; |
| | | lastModifiedDate : string; |
| | | name : string; |
| | | otherRequirement : string; |
| | | phone : string; |
| | | requirement : string; |
| | | satisfactionScore? : number; |
| | | } |
| | | export interface AppointmentParams { |
| | | phone : string; |
| | |
| | | content: string, |
| | | /** memo id */ |
| | | id: number |
| | | } |
| | | } |