src/api/task.ts
@@ -47,8 +47,8 @@ startTime: number endTime: number workHours: string inputMaterials: string outputMaterials: string inputMaterials: inputMaterial[] outputMaterials: inputMaterial[] workers: Worker[] allProcedureNames: string[] channel: number @@ -62,6 +62,14 @@ CurrentProcedureIndex: number CanStarted: boolean } export interface inputMaterial { materialId: string materialName: string amount: number unit: string background: string date: string } export interface Worker { workerId: string