namespace YBEE.EQM.Application; /// /// 导出成绩服务 /// public interface IExamScoreExportService { /// /// 导出TQES输入文件 /// /// /// /// Task<(string, byte[])> ExportTqesFile(ExamScoreExportTqesFileInput input); }