src/api/mes/dv/machinery/index.ts
@@ -17,6 +17,10 @@ status?: number; // 设备状态 lastMaintenTime?: Date; // 最近保养时间 lastCheckTime?: Date; // 最近点检时间 productionEfficiency?: number; // 生产效率 conveyorBelt?: number; // 传送履带数量 workstationId?: number; // 工作站编号 workstationName?: string; // 工作站名称 remark?: string; // 备注 createTime?: Date; // 创建时间 }