‘liusuyi’
2024-03-14 650b127a6a671a87034db5e027379e740aa56364
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;
}