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; }