|
@@ -132,6 +132,12 @@ public class IotFiveDailyReportSaveReqVO {
|
|
|
@Schema(description = "状态(2填写中 0待填写 1已完成)", example = "2")
|
|
@Schema(description = "状态(2填写中 0待填写 1已完成)", example = "2")
|
|
|
private Integer status;
|
|
private Integer status;
|
|
|
|
|
|
|
|
|
|
+ @Schema(description = "故障情况")
|
|
|
|
|
+ private String malfunction;
|
|
|
|
|
+
|
|
|
|
|
+ @Schema(description = "故障误工h")
|
|
|
|
|
+ private BigDecimal faultDowntime;
|
|
|
|
|
+
|
|
|
@Schema(description = "流程实例id", example = "187")
|
|
@Schema(description = "流程实例id", example = "187")
|
|
|
private String processInstanceId;
|
|
private String processInstanceId;
|
|
|
|
|
|