fix: 权限固定为全局
This commit is contained in:
@@ -28,7 +28,7 @@ public sealed class Permission : MultiTenantEntityBase
|
||||
public string Name { get; set; } = string.Empty;
|
||||
|
||||
/// <summary>
|
||||
/// 权限编码(租户内唯一)。
|
||||
/// 权限编码(全局唯一)。
|
||||
/// </summary>
|
||||
public string Code { get; set; } = string.Empty;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user