项目建档:列表页、新建、查看
This commit is contained in:
16
src/pages/ProjectFiles/data.d.ts
vendored
Normal file
16
src/pages/ProjectFiles/data.d.ts
vendored
Normal file
@ -0,0 +1,16 @@
|
||||
export type TableListItem = {
|
||||
id: string;
|
||||
name: string;
|
||||
projectCode: string;
|
||||
createTime: string;
|
||||
purchaseType: string;
|
||||
purchaseType: string;
|
||||
status: string;
|
||||
version: string;
|
||||
};
|
||||
|
||||
export type TableListPagination = {
|
||||
total: number;
|
||||
pageSize: number;
|
||||
current: number;
|
||||
};
|
Reference in New Issue
Block a user