1.pms微调
This commit is contained in:
@@ -95,5 +95,8 @@ public class PmsTerminalParam {
|
||||
@NotNull(message = "是否是上送国网监测点不能为空")
|
||||
private Integer isUpToGrid;
|
||||
|
||||
@ApiModelProperty(name = "terminalCode", value = "同源装置编号")
|
||||
private String terminalCode;
|
||||
|
||||
|
||||
}
|
||||
|
||||
@@ -15,6 +15,8 @@ import lombok.EqualsAndHashCode;
|
||||
@EqualsAndHashCode(callSuper = true)
|
||||
public class TerminalQueryParam extends BaseParam {
|
||||
|
||||
@ApiModelProperty(value = "单位id")
|
||||
private String orgId;
|
||||
|
||||
@ApiModelProperty(value = "监测点状态(字典)")
|
||||
private String monitorState;
|
||||
|
||||
Reference in New Issue
Block a user