From 733c975cd8647f6d006736f1863bad731e32e6fb Mon Sep 17 00:00:00 2001
From: wangxinhui <wangxinhui@hnkhzn.com>
Date: 星期日, 26 十月 2025 17:15:52 +0800
Subject: [PATCH] 上传最新代码,ERP接口,MES接口优化,WMS业务优化等

---
 项目代码/WMS/WMSServices/WIDESEA_Model/Models/Basic/Dt_CustomerInfo.cs |   34 ++++++++++++++++++----------------
 1 files changed, 18 insertions(+), 16 deletions(-)

diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WMSServices/WIDESEA_Model/Models/Basic/Dt_CustomerInfo.cs" "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WMSServices/WIDESEA_Model/Models/Basic/Dt_CustomerInfo.cs"
index cc03303..ae23e8f 100644
--- "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WMSServices/WIDESEA_Model/Models/Basic/Dt_CustomerInfo.cs"
+++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WMSServices/WIDESEA_Model/Models/Basic/Dt_CustomerInfo.cs"
@@ -23,29 +23,31 @@
         /// <summary>
         /// 瀹㈡埛缂栫爜
         /// </summary>
-        [SugarColumn(IsNullable = true, Length = 50, ColumnDescription = "瀹㈡埛缂栫爜")]
-        public string Code { get; set; }
-        /// <summary>
-        /// 瀹㈡埛鍑哄叆搴撹鍒�
-        /// </summary>
-        [SugarColumn(IsNullable = true,ColumnDescription = "瀹㈡埛鍑哄叆搴撹鍒�")]
-        public int OutRule { get; set; }
-        /// <summary>
-        /// 瀹㈡埛鍚嶇О
-        /// </summary>
-        [SugarColumn(IsNullable = true, Length = 50, ColumnDescription = "瀹㈡埛鍚嶇О")]
-        public string Name { get; set; }
+        [SugarColumn(IsNullable = false, Length = 50, ColumnDescription = "瀹㈡埛缂栫爜")]
+        public string CustomerCode { get; set; }
 
         /// <summary>
         /// 瀹㈡埛鍏ㄧО
         /// </summary>
-        [SugarColumn(IsNullable = true, Length = 100, ColumnDescription = "瀹㈡埛鍏ㄧО")]
-        public string NickName { get; set; }
+        [SugarColumn(IsNullable = false, Length = 200, ColumnDescription = "瀹㈡埛鍏ㄧО")]
+        public string CustomerName { get; set; }
 
         /// <summary>
-        /// 瀹㈡埛鐘舵�� 0:绂佺敤 1:鍙敤
+        /// 瀹㈡埛绠�绉�
+        /// </summary>
+        [SugarColumn(IsNullable = true, Length = 50, ColumnDescription = "瀹㈡埛绠�绉�")]
+        public string ShortName { get; set; }
+
+        /// <summary>
+        /// 鐘舵��
         /// </summary>
         [SugarColumn(IsNullable = false, ColumnDescription = "鐘舵��")]
-        public int State { get; set; }
+        public int Status { get; set; }
+
+        /// <summary>
+        /// 鍑哄簱瑙勫垯
+        /// </summary>
+        [SugarColumn(IsNullable = false, ColumnDescription = "鍑哄簱瑙勫垯")]
+        public int OutRule { get; set; }
     }
 }

--
Gitblit v1.9.3