From fef4a39d606932ebb2f7ae7d58c8ddcdd3e3b9db Mon Sep 17 00:00:00 2001
From: wxw <Administrator@DESKTOP-5BIMHQ3>
Date: 星期六, 20 九月 2025 14:43:07 +0800
Subject: [PATCH] PDA-AGV转运功能增加指定目标储位功能

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

diff --git a/Wms/WMS.IBLL/IPdaServer/IPdaCrServer.cs b/Wms/WMS.IBLL/IPdaServer/IPdaCrServer.cs
index c4a75c5..ceaee97 100644
--- a/Wms/WMS.IBLL/IPdaServer/IPdaCrServer.cs
+++ b/Wms/WMS.IBLL/IPdaServer/IPdaCrServer.cs
@@ -110,6 +110,13 @@
         /// <returns></returns>
         Task<List<SysStorageArea>> GetStorageArea(string palletNo);
         /// <summary>
+        /// 鏍规嵁鍖哄煙鍙疯幏鍙栧偍浣嶅湴鍧�闆嗗悎
+        /// </summary>
+        /// <param name="areaNo"></param>
+        /// <returns></returns>
+        /// <exception cref="Exception"></exception>
+        List<string> GetLocatByArea(string areaNo);
+        /// <summary>
         /// 鑾峰彇宸插垎閰嶇殑鍑哄簱鍗曟嵁
         /// </summary>
         /// <returns></returns>
@@ -133,7 +140,7 @@
         /// <param name="areaNo"></param>
         /// <param name="ruku"></param>
         /// <param name="url"></param>
-        Task AgvTransport(string palletNo, string areaNo, string ruku, string url, int userId);
+        Task AgvTransport(string palletNo, string areaNo, string locatNoEnd, string ruku, string url, int userId);
         /// <summary>
         /// 鍛煎彨agv杞繍绌烘墭鐩�
         /// </summary>

--
Gitblit v1.8.0