From f7ad3416dfc1558be842f3190688adc9a5a8933d Mon Sep 17 00:00:00 2001
From: wankeda <Administrator@DESKTOP-HAU3ST3>
Date: 星期日, 18 一月 2026 14:51:23 +0800
Subject: [PATCH] 添加盘点,合托流程

---
 WMS/WIDESEA_WMSServer/WIDESEA_Model/Models/Stock/VV_StockInfoDet.cs |   10 +++++++---
 1 files changed, 7 insertions(+), 3 deletions(-)

diff --git a/WMS/WIDESEA_WMSServer/WIDESEA_Model/Models/Stock/VV_StockInfoDet.cs b/WMS/WIDESEA_WMSServer/WIDESEA_Model/Models/Stock/VV_StockInfoDet.cs
index f4d2b41..2826f35 100644
--- a/WMS/WIDESEA_WMSServer/WIDESEA_Model/Models/Stock/VV_StockInfoDet.cs
+++ b/WMS/WIDESEA_WMSServer/WIDESEA_Model/Models/Stock/VV_StockInfoDet.cs
@@ -13,8 +13,8 @@
     [SugarTable(nameof(VV_StockInfoDet), "搴撳瓨灞曠ず淇℃伅")]
     public class VV_StockInfoDet
     {
-        [ExporterHeader(DisplayName = "鎵樼洏缂栧彿",IsIgnore =true)]
-        [SugarColumn(IsNullable = true, Length = 50,  ColumnDescription = "鎵樼洏缂栧彿")]
+        [ExporterHeader(DisplayName = "鎵樼洏缂栧彿", IsIgnore = true)]
+        [SugarColumn(IsNullable = true, Length = 50, ColumnDescription = "鎵樼洏缂栧彿")]
         public string PalletCode { get; set; }
 
         [ExporterHeader(DisplayName = "绫诲瀷")]
@@ -48,7 +48,11 @@
         [SugarColumn(IsNullable = false, Length = 100, ColumnDescription = "搴忓垪鍙�")]
         public string SerialNumber { get; set; }
 
-        
+        [ExporterHeader(DisplayName = "涓婃父绯荤粺", IsIgnore = true)]
+        [SugarColumn(IsNullable = false, Length = 255, ColumnDescription = "涓婃父绯荤粺")]
+        public string System { get; set; }
+
+
         [ExporterHeader(DisplayName = "搴撳瓨鏁伴噺")]
         [SugarColumn(IsNullable = false, DecimalDigits = 2, ColumnDescription = "搴撳瓨鏁伴噺")]
         public decimal StockQuantity { get; set; }

--
Gitblit v1.9.3