From fdedea98f7c2af0144de16a6e291310869f6d113 Mon Sep 17 00:00:00 2001 From: Tomas <tomasysh@gmail.com> Date: 星期一, 31 七月 2023 12:24:06 +0800 Subject: [PATCH] Update: 調整諮詢方式 property name --- PAMapp/shared/models/account.model.ts | 18 ++++++++++-------- 1 files changed, 10 insertions(+), 8 deletions(-) diff --git a/PAMapp/shared/models/account.model.ts b/PAMapp/shared/models/account.model.ts index ea0154e..9975a23 100644 --- a/PAMapp/shared/models/account.model.ts +++ b/PAMapp/shared/models/account.model.ts @@ -7,18 +7,20 @@ 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; + email : string; + entryDate : string; } -- Gitblit v1.9.3