‘liusuyi’
2023-12-23 01be918bc730ef6d4a6441d19e7fcc4579911f3e
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;
}