重构设备控制器

This commit is contained in:
2025-12-05 14:44:36 +08:00
parent d7ba7747ec
commit 7017ffa128
12 changed files with 811 additions and 642 deletions

View File

@@ -59,6 +59,8 @@ func NewApplication(configPath string) (*Application, error) {
appServices.pigBatchService,
appServices.monitorService,
appServices.deviceService,
appServices.deviceTemplateService,
appServices.areaControllerService,
appServices.planService,
appServices.userService,
appServices.auditService,