namespace BPASmartClient.EventBus { /// <summary> /// 事件接口 /// </summary> public interface IEvent { int DeviceId { get; set; } } }