src/main/java/com/mindskip/xzs/service/QuestionService.java @@ -61,4 +61,11 @@ /** 获取题目答案、解析 */ RestResponse getAnswer(Integer id); /** * 查找是否已经存在题干相同的题 * * @param title * @return */ Integer countQuestionByTitle(String title); }