This commit is contained in:
2024-01-31 14:56:48 +08:00
parent 14cbb87311
commit 494e3ee248
97 changed files with 11579 additions and 3858 deletions

View File

@@ -6,9 +6,12 @@ import type { PageParam } from '@/api';
export interface ProjectOrder {
// 合同预定设备清单id
projectOrderId?: number;
equipmentId?: number;
equipmentName?: string;
equipmentModel?: string;
equipmentNum?: number;
filingNo?: string;
factoryNo?: string;
key?: string;
unit?: string;
startTime?: string;