aijinhui
2024-03-26 163942aec6316425d2eeaf93f34f7a8ff627d8b8
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;
}