From 234e0265fbed611b20f0903bb69fbf0bd5417c1c Mon Sep 17 00:00:00 2001
From: huanghongfeng <huanghongfeng@hnkhzn.com>
Date: 星期一, 10 十一月 2025 15:51:22 +0800
Subject: [PATCH] 最新

---
 项目代码/WMS/WIDESEA_WMSServer/WIDESEA_Model/Models/Stock/Dt_StockInfo.cs |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)

diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSServer/WIDESEA_Model/Models/Stock/Dt_StockInfo.cs" "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSServer/WIDESEA_Model/Models/Stock/Dt_StockInfo.cs"
index 8ab17e0..d7cd2c3 100644
--- "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSServer/WIDESEA_Model/Models/Stock/Dt_StockInfo.cs"
+++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSServer/WIDESEA_Model/Models/Stock/Dt_StockInfo.cs"
@@ -17,25 +17,25 @@
         public int Id { get; set; }
 
         [ExporterHeader(DisplayName = "鎵樼洏缂栧彿")]
-        [SugarColumn(IsNullable = false, Length = 50, ColumnDescription = "鎵樼洏缂栧彿")]
+        [SugarColumn(IsNullable = true, Length = 50, ColumnDescription = "鎵樼洏缂栧彿")]
         public string PalletCode { get; set; }
         [ExporterHeader(DisplayName = "绫诲瀷")]
-        [SugarColumn(IsNullable = false, ColumnDescription = "绫诲瀷")]
+        [SugarColumn(IsNullable = true, ColumnDescription = "绫诲瀷")]
         public int MaterialType { get; set; }
 
         [SugarColumn(IsNullable = true, Length = 20, ColumnDescription = "璐т綅缂栧彿")]
         public string LocationCode { get; set; }
 
-        [SugarColumn(IsNullable = false, ColumnDescription = "鏄惁婊$洏", DefaultValue = "0")]
+        [SugarColumn(IsNullable = true, ColumnDescription = "鏄惁婊$洏", DefaultValue = "0")]
         public bool IsFull { get; set; }
 
-        [SugarColumn(IsNullable = false, ColumnDescription = "搴撳瓨鐘舵��")]
+        [SugarColumn(IsNullable = true, ColumnDescription = "搴撳瓨鐘舵��")]
         public int StockStatus { get; set; }
 
-        [SugarColumn(IsNullable = false, ColumnDescription = "鐗╂枡鐘舵��")]
+        [SugarColumn(IsNullable = true, ColumnDescription = "鐗╂枡鐘舵��")]
         public int Wlstatus { get; set; }
 
-        [SugarColumn(IsNullable = false, ColumnDescription = "鏁伴噺")]
+        [SugarColumn(IsNullable = true, ColumnDescription = "鏁伴噺")]
         public int Materialweight { get; set; }
 
         [SugarColumn(IsNullable = true, ColumnDescription = "澶囨敞")]

--
Gitblit v1.9.3