From 2997c9c3c2af641f802abcc4dd5433a0b74864a4 Mon Sep 17 00:00:00 2001 From: Tomas <tomasysh@gmail.com> Date: 星期四, 04 八月 2022 08:09:57 +0800 Subject: [PATCH] clean: 刪除測試使用的 console.log --- 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