aijinhui
2023-10-21 8cb8a874db01acd1113cfeb5c2c5bf7e9555ff65
1
2
3
4
5
6
7
8
9
10
package com.ruoyi.statistical.param;
 
import lombok.Data;
 
@Data
public class ESParam {
    private String start;
    private String end;
    private Integer month;
}