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 | 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