|
@@ -22,6 +22,13 @@ public class IotHazardPageReqVO extends PageParam {
|
|
|
|
|
|
|
|
@Schema(description = "排查时间")
|
|
@Schema(description = "排查时间")
|
|
|
private LocalDateTime checkTime;
|
|
private LocalDateTime checkTime;
|
|
|
|
|
+
|
|
|
|
|
+ @Schema(description = "检查类型")
|
|
|
|
|
+ private String checkType;
|
|
|
|
|
+
|
|
|
|
|
+ @Schema(description = "隐患排查类型")
|
|
|
|
|
+ private String classify;
|
|
|
|
|
+
|
|
|
@Schema(description = "整改要求")
|
|
@Schema(description = "整改要求")
|
|
|
private String correctStandard;
|
|
private String correctStandard;
|
|
|
@Schema(description = "整改人")
|
|
@Schema(description = "整改人")
|