1.终端运行评价初始化类
2.解决稳态符合性占比图接口异常和暂态事件列表按照10kV电压等级查询结果为空
This commit is contained in:
@@ -42,6 +42,8 @@ public class GridDiagramVO {
|
||||
|
||||
@Data
|
||||
public static class LineStatisticsData {
|
||||
@ApiModelProperty(name = "columnName", value = "列名")
|
||||
private String columnName;
|
||||
|
||||
@ApiModelProperty(name = "num", value = "监测点个数")
|
||||
private Integer num;
|
||||
@@ -64,6 +66,8 @@ public class GridDiagramVO {
|
||||
|
||||
@Data
|
||||
public static class StatisticsData {
|
||||
@ApiModelProperty(name = "columnName", value = "列名")
|
||||
private String columnName;
|
||||
|
||||
@ApiModelProperty(name = "numOne", value = "数据")
|
||||
private Long numOne;
|
||||
@@ -71,6 +75,9 @@ public class GridDiagramVO {
|
||||
@ApiModelProperty(name = "numOneList", value = "数据集合")
|
||||
private List<String> numOneList;
|
||||
|
||||
/**
|
||||
* 上送国网
|
||||
*/
|
||||
@ApiModelProperty(name = "numTwo", value = "数据")
|
||||
private Long numTwo;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user