From 1076fdc06d40646d1d6f125a3ce4d43cf4eac673 Mon Sep 17 00:00:00 2001
From: HelenHuang <LinHuang@pollex.com.tw>
Date: 星期一, 06 十二月 2021 15:52:01 +0800
Subject: [PATCH] rename: change Consultants model to Consultant

---
 PAMapp/assets/ts/models/appointment.model.ts |    5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/PAMapp/assets/ts/models/appointment.model.ts b/PAMapp/assets/ts/models/appointment.model.ts
index 3851f85..2d5733d 100644
--- a/PAMapp/assets/ts/models/appointment.model.ts
+++ b/PAMapp/assets/ts/models/appointment.model.ts
@@ -6,7 +6,6 @@
     agentNo         : string,
     status          : 'UNFILLED' | 'FILLED',
     score           : number,
-    // ��閬� agentName
-    agentName: string,
-    clientName: string,
+    agentName       : string,
+    customerName    : string,
 }
\ No newline at end of file

--
Gitblit v1.8.0