From 551d18a095e8fe462e4099fdd5b2578e12934d45 Mon Sep 17 00:00:00 2001
From: Tomas <tomasysh@gmail.com>
Date: 星期二, 08 二月 2022 12:25:44 +0800
Subject: [PATCH] Merge branch 'Phase3' of https://dev.pollex.com.tw:8443/r/pcalife/PAM into Phase3

---
 PAMapp/shared/models/agent-info.model.ts |   37 +++++++++++++++++++------------------
 1 files changed, 19 insertions(+), 18 deletions(-)

diff --git a/PAMapp/shared/models/agent-info.model.ts b/PAMapp/shared/models/agent-info.model.ts
index b91054d..e6af754 100644
--- a/PAMapp/shared/models/agent-info.model.ts
+++ b/PAMapp/shared/models/agent-info.model.ts
@@ -1,21 +1,22 @@
 export interface AgentInfo {
-  name            : string;
-  agentNo         : string;
-  role            : string;
-  img             : string;
-  avgScore        : number;
-  title           : string;
-  phoneNumber     : string;
-  serveArea       : string;
-  companyAddress  : string;
-  latestLoginTime : Date  ;
-  seniority       : string;
-  suitability     : number;
-  evaluation      : number;
-  expertise       : string[];
-  concept         : string;
-  experiences     : string;
-  awards          : string;
-  gender            : 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;
 }

--
Gitblit v1.9.3