From cefc2c5ad32eddb94998f8ffc759f1fd8806e56e Mon Sep 17 00:00:00 2001
From: wayne <wayne8692wayne8692@gmail.com>
Date: 星期四, 10 二月 2022 12:33:31 +0800
Subject: [PATCH] [update] 因應需求並不會有全台選項,因此移除其資料,並將嚴選配對的搜尋修正

---
 PAMapp/shared/models/appointment.model.ts |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/PAMapp/shared/models/appointment.model.ts b/PAMapp/shared/models/appointment.model.ts
index 9a66ebe..ca94a8f 100644
--- a/PAMapp/shared/models/appointment.model.ts
+++ b/PAMapp/shared/models/appointment.model.ts
@@ -115,6 +115,7 @@
   agentNo        : string;
   contactType    : string;
   email          : string;
+  name           : string;
   gender         : string;
   hopeContactTime: ContactTime[];
   job            : string;

--
Gitblit v1.8.0