fuliqi
2024-06-12 9b8264bd45b103476e2f9d662aa8c324a41f3357
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);
}