feat: 过滤tree增加时间细粒度

This commit is contained in:
junjun
2025-10-13 11:36:37 +08:00
committed by Junjun
parent a6b8d370e1
commit b7539c6941

View File

@@ -24,6 +24,9 @@ public class FilterTreeItem implements Serializable {
private List<String> enumValue;// ['a','b']
private String filterTypeTime;// dateValue | dynamicDate
private DynamicTimeSetting dynamicTimeSetting;
private String timeType; // 时间细粒度
// tree
private FilterTreeObj subTree;