src/main/java/com/mindskip/xzs/repository/ExamPaperMapper.java
@@ -45,4 +45,8 @@ List<UserVO> selectStudent(UserVO userVO); List<Integer> getExamPaperByTemplateId(ExamTemplatesVO model); List<ExamPaper> getExamPaper(); List<ExamPaper> getTemplate(); }