| | |
| | | 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.training.entity.TrainingRegistration; |
| | | |
| | | import java.util.List; |
| | | |
| | |
| | | * @return |
| | | */ |
| | | int getCandidateNoCount(String result); |
| | | |
| | | /** |
| | | * 查询当前考试已报名的人员培训报名数据集合 |
| | | * @param id 考试id |
| | | * @return |
| | | */ |
| | | List<TrainingRegistration> getTrainList(Long id); |
| | | |
| | | /** |
| | | * 使用考试名称匹配考试信息 |
| | | * @param examName 考试名称 |
| | | * @return |
| | | */ |
| | | ExamPaper getExamInfoByExamName(@Param("examName") String examName); |
| | | } |