You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
实现的核心服务: - PingService: 设备Ping检测 (System.Net.NetworkInformation.Ping) - DataParserService: 发那科JSON解析 (tags数组/字段映射/数值处理) - DeviceCollectionService: 设备采集服务 (Ping检测+HTTP采集+重试) - ProductionCalculator: 产量差分计算 (同一程序/程序切换/跨天处理/异常值保护) - DataStorageService: 数据存储服务 其他服务保持桩实现: - AuthService, UserService, PermissionService - LoggingService, AlarmService, TemplateService 等 |
3 weeks ago | |
|---|---|---|
| .. | ||
| CoreServices.cs | 3 weeks ago | |
| Exceptions.cs | 3 weeks ago | |
| IServices.cs | 3 weeks ago | |
| StubServices.cs | 3 weeks ago | |