xiangpei
2024-07-02 6f58f2cb4ab7d8717cfc8995142ba62f2be09af1
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();
}