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