| | |
| | | import org.springblade.modules.exam.entity.ExamSubjectChoices; |
| | | import org.springblade.modules.exam.vo.ExamPaperSubjectVO; |
| | | import org.springblade.modules.exam.vo.ExamPaperVO; |
| | | import org.springblade.modules.exam.vo.ExamSubjectChoicesVO; |
| | | import org.springblade.modules.training.entity.TrainingRegistration; |
| | | |
| | | import java.util.List; |
| | |
| | | |
| | | ExamPaperSubjectVO queryPagerSubject(@Param("paper") ExamPaper paper); |
| | | |
| | | List<ExamPaperSubjectVO> queryRandomSubject(@Param("paper") ExamPaper paper); |
| | | List<ExamSubjectChoicesVO> queryRandomSubject(@Param("paper") ExamPaper paper); |
| | | |
| | | ExamPaperSubjectVO PagerSubject(@Param("paper") ExamPaper paper); |
| | | |
| | |
| | | * @return |
| | | */ |
| | | List<Apply> getApplyDetail(@Param("userId")String userId); |
| | | |
| | | /** |
| | | * 查询当前人员当前考试的考试题目信息 |
| | | * @param examPaperVO |
| | | * @return |
| | | */ |
| | | List<ExamSubjectChoicesVO> getExaminationSubjectList(@Param("examPaper")ExamPaperVO examPaperVO); |
| | | } |