| | |
| | | import com.ycl.jxkg.domain.vo.student.exampaper.ExamPaperAnswerPageResponseVO; |
| | | import com.ycl.jxkg.domain.vo.student.exampaper.ExamPaperAnswerPageVO; |
| | | import com.ycl.jxkg.domain.vo.student.exampaper.UserAnswerPageResponseVO; |
| | | import com.ycl.jxkg.domain.vo.student.wrong.CheckWrongVO; |
| | | import com.ycl.jxkg.domain.vo.student.wrong.WrongRequestVo; |
| | | import com.ycl.jxkg.domain.vo.student.wrong.WrongResponseVO; |
| | | import org.apache.ibatis.annotations.Mapper; |
| | | import org.apache.ibatis.annotations.Param; |
| | | |
| | | import javax.validation.Valid; |
| | | import java.util.Date; |
| | | import java.util.List; |
| | | |
| | |
| | | |
| | | List<ExamPaperScore> selectByUserId(Integer userId); |
| | | |
| | | List<WrongResponseVO> selectWrong(WrongRequestVo wrongRequestVo); |
| | | |
| | | ExamPaperScore checkWrong(@Valid CheckWrongVO model); |
| | | } |