From fa782dca2a00e9a4a48c5b3588f5eb3b47af93cf Mon Sep 17 00:00:00 2001 From: wayne <wayne8692wayne8692@gmail.com> Date: 星期二, 01 三月 2022 15:41:05 +0800 Subject: [PATCH] [update] [todo 136031] 諮詢度表現,提供前端該顧問所有預約單數量以及近一個月的預約單數量 --- 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