用户投诉添加代码
This commit is contained in:
@@ -41,8 +41,11 @@ public class SupervisionUserComplaintParam {
|
||||
private String status;
|
||||
|
||||
|
||||
@ApiModelProperty(value = "监测点ID")
|
||||
private String monitorId;
|
||||
@ApiModelProperty(value = "监测点编号")
|
||||
private String monitorNumber;
|
||||
|
||||
@ApiModelProperty(value = "监测点名称")
|
||||
private String monitorName;
|
||||
|
||||
@ApiModelProperty(value = "是否发起警告单(1:是;2:否)")
|
||||
private String initiateWarningFlag;
|
||||
|
||||
@@ -46,8 +46,11 @@ public class SupervisionUserComplaint {
|
||||
@ApiModelProperty(value = "是否实现检测(1:是 2:否)")
|
||||
private String status;
|
||||
|
||||
@ApiModelProperty(value = "监测点ID")
|
||||
private String monitorId;
|
||||
@ApiModelProperty(value = "监测点编号")
|
||||
private String monitorNumber;
|
||||
|
||||
@ApiModelProperty(value = "监测点名称")
|
||||
private String monitorName;
|
||||
|
||||
@ApiModelProperty(value = "是否发起警告单(1:是;2:否)")
|
||||
private String initiateWarningFlag;
|
||||
|
||||
Reference in New Issue
Block a user