export declare enum DictDataParamType { /** * 租户 */ TENANT = "tenant", /** * 部门 */ DEPT = "dept", /** * 小组 */ GROUP = "group" }