From cbfc5ac3c45eff75e912ba6aeaad83533a1a4296 Mon Sep 17 00:00:00 2001
From: xiazhengtongxue <133085197+xiazhengtongxue@users.noreply.github.com>
Date: 星期二, 07 四月 2026 16:16:22 +0800
Subject: [PATCH] fix: 修复机器人任务信息等bug

---
 Code/WMS/WIDESEA_WMSServer/WIDESEA_Model/Models/Record/Dt_StockQuantityChangeRecord.cs |   36 ++++++++++++++++++++++++++++++++++++
 1 files changed, 36 insertions(+), 0 deletions(-)

diff --git a/Code/WMS/WIDESEA_WMSServer/WIDESEA_Model/Models/Record/Dt_StockQuantityChangeRecord.cs b/Code/WMS/WIDESEA_WMSServer/WIDESEA_Model/Models/Record/Dt_StockQuantityChangeRecord.cs
index 269dbae..d1db1d4 100644
--- a/Code/WMS/WIDESEA_WMSServer/WIDESEA_Model/Models/Record/Dt_StockQuantityChangeRecord.cs
+++ b/Code/WMS/WIDESEA_WMSServer/WIDESEA_Model/Models/Record/Dt_StockQuantityChangeRecord.cs
@@ -93,6 +93,42 @@
         public float AfterQuantity { get; set; }
 
         /// <summary>
+        /// 鍙樺姩鍓嶅簱瀛樼姸鎬�
+        /// </summary>
+        [SugarColumn(IsNullable = false, ColumnDescription = "鍙樺姩鍓嶅簱瀛樼姸鎬�", DefaultValue = "0")]
+        public int BeforeStatus { get; set; }
+
+        /// <summary>
+        /// 鍙樺姩鍚庡簱瀛樼姸鎬�
+        /// </summary>
+        [SugarColumn(IsNullable = false, ColumnDescription = "鍙樺姩鍚庡簱瀛樼姸鎬�", DefaultValue = "0")]
+        public int AfterStatus { get; set; }
+
+        /// <summary>
+        /// 鍙樺姩鍓嶈揣浣嶄富閿�
+        /// </summary>
+        [SugarColumn(IsNullable = true, ColumnDescription = "鍙樺姩鍓嶈揣浣嶄富閿�")]
+        public int? BeforeLocationId { get; set; }
+
+        /// <summary>
+        /// 鍙樺姩鍚庤揣浣嶄富閿�
+        /// </summary>
+        [SugarColumn(IsNullable = true, ColumnDescription = "鍙樺姩鍚庤揣浣嶄富閿�")]
+        public int? AfterLocationId { get; set; }
+
+        /// <summary>
+        /// 鍙樺姩鍓嶈揣浣嶇紪鍙�
+        /// </summary>
+        [SugarColumn(IsNullable = true, Length = 30, ColumnDescription = "鍙樺姩鍓嶈揣浣嶇紪鍙�")]
+        public string BeforeLocationCode { get; set; }
+
+        /// <summary>
+        /// 鍙樺姩鍚庤揣浣嶇紪鍙�
+        /// </summary>
+        [SugarColumn(IsNullable = true, Length = 30, ColumnDescription = "鍙樺姩鍚庤揣浣嶇紪鍙�")]
+        public string AfterLocationCode { get; set; }
+
+        /// <summary>
         /// 澶囨敞
         /// </summary>
         [SugarColumn(IsNullable = true, ColumnDescription = "澶囨敞")]

--
Gitblit v1.9.3