qirong
2023-06-20 e40857210a448e805913ed66f3b378d2a501c58f
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();
}