qirong
2023-10-27 3e6b676e210e22e4b7b4183d908dbca880093b86
src/main/java/com/mindskip/xzs/repository/ExamPaperAnswerMapper.java
@@ -1,6 +1,7 @@
package com.mindskip.xzs.repository;
import com.mindskip.xzs.domain.ExamPaperAnswer;
import com.mindskip.xzs.domain.ExamTemplatesUserCount;
import com.mindskip.xzs.domain.other.KeyValue;
import com.mindskip.xzs.viewmodel.student.exampaper.ExamPaperAnswerPageVM;
import org.apache.ibatis.annotations.Mapper;
@@ -25,4 +26,6 @@
    ExamPaperAnswer getById(Integer id);
    List<ExamPaperAnswer> selectByPaperName(@Param("paperName") String paperName);
    List<ExamPaperAnswer> getByExamPaperIdAndUserId(@Param("examTemplatesUserCount")List<ExamTemplatesUserCount> examTemplatesUserCount);
}