龚焕茏
2024-06-13 08afe9556ce0578cd879fff194d01f66610c86e7
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);