xiangpei
2024-05-23 9a1c378ec5566a727efcb85120cdafd52c3ee9f1
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);
}