bug提交

This commit is contained in:
2022-08-09 11:15:04 +08:00
parent d74f75fd8a
commit a26b78b225
4 changed files with 7 additions and 69 deletions

View File

@@ -38,6 +38,9 @@ public class AreaLineInfoVO implements Serializable {
@ApiModelProperty(name = "voltageName",value = "母线名称")
private String voltageName;
@ApiModelProperty(name = "voltageScale",value = "监测点电压等级")
private String voltageScale;
@ApiModelProperty(name = "noDealCount",value = "未处理暂降事件")
private Integer noDealCount;