From 98e221d6dc26183efab868ee5f11a65d5791304e Mon Sep 17 00:00:00 2001
From: test <15284381150@163.com>
Date: 星期五, 19 九月 2025 08:02:20 +0800
Subject: [PATCH] Merge branch 'master' of http://47.95.120.53:8083/r/JC34WMS

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

diff --git a/Wms/WMS.IBLL/IPdaServer/IPdaCrServer.cs b/Wms/WMS.IBLL/IPdaServer/IPdaCrServer.cs
index 32610f4..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
 
@@ -134,6 +135,17 @@
         /// <param name="url"></param>
         Task AgvTransport(string palletNo, string areaNo, string ruku, string url, int userId);
         /// <summary>
+        /// 鍛煎彨agv杞繍绌烘墭鐩�
+        /// </summary>
+        /// <param name="palletNo"></param>
+        /// <param name="areaNo"></param>
+        /// <param name="locatNo"></param>
+        /// <param name="url"></param>
+        /// <param name="userId"></param>
+        /// <returns></returns>
+        /// <exception cref="Exception"></exception>
+        Task AgvNullPallet(string palletNo, string areaNo, string locatNo, string url, int userId);
+        /// <summary>
         ///  agv杞繍鍛煎彨灏忚溅鍙栬揣
         /// </summary>
         /// <param name="soNo"></param>

--
Gitblit v1.8.0