package com.ruoyi.statistical.vo; import lombok.Data; @Data public class CountVo { private String month; private Integer count; }