feat: 添加 RoleApp 中间表

This commit is contained in:
zhangpeihang 2022-01-26 15:39:44 +08:00
parent 88268b450b
commit a549d87acd
1 changed files with 6 additions and 0 deletions

View File

@ -72,6 +72,12 @@ namespace BootstrapAdmin.DataAccess.EFCore
[NotNull]
public DbSet<RoleGroup>? RoleGroup { get; set; }
/// <summary>
///
/// </summary>
[NotNull]
public DbSet<RoleApp>? RoleApp { get; set; }
/// <summary>
///
/// </summary>