/** * 搜索属性 */ export interface SearchProps { schema: any[]; table: any; field: any; searchData: any; }