using Hotline.Exams.TestPapers; using Hotline.Repository.SqlSugar.Exam.Interface; using System.ComponentModel; using XF.Domain.Repository; namespace Hotline.Repository.SqlSugar.Exam.Interfaces.TestPapers { /// /// 试卷答案仓储接口 /// [Description("试卷答案仓储接口")] public interface ITestPaperItemAnswerRepository : IRepository, IExamRepository { } }