重构配方类服务层

This commit is contained in:
2025-11-23 15:16:45 +08:00
parent 1b2e211bfa
commit 1200f36d14
16 changed files with 815 additions and 705 deletions

View File

@@ -63,7 +63,11 @@ func NewApplication(configPath string) (*Application, error) {
appServices.userService,
appServices.auditService,
appServices.thresholdAlarmService,
appServices.feedManagementService,
appServices.nutrientService,
appServices.rawMaterialService,
appServices.pigBreedService,
appServices.pigAgeStageService,
appServices.pigTypeService,
infra.tokenGenerator,
infra.lora.listenHandler,
)