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