refactor: 清理平台表述并统一为系统
This commit is contained in:
@@ -35,7 +35,7 @@ public sealed class IdentityDbContext(
|
||||
public DbSet<Role> Roles => Set<Role>();
|
||||
|
||||
/// <summary>
|
||||
/// 角色模板集合(平台级)。
|
||||
/// 角色模板集合(系统级)。
|
||||
/// </summary>
|
||||
public DbSet<RoleTemplate> RoleTemplates => Set<RoleTemplate>();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user