Administrator
2023-10-26 80bee26f6187d5c9a9df28fde14fe40ab8170566
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;
}