修改分布式光伏概览-部门监测点信息bug
This commit is contained in:
@@ -126,16 +126,16 @@ public class SpecialAnalysisMonitorVO implements Serializable {
|
||||
private String name;
|
||||
|
||||
@ApiModelProperty(name = "tractionStation", value = "牵引站数量")
|
||||
private String tractionStation;
|
||||
private Integer tractionStation;
|
||||
|
||||
@ApiModelProperty(name = "num", value = "监测点数量")
|
||||
private String num;
|
||||
private Integer num;
|
||||
|
||||
@ApiModelProperty(name = "ytbSumNum", value = "同比数量")
|
||||
private String ytbSumNum;
|
||||
private Integer ytbSumNum;
|
||||
|
||||
@ApiModelProperty(name = "yhbSumNum", value = "环比数量")
|
||||
private String yhbSumNum;
|
||||
private Integer yhbSumNum;
|
||||
|
||||
@ApiModelProperty(name = "sameNum", value = "监测点数量同比")
|
||||
private String sameNum;
|
||||
@@ -157,16 +157,16 @@ public class SpecialAnalysisMonitorVO implements Serializable {
|
||||
private String connetGroupWay;
|
||||
|
||||
@ApiModelProperty(name = "num", value = "牵引站数量")
|
||||
private String num;
|
||||
private Integer num;
|
||||
|
||||
@ApiModelProperty(name = "rateAvg", value = "负载量(平均值)")
|
||||
private String rateAvg;
|
||||
private Integer rateAvg;
|
||||
|
||||
@ApiModelProperty(name = "rate95", value = "负载量(95值)")
|
||||
private String rate95;
|
||||
private Integer rate95;
|
||||
|
||||
@ApiModelProperty(name = "rate99", value = "负载量(99值)")
|
||||
private String rate99;
|
||||
private Integer rate99;
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user