xiangpei
2024-07-16 f33f56fb2ebfea915b93467698ca6b243ee934ba
src/main/java/com/mindskip/xzs/repository/ExamPaperMapper.java
@@ -42,6 +42,8 @@
    List<ExamPaper> list(List<Integer> deptIds);
    List<ExamPaper> template(List<Integer> deptIds);
    List<UserVO> selectStudent(UserVO userVO);
    List<Integer> getExamPaperByTemplateId(ExamTemplatesVO model);
@@ -49,4 +51,12 @@
    List<ExamPaper> getExamPaper();
    List<ExamPaper> getTemplate();
    /**
     * 获取随机试卷的exampaper
     *
     * @param id
     * @return
     */
    List<PaperExcelVO> getRandomPaperExcelById(Integer id);
}