multi-system/src/main/java/com/gkhy/exam/system/mapper/ExStudentAnswerMapper.java
@@ -1,5 +1,6 @@ package com.gkhy.exam.system.mapper; import com.gkhy.exam.system.domain.ExPaperStudent; import com.gkhy.exam.system.domain.ExStudentAnswer; import com.baomidou.mybatisplus.core.mapper.BaseMapper; import org.apache.ibatis.annotations.Mapper; @@ -35,4 +36,6 @@ ExStudentAnswer getStudentAnswer(ExStudentAnswer studentAnswer); void deletedByPaperStudentId(@Param("paperId") Long paperId, @Param("studentId") Long studentId); void updateState(ExPaperStudent exPaperStudent); }