style: 增加评论长度

This commit is contained in:
chenchun
2024-10-30 11:49:02 +08:00
parent 8c940126b5
commit 8a0c0de8a1

View File

@@ -31,7 +31,7 @@ namespace Yi.Framework.Bbs.Domain.Entities.Forum
public override Guid Id { get; protected set; }
public bool IsDeleted { get; set; }
[SugarColumn(Length = 500)]
[SugarColumn(Length = 2000)]
public string Content { get; set; }
public Guid DiscussId { get; set; }