From 8ece1a33dd0776e8a3cc94d3ac4faf8c6f7ff03c Mon Sep 17 00:00:00 2001
From: Mila <Mila@pollex.com.tw>
Date: 星期一, 17 一月 2022 10:08:26 +0800
Subject: [PATCH] add: TODO#134181 dateTimePicker

---
 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