From b71144811c970ddb7296f5243f722ec6b00cf805 Mon Sep 17 00:00:00 2001
From: liudl <673013083@qq.com>
Date: 星期四, 13 三月 2025 18:52:52 +0800
Subject: [PATCH] 程序修改

---
 Admin.NET/WCS.Application/Entity/WcsBoxInfoLog.cs |   13 +++++++++++++
 1 files changed, 13 insertions(+), 0 deletions(-)

diff --git a/Admin.NET/WCS.Application/Entity/WcsBoxInfoLog.cs b/Admin.NET/WCS.Application/Entity/WcsBoxInfoLog.cs
index 4af5222..b60199a 100644
--- a/Admin.NET/WCS.Application/Entity/WcsBoxInfoLog.cs
+++ b/Admin.NET/WCS.Application/Entity/WcsBoxInfoLog.cs
@@ -128,4 +128,17 @@
     [SugarColumn(ColumnName = "QtyCount", ColumnDescription = "鍖呰鏁伴噺", Length = 3)]
     public int? QtyCount { get; set; }
 
+    /// <summary>
+    /// 鏀爜鏁伴噺
+    /// </summary>
+    [SugarColumn(ColumnName = "Qty", ColumnDescription = "鏀爜鏁伴噺", Length = 3)]
+
+    public int? Qty { get; set; }
+
+    /// <summary>
+    /// 鍗曟嵁鍙�
+    /// </summary>
+    [SugarColumn(ColumnName = "OrderCode", ColumnDescription = "鍗曟嵁鍙�", Length = 3)]
+    public string? OrderCode { get; set; }
+
 }

--
Gitblit v1.8.0