辽宁功能调整

This commit is contained in:
2025-04-29 08:50:35 +08:00
parent 00287aa30b
commit bca9e4bf4b
9 changed files with 199 additions and 152 deletions

View File

@@ -21,6 +21,4 @@ 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

@@ -28,6 +28,9 @@ public class PollutionVO {
@ApiModelProperty("名称")
private String name;
@ApiModelProperty("电网标志")
private Integer powerFlag;
@ApiModelProperty("污染指标")
private Double data = 3.14159;

View File

@@ -51,6 +51,12 @@ public class THDistortionVO implements Serializable {
*/
@ApiModelProperty("监测点名称")
private String lineName;
@ApiModelProperty("监测对象id")
private String objId;
@ApiModelProperty("电网标志")
private Integer powerFlag;
/**
* 总畸变率
*/