From c294aaef78509c888cbd133f0841467d1803e8c2 Mon Sep 17 00:00:00 2001
From: Tomas <tomasysh@gmail.com>
Date: 星期四, 10 二月 2022 14:18:02 +0800
Subject: [PATCH] update: [顧問-帳號資訊, 編輯帳號資訊] 優化畫面

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

diff --git a/PAMapp/shared/models/account.model.ts b/PAMapp/shared/models/account.model.ts
index ea0154e..f2e0e03 100644
--- a/PAMapp/shared/models/account.model.ts
+++ b/PAMapp/shared/models/account.model.ts
@@ -7,18 +7,18 @@
 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;
-    experience        : string;  
-    award             : string;
-    communicationStyle: string; 
+    experiences        : string;
+    awards           : string;
+    communicationStyle: string;
     photoBase64       : string;
 }

--
Gitblit v1.9.3