取消过热度和过冷度的服务计算

This commit is contained in:
2025-01-22 11:12:19 +08:00
parent 2e534d8dfa
commit 38f4ed7622

View File

@@ -108,7 +108,7 @@ namespace CapMachine.Wpf
containerRegistry.RegisterSingleton<MachineRtDataService>(); containerRegistry.RegisterSingleton<MachineRtDataService>();
containerRegistry.RegisterSingleton<DataRecordService>(); containerRegistry.RegisterSingleton<DataRecordService>();
containerRegistry.RegisterSingleton<HighSpeedDataService>(); containerRegistry.RegisterSingleton<HighSpeedDataService>();
containerRegistry.RegisterSingleton<PPCService>(); //containerRegistry.RegisterSingleton<PPCService>();
containerRegistry.RegisterSingleton<SysRunService>(); containerRegistry.RegisterSingleton<SysRunService>();
containerRegistry.RegisterSingleton<ComActionService>(); containerRegistry.RegisterSingleton<ComActionService>();