using MediatR; using Sharing.Province.XieTong.Knowledge; namespace Sharing.Notifications.Knowledge { /// /// 知识库上报 /// /// public record GetKnowledgeInfoSendNotification(GetKnowledgeInfoSend Data) : INotification; }