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