1.添加pms微调
This commit is contained in:
@@ -39,7 +39,6 @@ public class TractionStationParam {
|
||||
private String voltageLevel;
|
||||
|
||||
@ApiModelProperty(name = "railwayLineId", value = "铁路线路编号")
|
||||
@NotBlank(message = "铁路线路编号不可为空")
|
||||
private String railwayLineId;
|
||||
|
||||
@ApiModelProperty(name = "railwayLineName", value = "铁路线路名称")
|
||||
@@ -76,7 +75,6 @@ public class TractionStationParam {
|
||||
private String createdDate;
|
||||
|
||||
@ApiModelProperty(name = "userTag", value = "用户标签")
|
||||
@NotBlank(message = "用户标签不可为空")
|
||||
private String userTag;
|
||||
|
||||
@ApiModelProperty(name = "isUpToGrid", value = "是否是上送国网监测点,0-否 1-是")
|
||||
|
||||
Reference in New Issue
Block a user