17808
2023-11-01 9a3284f88a52411db022edc686390c0dd8a1823e
src/main/java/com/mindskip/xzs/repository/ExamPaperAnswerMapper.java
@@ -3,6 +3,7 @@
import com.mindskip.xzs.domain.ExamPaperAnswer;
import com.mindskip.xzs.domain.ExamTemplatesUserCount;
import com.mindskip.xzs.domain.other.KeyValue;
import com.mindskip.xzs.viewmodel.admin.paper.ExamPaperGradePageRequestVM;
import com.mindskip.xzs.viewmodel.student.exampaper.ExamPaperAnswerPageVM;
import org.apache.ibatis.annotations.Mapper;
import org.apache.ibatis.annotations.Param;
@@ -28,4 +29,6 @@
    List<ExamPaperAnswer> selectByPaperName(@Param("paperName") String paperName);
    List<ExamPaperAnswer> getByExamPaperIdAndUserId(@Param("examTemplatesUserCount")List<ExamTemplatesUserCount> examTemplatesUserCount);
    List<ExamPaperAnswer> adminPageByGrade(ExamPaperGradePageRequestVM grade);
}