From ca54eceeebeceea3b6c75e3dbfa3b715806c6106 Mon Sep 17 00:00:00 2001
From: 刘磊 <1161824510@qq.com>
Date: 星期五, 15 十一月 2024 16:38:23 +0800
Subject: [PATCH] 1

---
 Code Management/WMS/WIDESEA_WMSServer/WIDESEA_Model/Models/BasicModel/DtStockInfo.cs |   22 +++++++++++++++++++---
 1 files changed, 19 insertions(+), 3 deletions(-)

diff --git a/Code Management/WMS/WIDESEA_WMSServer/WIDESEA_Model/Models/BasicModel/DtStockInfo.cs b/Code Management/WMS/WIDESEA_WMSServer/WIDESEA_Model/Models/BasicModel/DtStockInfo.cs
index d790bb4..bd089e8 100644
--- a/Code Management/WMS/WIDESEA_WMSServer/WIDESEA_Model/Models/BasicModel/DtStockInfo.cs
+++ b/Code Management/WMS/WIDESEA_WMSServer/WIDESEA_Model/Models/BasicModel/DtStockInfo.cs
@@ -36,10 +36,26 @@
         public bool IsFull { get; set; }
 
         /// <summary>
-        /// 澶囨敞
+        /// 澶囨敞 (闈欏埗\闄堝寲鏃堕棿)
         /// </summary>
         [SugarColumn(IsNullable = true, ColumnDescription = "澶囨敞")]
         public string Remark { get; set; }
+
+        /// <summary>
+        /// 鍏宠仈宸ュ簭杩斿洖鏃堕棿锛堟敞娑瞈闈欑疆鏃堕暱锛�
+        /// </summary>
+        public string LinedProcessFeedbackTime { get; set; }
+
+        /// <summary>
+        /// 鐗瑰緛鍙傛暟杩斿洖(闈欑疆鏃堕暱)
+        /// </summary>
+        public string SpecialParameterDuration { get; set; }
+
+        /// <summary>
+        /// 鍖哄煙缂栫爜
+        /// </summary>
+        [SugarColumn(IsNullable = true, ColumnDescription = "鍖哄煙缂栫爜")]
+        public string AreaCode { get; set; }
 
         /// <summary>
         /// 搴撳瓨鏄庣粏
@@ -52,7 +68,7 @@
         /// 璐т綅鏁版嵁
         /// </summary>
         [SugarColumn(ColumnName = "LocationInfo")]
-        [Navigate(NavigateType.OneToOne,nameof(LocationCode), nameof(DtLocationInfo.LocationCode))]
+        [Navigate(NavigateType.OneToOne, nameof(LocationCode), nameof(DtLocationInfo.LocationCode))]
         public DtLocationInfo? LocationInfo { get; set; }
     }
-}
+}
\ No newline at end of file

--
Gitblit v1.9.3