liusuyi
2024-06-25 7556c19ef999f51d07d85cb5d13eba27d9efa41e
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;
}