代码调整
This commit is contained in:
@@ -28,18 +28,18 @@ public class IntegrityIconVO implements Serializable {
|
||||
* x轴 统计类型
|
||||
*/
|
||||
@ApiModelProperty("x轴 统计类型")
|
||||
private List<String> type;
|
||||
private String type;
|
||||
|
||||
/**
|
||||
* y轴 数据
|
||||
*/
|
||||
@ApiModelProperty("初始数据")
|
||||
private List<Double> single;
|
||||
private Double single;
|
||||
|
||||
/**
|
||||
* y轴 同比环比数据
|
||||
*/
|
||||
@ApiModelProperty("同比环比数据")
|
||||
private List<Double> ratio;
|
||||
private Double ratio;
|
||||
|
||||
}
|
||||
|
||||
@@ -35,6 +35,12 @@ public class PollutionSubstationVO {
|
||||
@ApiModelProperty("变电站纬度")
|
||||
private BigDecimal latitude;
|
||||
|
||||
@ApiModelProperty("变电站纬度")
|
||||
private Integer deviceCount;
|
||||
|
||||
@ApiModelProperty("变电站纬度")
|
||||
private Integer lineCount;
|
||||
|
||||
@ApiModelProperty("污区图统计类型")
|
||||
private String pollutionStatis;
|
||||
|
||||
|
||||
@@ -3,7 +3,6 @@ package com.njcn.harmonic.pojo.vo;
|
||||
import io.swagger.annotations.ApiModelProperty;
|
||||
import lombok.Data;
|
||||
|
||||
import java.io.Serializable;
|
||||
|
||||
/**
|
||||
* <p>
|
||||
@@ -43,5 +42,11 @@ public class RStatOrgVO {
|
||||
private Float averageOverDay;
|
||||
|
||||
|
||||
@Data
|
||||
public static class PwRStatOrgVO extends RStatOrgVO{
|
||||
@ApiModelProperty(value = "单位id")
|
||||
private String orgNo;
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user