添加了事件服务,并完成了设备状态改变后写入数据库

This commit is contained in:
2025-09-12 14:59:32 +08:00
parent cb739f4cb9
commit 6796a06325
13 changed files with 113 additions and 164 deletions

View File

@@ -1,4 +1,4 @@
using DMS.WPF.Interfaces;
using DMS.Application.Interfaces;
namespace DMS.WPF.Interfaces;
@@ -35,10 +35,5 @@ public interface IWPFDataService
/// 日志数据服务。
/// </summary>
ILogDataService LogDataService { get; }
/// <summary>
/// 事件服务。
/// </summary>
IEventService EventService { get; }
}