aijinhui
2023-10-30 aeee74f4d8bcd7d0de8b76aff3c044b0baeaf6df
ard-work/src/main/java/com/ruoyi/statistical/vo/CountVo.java
@@ -4,6 +4,6 @@
@Data
public class CountVo {
    private String month;
    private String date;
    private Integer count;
}