辽宁功能调整

This commit is contained in:
2025-04-27 08:47:41 +08:00
parent 9d6a5875f6
commit cb94792a57
16 changed files with 306 additions and 52 deletions

View File

@@ -20,4 +20,7 @@ public class HarmonicPublicParam extends DeviceInfoParam.BusinessParam{
@ApiModelProperty(name = "type", value = "区分(0:pq 1:pms)")
private Integer type=0;
@ApiModelProperty(name = "stationType", value = "(0:变电站 1:非变电站场站)")
private Integer stationType;
}

View File

@@ -35,7 +35,13 @@ public class SteadyQualifyVO implements Serializable {
* 父级id集合
*/
@ApiModelProperty("父级id集合")
private String pidS;
private String pids;
@ApiModelProperty("排序")
private Integer sort;
@ApiModelProperty("监测对象id")
private String objId;
/**
* 电压等级
*/