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