pms代码调整
This commit is contained in:
@@ -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;
|
||||
|
||||
/**
|
||||
* 监测对象编号
|
||||
|
||||
@@ -138,10 +138,6 @@ public class Monitor extends BaseEntity {
|
||||
*/
|
||||
private String monitorTag;
|
||||
|
||||
/**
|
||||
* 监测对象类型(字典)
|
||||
*/
|
||||
private String monitorObjectType;
|
||||
|
||||
/**
|
||||
* 监测对象编号
|
||||
|
||||
Reference in New Issue
Block a user