iven
633bf8c62d
feat(auth): data_scope 行级数据权限 — DataScope 枚举 + 中间件加载
- TenantContext 新增 permission_data_scopes: HashMap<String, DataScope>
- DataScope 枚举: All/SelfOnly/Department/DepartmentTree
- JWT 中间件查询 role_permissions.data_scope 填充到上下文
- rbac::get_data_scope() 供 service 层按权限获取数据范围
- 默认 All,完全向后兼容现有行为
2026-04-27 19:31:19 +08:00
..
2026-04-24 08:05:58 +08:00
2026-04-25 10:00:49 +08:00
2026-04-27 19:31:19 +08:00
2026-04-27 18:01:05 +08:00
2026-04-27 13:05:25 +08:00
2026-04-24 08:16:01 +08:00
2026-04-24 08:16:01 +08:00
2026-04-11 03:22:04 +08:00
2026-04-24 00:05:43 +08:00