chore: 构建

This commit is contained in:
陈淳
2023-12-27 11:53:44 +08:00
parent fb5bcac2d7
commit 8ca8f291a1

View File

@@ -28,6 +28,8 @@ namespace Yi.Framework.Bbs.Domain.Entities
[SugarColumn(ColumnName = "Id", IsPrimaryKey = true)]
public override Guid Id { get; protected set; }
public bool IsDeleted { get; set; }
[SugarColumn(Length =500)]
public string Content { get; set; }
public Guid DiscussId { get; set; }