export interface FilterData { code:string, labelCode:string, name:string, controltype:string, value:string, filled?:boolean }