package com.ruoyi.statistical.param; import lombok.Data; @Data public class MonthParam { private String type; private String month; }