src/main/java/com/mindskip/xzs/service/ExamTemplatesService.java
@@ -19,6 +19,8 @@ PageInfo<ExamTemplates> gets(ExamTemplatesVO templatesVO); PageInfo<ExamTemplates> getByadmins(ExamTemplatesVO templatesVO); ExamPaperEditRequestVM getById(Integer id); ExamTemplates getByName(String name); @@ -27,5 +29,7 @@ void remove(Integer id); Integer randomExam1(User user, Integer id) throws Exception; }