aijinhui
2023-10-19 8dcf0af29d03e596a5071dfea3df3d5e89f4ff3b
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;
}