“djh”
3 天以前 c0f16750cb9097a8db7b68f8c1794c2aec28ca15
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);
}