更新监测点时新增新能源站字段
This commit is contained in:
@@ -188,6 +188,7 @@ public class LineParam {
|
||||
@ApiModelProperty(name = "updateFlag",value = "修改标识")
|
||||
private Integer updateFlag;
|
||||
|
||||
|
||||
@ApiModelProperty(name = "newStationId",value = "新能源场站信息ID")
|
||||
private String newStationId;
|
||||
|
||||
}
|
||||
|
||||
@@ -121,6 +121,7 @@ public class LineVO implements Serializable {
|
||||
@ApiModelProperty(name = "sort",value = "排序",required = true)
|
||||
private Integer sort;
|
||||
|
||||
|
||||
@ApiModelProperty(name = "newStationId",value = "新能源场站信息ID")
|
||||
private String newStationId;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user