From 8a0c0de8a13a97a13353e25d98fffe90ae701922 Mon Sep 17 00:00:00 2001 From: chenchun Date: Wed, 30 Oct 2024 11:49:02 +0800 Subject: [PATCH] =?UTF-8?q?style:=20=E5=A2=9E=E5=8A=A0=E8=AF=84=E8=AE=BA?= =?UTF-8?q?=E9=95=BF=E5=BA=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Entities/Forum/CommentAggregateRoot.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Yi.Abp.Net8/module/bbs/Yi.Framework.Bbs.Domain/Entities/Forum/CommentAggregateRoot.cs b/Yi.Abp.Net8/module/bbs/Yi.Framework.Bbs.Domain/Entities/Forum/CommentAggregateRoot.cs index 1a4cb7da..a1f572a0 100644 --- a/Yi.Abp.Net8/module/bbs/Yi.Framework.Bbs.Domain/Entities/Forum/CommentAggregateRoot.cs +++ b/Yi.Abp.Net8/module/bbs/Yi.Framework.Bbs.Domain/Entities/Forum/CommentAggregateRoot.cs @@ -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; }