refactor(extension/datapermission): UserContext、RoleContext 重命名为 UserData、RoleData,以避免和应用冲突

This commit is contained in:
2025-07-16 20:27:09 +08:00
parent 778a861fa9
commit a0b64b81d5
6 changed files with 68 additions and 58 deletions

View File

@@ -52,7 +52,7 @@ public class TenantProperties {
private String tenantIdHeader = "X-Tenant-Id";
/**
* 超级/默认租户 ID
* 超级/默认租户 ID(超管用户所在租户)
*/
private Long superTenantId = 0L;