heheng
2025-06-10 db8242513644b246a30222663ef20e21f1e7c7ce
exam-system/src/main/java/com/gkhy/exam/system/mapper/ExQuestionMapper.java
@@ -121,4 +121,6 @@
     * @return
     */
    List<ExQuestion> selectQuestionByPaperId(Long paperId);
    int saveBatch(List<ExQuestion> exQuestions);
}