From 8d523107abfe2cefc7293af40a9377e4bc4115d7 Mon Sep 17 00:00:00 2001 From: xiaochanghai Date: Fri, 7 Mar 2025 14:45:51 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9F=A5=E8=AF=A2=E8=80=83=E8=AF=95=E7=BB=93?= =?UTF-8?q?=E6=9E=9C=EF=BC=8C=E6=96=B0=E5=A2=9E=E9=A4=90=E5=AE=BF=E5=88=A4?= =?UTF-8?q?=E6=96=AD,=E8=80=83=E5=AE=8C=EF=BC=8C=E6=98=AF=E5=90=A6?= =?UTF-8?q?=E5=85=81=E8=AE=B8=E6=9F=A5=E7=9C=8B=E7=AD=94=E6=A1=88=E5=92=8C?= =?UTF-8?q?=E8=A7=A3=E6=9E=90=E3=80=81=E8=80=83=E5=AE=8C=EF=BC=8C=E6=9F=A5?= =?UTF-8?q?=E7=9C=8B=E7=AD=94=E6=A1=88=E5=92=8C=E8=A7=A3=E6=9E=90=E5=90=8E?= =?UTF-8?q?=EF=BC=8C=E6=98=AF=E5=90=A6=E5=85=81=E8=AE=B8=E9=87=8D=E6=96=B0?= =?UTF-8?q?=E8=80=83=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Tiobon.Core.Model/Base/Ghre/Ghre_Config.Dto.Base.cs | 2 +- Tiobon.Core.Model/Models/Ghre/Ghre_Config.cs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Tiobon.Core.Model/Base/Ghre/Ghre_Config.Dto.Base.cs b/Tiobon.Core.Model/Base/Ghre/Ghre_Config.Dto.Base.cs index 591c2046..a15a534c 100644 --- a/Tiobon.Core.Model/Base/Ghre/Ghre_Config.Dto.Base.cs +++ b/Tiobon.Core.Model/Base/Ghre/Ghre_Config.Dto.Base.cs @@ -32,7 +32,7 @@ public class Ghre_ConfigBase /// /// 参数代码 /// - [Display(Name = "ConfigCode"), Description("参数代码"), MaxLength(32, ErrorMessage = "参数代码 不能超过 32 个字符")] + [Display(Name = "ConfigCode"), Description("参数代码"), MaxLength(64, ErrorMessage = "参数代码 不能超过 64 个字符")] public string ConfigCode { get; set; } /// diff --git a/Tiobon.Core.Model/Models/Ghre/Ghre_Config.cs b/Tiobon.Core.Model/Models/Ghre/Ghre_Config.cs index 9b3764b6..d74ab3ec 100644 --- a/Tiobon.Core.Model/Models/Ghre/Ghre_Config.cs +++ b/Tiobon.Core.Model/Models/Ghre/Ghre_Config.cs @@ -33,7 +33,7 @@ public class Ghre_Config : BasePoco /// /// 参数代码 /// - [Display(Name = "ConfigCode"), Description("参数代码"), MaxLength(32, ErrorMessage = "参数代码 不能超过 32 个字符")] + [Display(Name = "ConfigCode"), Description("参数代码"), MaxLength(64, ErrorMessage = "参数代码 不能超过 64 个字符")] public string ConfigCode { get; set; } ///