| | |
| | | package com.ycl.jxkg.service; |
| | | |
| | | import com.ycl.jxkg.domain.vo.DoQuestionVO; |
| | | import com.ycl.jxkg.domain.vo.student.wrong.WrongPageVo; |
| | | import com.ycl.jxkg.domain.vo.student.wrong.WrongRequestVo; |
| | | import com.ycl.jxkg.domain.vo.student.wrong.WrongResponseVO; |
| | | |
| | | import java.util.List; |
| | | |
| | | public interface WrongService { |
| | | /** |
| | |
| | | doQuestionVO.setExamId(examPaperScore.getExamId()); |
| | | doQuestionVO.setExamName(examPaperScore.getExamName()); |
| | | doQuestionVO.setTitle(question.getTitle()); |
| | | // 考试结果记录id |
| | | doQuestionVO.setId(examPaperScore.getId()); |
| | | return doQuestionVO; |
| | | }) |
| | | .collect(Collectors.toList()); |