aijinhui
2023-10-07 8c8af4faa4303499fe9e81dd117932e246008eb0
1
2
3
4
5
6
7
8
9
package com.ruoyi.statistical.vo;
 
import lombok.Data;
 
@Data
public class CountVo {
    private String month;
    private Integer count;
}