using System; using DMS.Application.Events; namespace DMS.Application.Interfaces; /// /// 设备监视服务接口,用于监视设备的状态变化 /// public interface IDeviceMonitoringService { }