This commit is contained in:
yxw
2026-01-07 18:33:35 +08:00
parent 54c6fc43ef
commit 3398b535de
4 changed files with 92 additions and 1 deletions

View File

@@ -151,6 +151,11 @@ namespace Atomx.Data
/// </summary>
public DbSet<Role> Roles { get; set; }
/// <summary>
/// 服务供应商
/// </summary>
public DbSet<ServiceProvider> ServiceProviders { get; set; }
/// <summary>
/// 系统配置
/// </summary>