新能源场站高低电压穿越业务新增根据ID查询基本信息方法

This commit is contained in:
guofeihu
2024-08-19 18:58:34 +08:00
parent 25ee513246
commit f36b3f9ee9
9 changed files with 96 additions and 2 deletions

View File

@@ -34,4 +34,7 @@ public class LineDTO {
@ApiModelProperty(name = "objType",value = "对象类型")
private String objType;
@ApiModelProperty(name = "stationType",value = "新能源场站类型")
private String stationType;
}