fuliqi
2024-06-12 8bcc04c9623e0eee0995e1139dee6258a8df464d
src/main/java/com/ycl/jxkg/service/ExamPaperService.java
@@ -32,6 +32,15 @@
    List<Integer> selectMothCount();
    /**
     *
     * 我的试卷
     *
     * @param paperType
     * @return
     */
    List<ExamPaper> myExamPaper(Integer paperType);
    void addPaper(ExamPaperForm form);
    void updateExamPaper(ExamPaperForm form);