From 63dcb7fc55d32960f643f4040900ce9a0e33536d Mon Sep 17 00:00:00 2001
From: huangxiaoqiang <huangxiaoqiang@hnkhzn.com>
Date: 星期一, 20 十月 2025 17:25:56 +0800
Subject: [PATCH] 1

---
 项目代码/WMS/WIDESEA_WMSServer/WIDESEA_Model/Models/BasicModel/DtBoxingInfo.cs |   31 ++++++++++++-------------------
 1 files changed, 12 insertions(+), 19 deletions(-)

diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSServer/WIDESEA_Model/Models/BasicModel/DtBoxingInfo.cs" "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSServer/WIDESEA_Model/Models/BasicModel/DtBoxingInfo.cs"
index de981c4..71be07b 100644
--- "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSServer/WIDESEA_Model/Models/BasicModel/DtBoxingInfo.cs"
+++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSServer/WIDESEA_Model/Models/BasicModel/DtBoxingInfo.cs"
@@ -22,6 +22,12 @@
         public string PalletCode { get; set; }
 
         /// <summary>
+        /// 璐т綅缂栫爜
+        /// </summary>
+        [SugarColumn(IsNullable = true, ColumnDescription = "璐т綅缂栫爜")]
+        public string LocationCode { get; set; }
+
+        /// <summary>
         /// 鏄惁婊$洏
         /// </summary>
         [Required]
@@ -29,29 +35,16 @@
         public bool IsFull { get; set; } = true;
 
         /// <summary>
+        /// 鐘舵��
+        /// </summary>
+        [SugarColumn(IsNullable = true, ColumnDescription = "鐘舵��")]
+        public int StockStatus { get; set; }
+
+        /// <summary>
         /// 澶囨敞
         /// </summary>
         [SugarColumn(IsNullable = true, ColumnDescription = "澶囨敞")]
         public string Remark { get; set; }
-
-
-        /// <summary>
-        /// 鐢熶骇浜х嚎
-        /// </summary>
-        [SugarColumn(IsNullable = true, ColumnDescription = "鐢熶骇浜х嚎")]
-        public string ProductionLine { get; set; }
-
-        /// <summary>
-        /// 褰撳墠宸ュ簭
-        /// </summary>
-        [SugarColumn(IsNullable = true, ColumnDescription = "褰撳墠宸ュ簭")]
-        public string ProcessCode { get; set; }
-
-        /// <summary>
-        /// 涓嬩竴宸ュ簭
-        /// </summary>
-        [SugarColumn(IsNullable = true, ColumnDescription = "涓嬩竴宸ュ簭")]
-        public string NextProcessCode { get; set; }
 
         /// <summary>
         /// 搴撳瓨鏄庣粏

--
Gitblit v1.9.3