pms代码调整

This commit is contained in:
2023-06-14 16:48:05 +08:00
parent b33312122f
commit 3146847c71
16 changed files with 290 additions and 244 deletions

View File

@@ -163,16 +163,10 @@ public class MonitorParam {
/**
* 监测点标签
*/
@ApiModelProperty(value = "监测点标签")
@NotBlank(message = "监测点标签不可为空")
@ApiModelProperty(value = "监测对象类型(字典)")
@NotBlank(message = "监测对象类型(字典)不可为空")
private String monitorTag;
/**
* 监测对象类型(字典)
*/
@ApiModelProperty(value = "监测对象类型(字典)")
@NotBlank(message = "监测对象类型不可为空")
private String monitorObjectType;
/**
* 监测对象编号

View File

@@ -138,10 +138,6 @@ public class Monitor extends BaseEntity {
*/
private String monitorTag;
/**
* 监测对象类型(字典)
*/
private String monitorObjectType;
/**
* 监测对象编号