From 4394e4248455637ab7836756058ac872fdf4af10 Mon Sep 17 00:00:00 2001
From: wayne <wayne8692wayne8692@gmail.com>
Date: 星期四, 17 二月 2022 11:39:43 +0800
Subject: [PATCH] Merge branch 'pollex-dev' into sit

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

diff --git a/PAMapp/shared/models/account.model.ts b/PAMapp/shared/models/account.model.ts
index 0076a64..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;
-    experiences        : string;  
+    experiences        : string;
     awards           : string;
-    communicationStyle: string; 
+    communicationStyle: string;
     photoBase64       : string;
 }

--
Gitblit v1.8.0