src/main/java/com/ycl/jxkg/service/ExamPaperService.java @@ -29,4 +29,13 @@ Integer selectAllCount(); List<Integer> selectMothCount(); /** * * 我的试卷 * * @param paperType * @return */ List<ExamPaper> myExamPaper(Integer paperType); }