辽宁功能调整
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
@@ -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;
|
||||
/**
|
||||
* 电压等级
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user