From 8ece1a33dd0776e8a3cc94d3ac4faf8c6f7ff03c Mon Sep 17 00:00:00 2001 From: Mila <Mila@pollex.com.tw> Date: 星期一, 17 一月 2022 10:08:26 +0800 Subject: [PATCH] add: TODO#134181 dateTimePicker --- PAMapp/shared/models/appointment.model.ts | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/PAMapp/shared/models/appointment.model.ts b/PAMapp/shared/models/appointment.model.ts index c6b5d13..759a588 100644 --- a/PAMapp/shared/models/appointment.model.ts +++ b/PAMapp/shared/models/appointment.model.ts @@ -139,6 +139,7 @@ planCode : string; policyEntryDate : string; policyholderIdentityId: string; + remark? : string; } export interface ToCloseAppointment { @@ -146,6 +147,6 @@ closedOtherReason: string; closedReason : string; contactStatus : ContactStatus; - remark : string; + remark? : string; } -- Gitblit v1.8.0