From ab9d102ce99644f73ff365a1e70afbda1e14276d Mon Sep 17 00:00:00 2001
From: Tomas <tomasysh@gmail.com>
Date: 星期五, 28 七月 2023 12:03:32 +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 9bb43ba..4342486 100644
--- a/PAMapp/shared/models/appointment.model.ts
+++ b/PAMapp/shared/models/appointment.model.ts
@@ -40,6 +40,7 @@
   phone                : string;
   requirement          : string;
   satisfactionScore    : number;
+  consultantMode       : string;
 };
 
 export interface AppointmentClosedInfo {
@@ -123,8 +124,8 @@
   job            : string;
   phone          : string;
   requirement    : string[];
+  consultantMode : string;
 }
-
 export interface ContactTime {
   selectTimesOptions: string[];
   selectWeekOptions : string[];

--
Gitblit v1.8.0