17808
2023-11-09 0c29b611124679e564f2e5bd63f10f8c8ac0ba81
src/main/java/com/mindskip/xzs/repository/QuestionMapper.java
@@ -19,4 +19,6 @@
    Integer selectAllCount();
    List<KeyValue> selectCountByDate(@Param("startTime") Date startTime,@Param("endTime") Date endTime);
    List<Question> getAll();
}