namespace Kean.Domain { /// /// 表示事件 /// public interface IEvent : MediatR.INotification { // 该接口仅作为一个标识 } }