上报数据方式优化

This commit is contained in:
2026-06-30 15:19:07 +08:00
parent 8f124fb08d
commit f27045153c
7 changed files with 368 additions and 190 deletions
+1
View File
@@ -84,6 +84,7 @@ namespace ADP
containerRegistry.RegisterScoped<ScopedContext>();
containerRegistry.RegisterScoped<DeviceManager>();
containerRegistry.RegisterSingleton<GlobalInfo>();
containerRegistry.RegisterSingleton<HardwareDataBroadcaster>();
//注册AutoMapper
var config = new MapperConfiguration(
cfg => cfg.AddProfile<AutoMapperProfile>(),