Files
fe_service_ebtp_frontend/src/pages/ProjectFiles/data.d.ts

16 lines
288 B
TypeScript
Raw Normal View History

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;
};