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

@@ -24,7 +24,12 @@
<artifactId>harmonic-api</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>com.njcn</groupId>
<artifactId>cs-device-api</artifactId>
<version>1.0.0</version>
<scope>compile</scope>
</dependency>
</dependencies>