|
@@ -218,6 +218,14 @@ public class IotRhDailyReportRespVO {
|
|
|
@Schema(description = "状态(0启用 1禁用)", example = "2")
|
|
@Schema(description = "状态(0启用 1禁用)", example = "2")
|
|
|
private Integer status;
|
|
private Integer status;
|
|
|
|
|
|
|
|
|
|
+ @Schema(description = "故障情况")
|
|
|
|
|
+ @ExcelProperty("故障情况")
|
|
|
|
|
+ private String malfunction;
|
|
|
|
|
+
|
|
|
|
|
+ @Schema(description = "故障误工h")
|
|
|
|
|
+ @ExcelProperty("故障误工h")
|
|
|
|
|
+ private BigDecimal faultDowntime;
|
|
|
|
|
+
|
|
|
@Schema(description = "流程实例id", example = "1131")
|
|
@Schema(description = "流程实例id", example = "1131")
|
|
|
private String processInstanceId;
|
|
private String processInstanceId;
|
|
|
|
|
|