fuliqi
2025-02-13 9963456cd3d9737ecf53ebc1f464df29fd9398e6
1
2
3
4
5
6
7
8
9
package com.ycl.platform.domain.param.HK;
 
import lombok.Data;
 
@Data
public class TreeParam extends BaseParam{
    private String startDate;
    private String endDate;
}