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