From 8330d39b4274453e569fcbd673902b0c5f64df53 Mon Sep 17 00:00:00 2001 From: Tomas <tomasysh@gmail.com> Date: 星期一, 17 一月 2022 09:00:31 +0800 Subject: [PATCH] update: 補上成交需填寫的保護身分證字號欄位 --- 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