zbj//1.稳态指标超标占比(负荷类型)

This commit is contained in:
zhangbaojian
2023-04-07 14:17:51 +08:00
parent 26b19bbb0a
commit 24a12ec54f
7 changed files with 116 additions and 13 deletions

View File

@@ -27,6 +27,12 @@ public class AllDataVO implements Serializable {
@ApiModelProperty("部门id")
private String index;
/**
* 监测点数量
*/
@ApiModelProperty("监测点数量")
private Integer num;
/**
* 暂降事件次数
*/