From b569c2254c1f870e174581c0825436a99c528097 Mon Sep 17 00:00:00 2001 From: Tomas <tomasysh@gmail.com> Date: 星期一, 24 一月 2022 11:53:46 +0800 Subject: [PATCH] update: [滿意度通知] route query parameter - 清除方式調整 --- PAMapp/shared/models/account.model.ts | 23 +++++++++++++++++++++-- 1 files changed, 21 insertions(+), 2 deletions(-) diff --git a/PAMapp/shared/models/account.model.ts b/PAMapp/shared/models/account.model.ts index abc4914..0076a64 100644 --- a/PAMapp/shared/models/account.model.ts +++ b/PAMapp/shared/models/account.model.ts @@ -1,5 +1,24 @@ export interface UserSetting { - name: string; + name : string; phone?: string; email?: string; -} \ No newline at end of file +} + +export interface AgentInfoSetting{ + agentNo : string; + name : string; + expertise : string[]; + title : string; + role : string; + serveArea : string; + gender : string; + phoneNumber : string; + companyAddress : string; + seniorityYear : number; + seniorityMonth : number; + concept : string; + experiences : string; + awards : string; + communicationStyle: string; + photoBase64 : string; +} -- Gitblit v1.8.0