龚焕茏
2024-06-14 37279beff7ecc26a3b7333ad01c5274f17abd647
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);