问题单修复

This commit is contained in:
zhuxinyu
2023-04-25 09:49:28 +08:00
parent a8a97f0f4c
commit 7ba970bc56
9 changed files with 56 additions and 55 deletions

View File

@@ -22,6 +22,9 @@ public class GeneralVO implements Serializable {
@ApiModelProperty(name = "name",value = "监测点名称/电压等级")
private String name;
@ApiModelProperty(name = "name",value = "电压等级")
private Double vol;
@Excel(name = "在线")
@ApiModelProperty(name = "onLine",value = "在线数量")
private Integer onLine;