1.解决分类指标,变电站电压等级图表的,排序问题。

2.添加台账审核属性
This commit is contained in:
wurui
2023-02-23 11:31:55 +08:00
parent ceb1ac327c
commit d84466b380
14 changed files with 186 additions and 17 deletions

View File

@@ -23,4 +23,7 @@ public class RVoltageIconVO {
@ApiModelProperty(value = "稳态超标变电站数量")
private Integer harmonicCount;
@ApiModelProperty(value = "排序")
private Integer sort;
}