From 86e443e42c4bee972c5b795def4917e02f98ce40 Mon Sep 17 00:00:00 2001 From: wxw <Administrator@DESKTOP-5BIMHQ3> Date: 星期五, 11 七月 2025 16:45:08 +0800 Subject: [PATCH] 修改问题 --- Wms/WMS.IBLL/IPdaServer/IPdaCrServer.cs | 11 +++++++++++ 1 files changed, 11 insertions(+), 0 deletions(-) diff --git a/Wms/WMS.IBLL/IPdaServer/IPdaCrServer.cs b/Wms/WMS.IBLL/IPdaServer/IPdaCrServer.cs index 32610f4..541550c 100644 --- a/Wms/WMS.IBLL/IPdaServer/IPdaCrServer.cs +++ b/Wms/WMS.IBLL/IPdaServer/IPdaCrServer.cs @@ -134,6 +134,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