“djh”
5 days ago 3dfe99a609b364d84d6a8ee46768345923318ad9
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);
}