xiangpei
2024-07-02 6f58f2cb4ab7d8717cfc8995142ba62f2be09af1
src/main/java/com/mindskip/xzs/repository/QuestionMapper.java
@@ -46,6 +46,11 @@
    QuestionVO getAnswer(Integer id);
    /**
     * 查抄题干符合的题目数量
     *
     * @param title
     * @return
     */
    Integer countQuestionByTitle(@Param("title") String title);
}