zhangjianrock@163.com
2024-01-14 f2b8f016bb871ebf09961af7e3966334acbe6121
1
2
3
4
5
6
7
8
9
package com.ruoyi.statistical.param;
 
import lombok.Data;
 
@Data
public class MonthParam {
    private String type;
    private String month;
}