From 6fa4bba623713c396432ba8b863846883d6a1906 Mon Sep 17 00:00:00 2001
From: wayne <wayne8692wayne8692@gmail.com>
Date: 星期三, 26 一月 2022 10:52:23 +0800
Subject: [PATCH] Merge branch 'pollex-dev' into sit

---
 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