From 48d66a079c307356997fb400d27907ff6d363b7b Mon Sep 17 00:00:00 2001
From: liudl <673013083@qq.com>
Date: 星期一, 20 一月 2025 08:35:37 +0800
Subject: [PATCH] 修改2楼分拣和1楼拆垛时获取拆垛信息接口
---
Admin.NET/WCS.Application/Entity/WcsBoxInfoLog.cs | 8 +++++++-
1 files changed, 7 insertions(+), 1 deletions(-)
diff --git a/Admin.NET/WCS.Application/Entity/WcsBoxInfoLog.cs b/Admin.NET/WCS.Application/Entity/WcsBoxInfoLog.cs
index 5d46e23..4af5222 100644
--- a/Admin.NET/WCS.Application/Entity/WcsBoxInfoLog.cs
+++ b/Admin.NET/WCS.Application/Entity/WcsBoxInfoLog.cs
@@ -121,5 +121,11 @@
/// </summary>
[SugarColumn(ColumnName = "Level", ColumnDescription = "鍖呰绾у埆", Length = 3)]
public string? Level { get; set; }
-
+
+ /// <summary>
+ /// 鍖呰鏁伴噺
+ /// </summary>
+ [SugarColumn(ColumnName = "QtyCount", ColumnDescription = "鍖呰鏁伴噺", Length = 3)]
+ public int? QtyCount { get; set; }
+
}
--
Gitblit v1.8.0