From 9e39fe1f194cd9d936bf1b6607b15d5dd6768137 Mon Sep 17 00:00:00 2001 From: Tomas <tomasysh@gmail.com> Date: 星期一, 21 八月 2023 08:45:39 +0800 Subject: [PATCH] Update: [推廣影片] sandbox attribute add fullscreen --- 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