xiangpei
2024-03-12 60bbac4fdd04e67c0df8fe6b828582350e08cf83
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();
}