From ce40df5daffae0d17b4e9fa7cb6d677afaa4d66f Mon Sep 17 00:00:00 2001
From: wangxinhui <wangxinhui@hnkhzn.com>
Date: 星期五, 17 十月 2025 11:20:30 +0800
Subject: [PATCH] 更新最新程序,ERP代码,MES代码等

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

diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WMSServices/WIDESEA_Model/Models/Basic/Dt_SupplierInfo.cs" "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WMSServices/WIDESEA_Model/Models/Basic/Dt_SupplierInfo.cs"
index 557e906..8395f8a 100644
--- "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WMSServices/WIDESEA_Model/Models/Basic/Dt_SupplierInfo.cs"
+++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WMSServices/WIDESEA_Model/Models/Basic/Dt_SupplierInfo.cs"
@@ -21,21 +21,27 @@
         public int Id { get; set; }
 
         /// <summary>
+        /// 渚涘簲鍟嗘潵婧怚D(涓婃父)
+        /// </summary>
+        [SugarColumn(IsNullable = false, Length = 50, ColumnDescription = "渚涘簲鍟嗘潵婧怚D(涓婃父)")]
+        public int SupplierSourceId { get; set; }
+
+        /// <summary>
         /// 渚涘簲鍟嗙紪鐮�
         /// </summary>
-        [SugarColumn(IsNullable = true, Length = 50, ColumnDescription = "渚涘簲鍟嗙紪鐮�")]
+        [SugarColumn(IsNullable = false, Length = 50, ColumnDescription = "渚涘簲鍟嗙紪鐮�")]
         public string SupplierCode { get; set; }
 
         /// <summary>
         /// 渚涘簲鍟嗗悕绉�
         /// </summary>
-        [SugarColumn(IsNullable = true, Length = 200, ColumnDescription = "渚涘簲鍟嗗悕绉�")]
+        [SugarColumn(IsNullable = false, Length = 200, ColumnDescription = "渚涘簲鍟嗗悕绉�")]
         public string SupplierName { get; set; }
 
         /// <summary>
         /// 渚涘簲鍟嗙畝绉�
         /// </summary>
-        [SugarColumn(IsNullable = true, Length = 50, ColumnDescription = "渚涘簲鍟嗙畝绉�")]
+        [SugarColumn(IsNullable = false, Length = 50, ColumnDescription = "渚涘簲鍟嗙畝绉�")]
         public string SupplierShortName { get; set; }
 
         /// <summary>
@@ -59,7 +65,7 @@
         /// <summary>
         /// 鐢靛瓙閭
         /// </summary>
-        [SugarColumn(IsNullable = true, Length = 50, ColumnDescription = "鐢靛瓙閭")]
+        [SugarColumn(IsNullable = true, Length = 200, ColumnDescription = "鐢靛瓙閭")]
         public string Email { get; set; }
 
         /// <summary>
@@ -71,8 +77,8 @@
         /// <summary>
         /// 搴撳瓨缁勭粐
         /// </summary>
-        [SugarColumn(IsNullable = true, Length = 50, ColumnDescription = "搴撳瓨缁勭粐")]
-        public string InvOrgId { get; set; }
+        [SugarColumn(IsNullable = false,  ColumnDescription = "搴撳瓨缁勭粐")]
+        public int InvOrgId { get; set; }
 
         /// <summary>
         /// 鐘舵��

--
Gitblit v1.9.3