From a679c4a0a9aa216bf71cf0491699ef30655709b4 Mon Sep 17 00:00:00 2001 From: Administrator <Administrator@DESKTOP-JIE70N9> Date: 星期六, 20 九月 2025 14:50:16 +0800 Subject: [PATCH] 修改问题 --- 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