Merge branch 'refs/heads/abp' into digital-collectibles

This commit is contained in:
橙子
2025-01-19 13:23:23 +08:00

View File

@@ -27,7 +27,6 @@ namespace Yi.Framework.Bbs.Domain.Entities.Forum
[SugarColumn(ColumnName = "Id", IsPrimaryKey = true)] [SugarColumn(ColumnName = "Id", IsPrimaryKey = true)]
public override Guid Id { get; protected set; } public override Guid Id { get; protected set; }
public string? Title { get; set; } public string? Title { get; set; }
public string? Types { get; set; }
public string? Introduction { get; set; } public string? Introduction { get; set; }
public int AgreeNum { get; set; } public int AgreeNum { get; set; }
public int SeeNum { get; set; } public int SeeNum { get; set; }