6 lines
142 B
TypeScript
6 lines
142 B
TypeScript
![]() |
//需要包含筛选里的字段 筛选才能生效
|
||
|
export interface TableListItem {
|
||
|
first?: string;
|
||
|
standard?: string;
|
||
|
pass?: string;
|
||
|
}
|