From c4657209fea6c0b74708de65d936e9033660a1b9 Mon Sep 17 00:00:00 2001
From: Tomas <tomasysh@gmail.com>
Date: 星期一, 27 十二月 2021 11:45:41 +0800
Subject: [PATCH] update: [顧問-客戶預約列表] row 顯示時間為 appointmentDate

---
 PAMapp/shared/models/client.model.ts |   31 ++++++++++++++++---------------
 1 files changed, 16 insertions(+), 15 deletions(-)

diff --git a/PAMapp/shared/models/client.model.ts b/PAMapp/shared/models/client.model.ts
index e6a0488..072984e 100644
--- a/PAMapp/shared/models/client.model.ts
+++ b/PAMapp/shared/models/client.model.ts
@@ -1,21 +1,22 @@
 export interface ClientInfo {
-  id                : number,
-  phone             : string,
-  email             : string,
-  contactType       : string,
-  gender            : string,
   age               : string,
-  job               : string,
-  requirement       : string,
-  communicateStatus : string,
-  hopeContactTime   : string,
-  otherRequirement  : string,
-  appointmentDate   : string,
   agentNo           : string,
-  customerId        : number,
-  name              : string,
-  consultantViewTime: string,
+  appointmentDate   : string,
+  communicateStatus : string,
   consultantReadTime: string,
+  consultantViewTime: string,
   contactTime       : string,
-  satisfactionScore : number
+  contactType       : string,
+  customerId        : number,
+  email             : string,
+  gender            : string,
+  hopeContactTime   : string,
+  id                : number,
+  job               : string,
+  lastModifiedDate  : string,
+  name              : string,
+  otherRequirement  : string,
+  phone             : string,
+  requirement       : string,
+  satisfactionScore : number,
 }

--
Gitblit v1.8.0