From 66e3d8a1648d174b822eed579f0286f53e457d48 Mon Sep 17 00:00:00 2001 From: zuohuaijun Date: Thu, 27 Mar 2025 02:32:45 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=98=8E=E4=BF=AE=E6=94=B9=E9=80=9A?= =?UTF-8?q?=E7=9F=A5=E5=85=AC=E5=91=8A=E6=A0=87=E9=A2=98=E5=AD=97=E6=AE=B5?= =?UTF-8?q?=E9=95=BF=E5=BA=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Admin.NET/Admin.NET.Core/Entity/SysNotice.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Admin.NET/Admin.NET.Core/Entity/SysNotice.cs b/Admin.NET/Admin.NET.Core/Entity/SysNotice.cs index 0dfc09cf..f80c8ac3 100644 --- a/Admin.NET/Admin.NET.Core/Entity/SysNotice.cs +++ b/Admin.NET/Admin.NET.Core/Entity/SysNotice.cs @@ -17,8 +17,8 @@ public partial class SysNotice : EntityTenant /// /// 标题 /// - [SugarColumn(ColumnDescription = "标题", Length = 128)] - [Required, MaxLength(32)] + [SugarColumn(ColumnDescription = "标题", Length = 256)] + [Required, MaxLength(256)] [SensitiveDetection('*')] public virtual string Title { get; set; }