From e9c1fb1cae94c52d2a634f6e21a3a87354b52716 Mon Sep 17 00:00:00 2001
From: test <15284381150@163.com>
Date: 星期一, 15 九月 2025 13:47:55 +0800
Subject: [PATCH] Merge branch 'master' into djp

---
 Wms/WMS.IBLL/IPdaServer/IPdaCrServer.cs |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/Wms/WMS.IBLL/IPdaServer/IPdaCrServer.cs b/Wms/WMS.IBLL/IPdaServer/IPdaCrServer.cs
index 541550c..88d203c 100644
--- a/Wms/WMS.IBLL/IPdaServer/IPdaCrServer.cs
+++ b/Wms/WMS.IBLL/IPdaServer/IPdaCrServer.cs
@@ -4,6 +4,7 @@
 using System.Threading.Tasks;
 using Model.ModelDto;
 using Model.ModelDto.BllCheckDto;
+using Model.ModelDto.DataDto;
 using Model.ModelDto.PdaDto;
 using WMS.Entity.DataEntity;
 using WMS.Entity.SysEntity;
@@ -64,7 +65,7 @@
         /// <param name="locatNo">鍌ㄤ綅缂栧彿</param>
         /// <param name="palletNo">鎵樼洏鍙�</param> 
         /// <returns></returns>
-        Task<List<DataStockDetail>> GetStockQueryList(string locatNo, string palletNo);
+        Task<List<DataStockDetail>> GetStockQueryList(string locatNo, string palletNo, string boxno);
 
         #endregion
 

--
Gitblit v1.8.0