From ac594e4efb30ba28776d74b0fb08ab34d7c32023 Mon Sep 17 00:00:00 2001 From: HelenHuang <LinHuang@pollex.com.tw> Date: 星期四, 30 十二月 2021 15:20:08 +0800 Subject: [PATCH] Merge branch 'Phase2' --- PAMapp/shared/models/agent-info.model.ts | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/PAMapp/shared/models/agent-info.model.ts b/PAMapp/shared/models/agent-info.model.ts index 891ba42..b91054d 100644 --- a/PAMapp/shared/models/agent-info.model.ts +++ b/PAMapp/shared/models/agent-info.model.ts @@ -8,11 +8,14 @@ phoneNumber : string; serveArea : string; companyAddress : string; + latestLoginTime : Date ; seniority : string; suitability : number; evaluation : number; expertise : string[]; concept : string; - experiences : string[]; + experiences : string; awards : string; + gender : string, + communicationStyle: string; } -- Gitblit v1.8.0