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

This commit is contained in:
junjun
2025-10-13 10:41:21 +08:00
committed by Junjun
parent c929875ad1
commit a6b8d370e1

View File

@@ -34,6 +34,8 @@ public class DatasetRowPermissionsTreeItem implements Serializable {
private String timeValue;// 'a'
private List<String> enumValue;// ['a','b']
private String timeType; // 时间细粒度
private DatasetRowPermissionsTreeObj subTree;
private static final long serialVersionUID = 1L;
}