using YBEE.EQM.Core; namespace YBEE.EQM.Application; /// /// 分数段服务 /// public interface IExamScoreRangeService { /// /// 获取分数段列表 /// /// /// Task> GetList(ExamScoreRangeType? type = null); }