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