xiangpei
2024-05-14 d5f80c24adbef34f8e66cedb46a72a6395134445
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);
    String getAnswer(Integer id);
}