From 3712b0a6ff1329ecf4d5ea5ba879e28b428c565e Mon Sep 17 00:00:00 2001 From: HelenHuang <LinHuang@pollex.com.tw> Date: 星期三, 26 一月 2022 14:51:44 +0800 Subject: [PATCH] Merge branch 'Phase3' of https://dev.pollex.com.tw:8443/r/pcalife/PAM into Phase3 --- PAMapp/shared/models/consultant.model.ts | 9 +++++---- 1 files changed, 5 insertions(+), 4 deletions(-) diff --git a/PAMapp/shared/models/consultant.model.ts b/PAMapp/shared/models/consultant.model.ts index 596d61b..3a9c680 100644 --- a/PAMapp/shared/models/consultant.model.ts +++ b/PAMapp/shared/models/consultant.model.ts @@ -16,9 +16,10 @@ } export interface ConsultantWithAppointmentId extends Consultant { - appointmentId : number; - appointmentDate : string; - appointmentScore?: number; - appointmentStatus: string; + appointmentDate : string; + appointmentId : number; + appointmentLastModifiedDate: string; + appointmentScore? : number; + appointmentStatus : string; } -- Gitblit v1.8.0