|
@@ -39,6 +39,9 @@ public class IotDangerSourcePageReqVO extends PageParam {
|
|
|
@Schema(description = "控制措施")
|
|
@Schema(description = "控制措施")
|
|
|
private String controlMethod;
|
|
private String controlMethod;
|
|
|
|
|
|
|
|
|
|
+ @Schema(description = "责任人")
|
|
|
|
|
+ private String charge;
|
|
|
|
|
+
|
|
|
@Schema(description = "备注", example = "随便")
|
|
@Schema(description = "备注", example = "随便")
|
|
|
private String remark;
|
|
private String remark;
|
|
|
|
|
|