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