From 0935e2d6041e364fb4470594d806ab24418a7692 Mon Sep 17 00:00:00 2001 From: suncaomei Date: Tue, 19 Nov 2024 23:35:44 +0800 Subject: [PATCH] =?UTF-8?q?=E6=95=B0=E6=8D=AE=E5=BA=93=E8=BF=9E=E6=8E=A5?= =?UTF-8?q?=E5=AD=97=E7=AC=A6=E4=B8=B2=E6=9C=89=E5=8F=AF=E8=83=BD=E8=B6=85?= =?UTF-8?q?=E8=BF=87256=20=E5=A2=9E=E5=8A=A0=E5=88=B0512?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Admin.NET/Admin.NET.Core/Entity/SysCodeGen.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Admin.NET/Admin.NET.Core/Entity/SysCodeGen.cs b/Admin.NET/Admin.NET.Core/Entity/SysCodeGen.cs index 32144faa..d594c60d 100644 --- a/Admin.NET/Admin.NET.Core/Entity/SysCodeGen.cs +++ b/Admin.NET/Admin.NET.Core/Entity/SysCodeGen.cs @@ -60,8 +60,8 @@ public partial class SysCodeGen : EntityBase /// /// 数据库链接 /// - [SugarColumn(ColumnDescription = "数据库链接", Length = 256)] - [MaxLength(256)] + [SugarColumn(ColumnDescription = "数据库链接", Length = 512)] + [MaxLength(512)] public string? ConnectionString { get; set; } ///