1.新能源场站统计
This commit is contained in:
@@ -27,9 +27,9 @@ public class MonitorEnergy {
|
||||
private String objType;
|
||||
|
||||
@ApiModelProperty(value = "接入线路电压等级为110kV及以上变电站数量(座)")
|
||||
private String num;
|
||||
private Long num;
|
||||
|
||||
@ApiModelProperty(value = "接入线路电压等级为110kV及以上变电站数量(座)")
|
||||
@ApiModelProperty(value = "各类电压等级新能源场站监测信息")
|
||||
List<VoltageInfo> voltageInfo;
|
||||
}
|
||||
|
||||
@@ -37,22 +37,22 @@ public class MonitorEnergy {
|
||||
public static class VoltageInfo {
|
||||
|
||||
@ApiModelProperty(value = "已监测数量")
|
||||
private Integer monitorNum;
|
||||
private Long monitorNum;
|
||||
|
||||
@ApiModelProperty(value = "新能源场站总数")
|
||||
private Integer totalNum;
|
||||
private Long totalNum;
|
||||
|
||||
@ApiModelProperty(value = "监测率")
|
||||
private Float monitorRate;
|
||||
private Double monitorRate;
|
||||
|
||||
@ApiModelProperty(value = "装置数量(台)")
|
||||
private Integer deviceNum;
|
||||
private Long deviceNum;
|
||||
|
||||
@ApiModelProperty(value = "覆盖变电站数量(座)")
|
||||
private Integer substationsNum;
|
||||
private Long substationsNum;
|
||||
|
||||
@ApiModelProperty(value = "电站覆盖率(%)")
|
||||
private Float substationsRate;
|
||||
private Double substationsRate;
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user