xiangpei
2024-06-11 74b520065c267999e6a4cd61c8f7b0d516931f07
src/main/java/com/ycl/jxkg/service/QuestionService.java
@@ -24,4 +24,11 @@
    Integer selectAllCount();
    List<Integer> selectMothCount();
    /**
     * 更新题目状态
     * @param question 题目
     * @return 更新结果
     */
    Boolean updateStatus(QuestionResponseVO question);
}