From 04611220d6ec06fb328c85210b5e3d3e305cfb3d Mon Sep 17 00:00:00 2001
From: liudl <673013083@qq.com>
Date: 星期一, 29 九月 2025 17:28:49 +0800
Subject: [PATCH] 结批功能修改

---
 Admin.NET/WCS.Application/Model/TaskRequest.cs |    9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/Admin.NET/WCS.Application/Model/TaskRequest.cs b/Admin.NET/WCS.Application/Model/TaskRequest.cs
index 2b9fcd9..f7a4e93 100644
--- a/Admin.NET/WCS.Application/Model/TaskRequest.cs
+++ b/Admin.NET/WCS.Application/Model/TaskRequest.cs
@@ -87,7 +87,7 @@
     /// </summary>
     public int Order { get; set; }
 
-    
+
     public string SkuName { get; set; }
 
     public string LotNo { get; set; }
@@ -95,7 +95,10 @@
     public string Qty { get; set; }
 
     public string CompleteQty { get; set; }
-
+    /// <summary>
+    /// 鍗曟嵁鍙�
+    /// </summary>
+    public string OrderNo { get; set; }
 
 
 }
@@ -497,7 +500,7 @@
     public string Message { get; set; }
     public RequestBoxInfoCheck data { get; set; }
 
-    
+
 
 }
 public class RequestBoxInfoCheck

--
Gitblit v1.8.0