龚焕茏
2024-07-08 9619965a7a9cd4b8c9f41ef8d5d8aa44d62436c6
src/main/java/com/mindskip/xzs/repository/ExamPaperMapper.java
@@ -42,7 +42,13 @@
    List<ExamPaper> list(List<Integer> deptIds);
    List<ExamPaper> template(List<Integer> deptIds);
    List<UserVO> selectStudent(UserVO userVO);
    List<Integer> getExamPaperByTemplateId(ExamTemplatesVO model);
    List<ExamPaper> getExamPaper();
    List<ExamPaper> getTemplate();
}