fix: 删除多余types

This commit is contained in:
橙子
2025-01-19 13:23:12 +08:00
parent 7b5bc0fe3e
commit 811e5c1a8c

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; }