From 9bdb95c9e34cef640534e5e5a1e2225a80442000 Mon Sep 17 00:00:00 2001 From: HelenHuang <LinHuang@pollex.com.tw> Date: 星期四, 09 六月 2022 15:48:15 +0800 Subject: [PATCH] TODO#139894 [ footer -最下方說明與保經代合作 ] 文案修改 --- PAMapp/shared/models/agent-info.model.ts | 37 +++++++++++++++++++++---------------- 1 files changed, 21 insertions(+), 16 deletions(-) diff --git a/PAMapp/shared/models/agent-info.model.ts b/PAMapp/shared/models/agent-info.model.ts index 891ba42..a57e40b 100644 --- a/PAMapp/shared/models/agent-info.model.ts +++ b/PAMapp/shared/models/agent-info.model.ts @@ -1,18 +1,23 @@ export interface AgentInfo { - name : string; - agentNo : string; - role : string; - img : string; - avgScore : number; - title : string; - phoneNumber : string; - serveArea : string; - companyAddress : string; - seniority : string; - suitability : number; - evaluation : number; - expertise : string[]; - concept : string; - experiences : string[]; - awards : string; + agentNo : string; + avgScore : number; + awards : string; + communicationStyle: string; + companyAddress : string; + concept : string; + email? : string; + evaluation : number; + experiences : string; + expertise : string[]; + gender : string, + img : string; + latestLoginTime : Date ; + name : string; + phoneNumber : string; + role : string; + seniority : string; + serveArea : string; + suitability : number; + title : string; + entryDate? : string; } -- Gitblit v1.8.0