1.解决监测点超标问题

This commit is contained in:
wr
2024-11-01 11:45:00 +08:00
parent 89e38abc00
commit 84321ff192
5 changed files with 19 additions and 9 deletions

View File

@@ -73,4 +73,7 @@ public class RStatLimitTargetVO {
@ApiModelProperty("所有指标越限天数")
private Integer allOvertime = 0;
@ApiModelProperty("所有闪变越限天数")
private Integer flickerAllTime = 0;
}