namespace YBEE.EQM.Application; /// /// 统计报表之分数段报表服务 /// public interface IExamReportingAvgRangeService { /// /// 导出分数段统计表 /// /// /// Task<(string, byte[])> Export(int examPlanId); }