feat(harmonic): 新增获取主要监测点列表、监测点指标越限详情、总体指标越限统计数据、总体指标越限统计列表、每日越限占比统计接口

This commit is contained in:
贾同学
2025-11-13 09:03:30 +08:00
parent c38b07ec07
commit d48cf09119
16 changed files with 667 additions and 23 deletions

View File

@@ -81,7 +81,8 @@ public class Knife4jSwaggerConfig {
"com.njcn.supervision.controller",
"com.njcn.algorithm",
"com.njcn.dataProcess",
"com.njcn.migration"
"com.njcn.migration",
"com.njcn.harmonic.rstatlimitrate.controller"
)
.collect(Collectors.toList());
List<GrantType> grantTypes = new ArrayList<>();