保誠-保戶業務員媒合平台
Tomas
2021-12-22 f36e617e9e534a4b05f2029724d678bbd6c655b3
PAMapp/shared/models/quick-filter.model.ts
File was renamed from PAMapp/shared/models/quickFilter.model.ts
@@ -1,13 +1,13 @@
export interface QuestionOption {
    title: string;
    title : string;
    detail: Detail[];
    type: string;
    name: string;
    type  : string;
    name  : string;
}
interface Detail {
    value: string;
    name?: string;
    value    : string;
    name?    : string;
    className: string;
}
@@ -20,5 +20,5 @@
export interface Selected {
    option: string;
    value: any;
}
    value : any;
}