1.pms微调

This commit is contained in:
2024-01-31 16:47:28 +08:00
parent a73c894cd5
commit ae04eb131e
8 changed files with 32 additions and 5 deletions

View File

@@ -95,5 +95,8 @@ public class PmsTerminalParam {
@NotNull(message = "是否是上送国网监测点不能为空")
private Integer isUpToGrid;
@ApiModelProperty(name = "terminalCode", value = "同源装置编号")
private String terminalCode;
}

View File

@@ -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;