aijinhui
2023-11-06 94daefd4eaae723a6c49fd193ce2aee4c2a6eb66
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;
}