|
|
@@ -20,9 +20,12 @@ public class IotHazardRespVO {
|
|
|
@ExcelProperty("状态")
|
|
|
private String status;
|
|
|
|
|
|
- @Schema(description = "隐患排查分类")
|
|
|
+ @Schema(description = "隐患排查类型")
|
|
|
private String classify;
|
|
|
|
|
|
+ @Schema(description = "检查类型")
|
|
|
+ private String checkType;
|
|
|
+
|
|
|
@Schema(description = "隐患排查分类名称")
|
|
|
private String classifyName;
|
|
|
|
|
|
@@ -30,6 +33,8 @@ public class IotHazardRespVO {
|
|
|
private String source;
|
|
|
@Schema(description = "排查时间")
|
|
|
private LocalDateTime checkTime;
|
|
|
+ @Schema(description = "整改期限")
|
|
|
+ private String checkPeriod;
|
|
|
@Schema(description = "整改要求")
|
|
|
private String correctStandard;
|
|
|
@Schema(description = "整改人")
|