保誠-保戶業務員媒合平台
Mila
2021-12-22 bdae23a40c461c2c6b6ee614f661eac731c949c8
PAMapp/shared/models/quick-filter.model.ts
@@ -9,13 +9,16 @@
    value    : string;
    name?    : string;
    className: string;
    subTitle?: string
}
export interface FastQueryParams {
    gender             : string,
    communicationStyles: string[],
    avgScore           : number,
    status             : string
    status             : string,
    /** "資深"帶"SENIOR"、"年輕"帶"YOUNG"、"不限"帶"UNLIMITED" */
    seniority          : string
}
export interface Selected {