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