refactor: 清理平台表述并统一为系统

This commit is contained in:
root
2026-01-29 13:49:03 +00:00
parent b3d611304b
commit 52fb4fde72
30 changed files with 44 additions and 84 deletions

View File

@@ -52,7 +52,7 @@ public sealed class SeedUserOptions
public long TenantId { get; set; }
/// <summary>
/// 所属商户 ID平台管理员为空)。
/// 所属商户 ID租户管理员为空)。
/// </summary>
public long? MerchantId { get; set; }

View File

@@ -35,7 +35,7 @@ public sealed class IdentityDbContext(
public DbSet<Role> Roles => Set<Role>();
/// <summary>
/// 角色模板集合(平台级)。
/// 角色模板集合(系统级)。
/// </summary>
public DbSet<RoleTemplate> RoleTemplates => Set<RoleTemplate>();