This commit is contained in:
yxw
2025-12-22 17:54:57 +08:00
parent 903d6d9304
commit 1f0c84f75e
6 changed files with 139 additions and 8 deletions

View File

@@ -167,6 +167,11 @@ namespace Atomx.Data
/// </summary>
public DbSet<Menu> Menus { get; set; }
/// <summary>
/// 标签
/// </summary>
public DbSet<Tag> Tags { get; set; }
/// <summary>
/// 上传文件
/// </summary>