From fa782dca2a00e9a4a48c5b3588f5eb3b47af93cf Mon Sep 17 00:00:00 2001
From: wayne <wayne8692wayne8692@gmail.com>
Date: 星期二, 01 三月 2022 15:41:05 +0800
Subject: [PATCH] [update] [todo 136031] 諮詢度表現,提供前端該顧問所有預約單數量以及近一個月的預約單數量

---
 PAMapp/shared/models/account.model.ts |   24 ++++++++++++++++++++++--
 1 files changed, 22 insertions(+), 2 deletions(-)

diff --git a/PAMapp/shared/models/account.model.ts b/PAMapp/shared/models/account.model.ts
index abc4914..f433c6c 100644
--- a/PAMapp/shared/models/account.model.ts
+++ b/PAMapp/shared/models/account.model.ts
@@ -1,5 +1,25 @@
 export interface UserSetting {
-    name: string;
+    name  : string;
     phone?: string;
     email?: string;
-}
\ No newline at end of file
+}
+
+export interface AgentInfoSetting{
+    agentNo           : string;
+    name              : string;
+    expertise         : string[];
+    title             : string;
+    role              : string;
+    serveArea         : string[];
+    gender            : string;
+    phoneNumber       : string;
+    companyAddress    : string;
+    seniorityYear     : number;
+    seniorityMonth    : number;
+    concept           : string;
+    experiences       : string;
+    awards            : string;
+    communicationStyle: string;
+    photoBase64       : string;
+    email             : string;
+}

--
Gitblit v1.8.0