完善类型配置,新增L1, L4数据展示界面

This commit is contained in:
tao
2025-09-26 10:44:15 +08:00
parent 614e5ad34e
commit db87adf26a
33 changed files with 1294 additions and 309 deletions

9
src/api/data/model.d.ts vendored Normal file
View File

@@ -0,0 +1,9 @@
export interface QueryParams {
pageNum?: number;
pageSize?: number;
orderByColumn?: string;
isAsc?: boolean;
qrCode?: string;
createTimeBegin?: string;
createTimeEnd?: string;
}