From e02d6534d2dba4b8adcbb80e37cc77bf8bddd26c Mon Sep 17 00:00:00 2001
From: Tomas <tomasysh@gmail.com>
Date: 星期三, 09 三月 2022 16:50:48 +0800
Subject: [PATCH] update#136137: [諮詢度表現] 顧問詳細資訊API 前端調整串接

---
 PAMapp/shared/models/account.model.ts |   17 +++++++++--------
 1 files changed, 9 insertions(+), 8 deletions(-)

diff --git a/PAMapp/shared/models/account.model.ts b/PAMapp/shared/models/account.model.ts
index 0076a64..f433c6c 100644
--- a/PAMapp/shared/models/account.model.ts
+++ b/PAMapp/shared/models/account.model.ts
@@ -7,18 +7,19 @@
 export interface AgentInfoSetting{
     agentNo           : string;
     name              : string;
-    expertise         : string[];  
+    expertise         : string[];
     title             : string;
     role              : string;
-    serveArea         : string;
-    gender            : string;  
+    serveArea         : string[];
+    gender            : string;
     phoneNumber       : string;
     companyAddress    : string;
-    seniorityYear     : number; 
-    seniorityMonth    : number; 
+    seniorityYear     : number;
+    seniorityMonth    : number;
     concept           : string;
-    experiences        : string;  
-    awards           : string;
-    communicationStyle: string; 
+    experiences       : string;
+    awards            : string;
+    communicationStyle: string;
     photoBase64       : string;
+    email             : string;
 }

--
Gitblit v1.8.0