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