9 lines
201 B
TypeScript
9 lines
201 B
TypeScript
//需要包含筛选里的字段 筛选才能生效
|
|
export interface TableListItem {
|
|
key?: string;
|
|
type?: string;
|
|
factor?: string;
|
|
company1?: string;
|
|
company2?: string;
|
|
company3?: string;
|
|
} |