pms台账新增校验

This commit is contained in:
2023-01-09 11:46:47 +08:00
parent 44390529b4
commit 865cdc97d6
3 changed files with 34 additions and 0 deletions

View File

@@ -33,6 +33,8 @@ public enum PmsDeviceResponseEnum {
POWER_CODE_SAME("A00374","台区名称或编号重复"),
POWER_CLIENT_DIS_EMPTY("A00375","发电用电用户参数不可为空"),
DIS_ADD_REPEAT("A00376","当前配网中存在该监测点"),
STATION_REPEAT("A00377","已存在相同电站"),
DEPT_STATION_REPEAT("A00378","单位下存在同名电站"),
POWER_CLIENT_NOT_FIND("A00380","查无此用电用户"),

View File

@@ -38,4 +38,7 @@ public class DistributionMonitorParam {
@ApiModelProperty(value = "III类监测点小类 0.用电用户 1.发电用户 默认用电")
private Integer smallType;
}