保誠-保戶業務員媒合平台
wayne
2022-02-17 34b08e1c461f5e08675fcff95525956d7c4bef11
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 {
@@ -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
}