package api.common.pojo.vo.home; import lombok.Data; @Data public class LineChartVO { private String toDate;//时间 private Integer num;//数量 }