From 01c3a4658026e9c3ed9daaf1f1b27da368ab11a9 Mon Sep 17 00:00:00 2001 From: schangxiang@126.com <schangxiang@126.com> Date: 周五, 20 12月 2024 18:06:25 +0800 Subject: [PATCH] //校验数据是否正确 【Editby shaocx,2024-12-20】 --- CC/iWareSql/WmsDBModel/SysConfig.cs | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/CC/iWareSql/WmsDBModel/SysConfig.cs b/CC/iWareSql/WmsDBModel/SysConfig.cs index 27845a6..7419d31 100644 --- a/CC/iWareSql/WmsDBModel/SysConfig.cs +++ b/CC/iWareSql/WmsDBModel/SysConfig.cs @@ -19,7 +19,7 @@ [StringLength(64)] public string Code { get; set; } - [StringLength(64)] + [StringLength(1000)] public string Value { get; set; } public int SysFlag { get; set; } -- Gitblit v1.9.3