|
|
@@ -23,6 +23,8 @@ public class IotHazardSaveReqVO {
|
|
|
@Schema(description = "检查类型")
|
|
|
private String checkType;
|
|
|
|
|
|
+ @Schema(description = "检查人")
|
|
|
+ private String checkPerson;
|
|
|
@Schema(description = "排查时间")
|
|
|
private LocalDateTime checkTime;
|
|
|
@Schema(description = "整改期限")
|