保誠-保戶業務員媒合平台
Mila
2022-01-17 f41af9be6cf3a4edb8b222f6e351bfaa03362085
PAMapp/shared/models/appointment.model.ts
@@ -157,3 +157,14 @@
  message      : string;
  phone        : string;
}
export interface InterviewRecordInfo {
  content: string;
  interviewDate: string;
  appointmentId: number;
}
export interface UpdateInterviewRecordInfo {
  /** interviewRecord id */
  id: number;
}