using System.ComponentModel; namespace PCC.Common.EventBus; /// /// 任何事件发布,用于统计或通配 /// [DisplayName("*")] public record AnyPublishEvent(Type Type, object? Obj);