实现忽略告警和取消忽略告警接口及功能

This commit is contained in:
2025-11-09 22:34:05 +08:00
parent 84fe20396b
commit b94aa6137c
11 changed files with 292 additions and 16 deletions

View File

@@ -61,6 +61,7 @@ func NewApplication(configPath string) (*Application, error) {
appServices.planService,
appServices.userService,
appServices.auditService,
appServices.thresholdAlarmService,
infra.tokenGenerator,
infra.lora.listenHandler,
)