龚焕茏
2024-05-24 1ded202362a307e467852dc681517e18498f0db4
src/main/java/com/mindskip/xzs/repository/QuestionMapper.java
@@ -31,4 +31,8 @@
    List<QuestionImportVO> export(@Param("query") QuestionExportVO query);
    List<QuestionPageStudentResponseVM> selectQuestion(QuestionPageStudentRequestVM model);
    QuestionVO selectContentById(Integer id);
    QuestionVO getAnswer(Integer id);
}