using XF.Domain.Repository; namespace Hotline.KnowledgeBase { public interface IKnowledgeApplyRepository : IRepository { } }