上报数据方式优化
This commit is contained in:
@@ -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>(),
|
||||
|
||||
Reference in New Issue
Block a user