From 481521f9a75789c6df42e81d46118989d33bebb4 Mon Sep 17 00:00:00 2001 From: Tomas <tomasysh@gmail.com> Date: 星期二, 08 八月 2023 16:36:31 +0800 Subject: [PATCH] Update: [顧問登入] AES 加密 with 參數(仍解密失敗) --- 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.9.3