mirror of
https://github.com/dataease/dataease.git
synced 2026-06-09 21:27:21 +08:00
feat: 过滤tree增加时间细粒度
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user