From 74e563da7fa6886449fd2be5933e2d4ca5c85f48 Mon Sep 17 00:00:00 2001
From: jack <jack.su@pollex.com.tw>
Date: 星期二, 12 九月 2023 11:25:52 +0800
Subject: [PATCH] [UPDATE] 解決弱點Se: Incorrect definition of Serializable class [UPDATE] 解決弱點Information exposure to log file [UPDATE] 解決弱點Use of hard-coded password

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

diff --git a/PAMapp/shared/models/strict-query.model.ts b/PAMapp/shared/models/strict-query.model.ts
index 45a5f31..a0e4738 100644
--- a/PAMapp/shared/models/strict-query.model.ts
+++ b/PAMapp/shared/models/strict-query.model.ts
@@ -16,9 +16,12 @@
   name         : string;
   img          : string;
   expertise    : string[];
+  suitability  : number;
   avgScore     : number;
   contactStatus: null;
   updateTime   : null;
   seniority    : string;
+  role         : string;
   new          : boolean;
+  latestAppointmentId :null
 }

--
Gitblit v1.8.0