辽宁功能调整
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
@@ -28,6 +28,9 @@ public class PollutionVO {
|
||||
@ApiModelProperty("名称")
|
||||
private String name;
|
||||
|
||||
@ApiModelProperty("电网标志")
|
||||
private Integer powerFlag;
|
||||
|
||||
@ApiModelProperty("污染指标")
|
||||
private Double data = 3.14159;
|
||||
|
||||
|
||||
@@ -51,6 +51,12 @@ public class THDistortionVO implements Serializable {
|
||||
*/
|
||||
@ApiModelProperty("监测点名称")
|
||||
private String lineName;
|
||||
|
||||
@ApiModelProperty("监测对象id")
|
||||
private String objId;
|
||||
|
||||
@ApiModelProperty("电网标志")
|
||||
private Integer powerFlag;
|
||||
/**
|
||||
* 总畸变率
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user