From 21d2b51910f1e1e338beed76d53effcfccb1ef7a Mon Sep 17 00:00:00 2001 From: Jack <jack.su@pollex.com.tw> Date: 星期一, 24 一月 2022 16:47:57 +0800 Subject: [PATCH] Merge branch 'Phase3' of ssh://dev.pollex.com.tw:29418/pcalife/PAM into Phase3 --- PAMapp/shared/models/strict-query.model.ts | 18 +++++++++--------- 1 files changed, 9 insertions(+), 9 deletions(-) diff --git a/PAMapp/shared/models/strict-query.model.ts b/PAMapp/shared/models/strict-query.model.ts index 59892c1..45a5f31 100644 --- a/PAMapp/shared/models/strict-query.model.ts +++ b/PAMapp/shared/models/strict-query.model.ts @@ -1,14 +1,14 @@ export interface StrictQueryParams { - gender : string; - avgScore : number; - status : string; //phase 1 disable - area : string; - requirements : string[]; - otherRequirement: string; - seniority : string; - popularTags : string[]; - otherPopularTags: string; + gender? : string; + avgScore? : number; + status? : string; //phase 1 disable + area? : string; + requirements? : string[]; + otherRequirement?: string; + seniority? : string; + popularTags? : string[]; + otherPopularTags?: string; } export interface AgentOfStrictQuery { -- Gitblit v1.8.0