1.添加pms微调

This commit is contained in:
2023-12-28 13:31:15 +08:00
parent 265c603a73
commit 0df14d7311
2 changed files with 13 additions and 8 deletions

View File

@@ -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-是")