From 3a9b5dcd5dd6ed033f80f1696b07135635b3e9f8 Mon Sep 17 00:00:00 2001 From: Demo <Demo@DESKTOP-CPA90BF> Date: 星期三, 17 七月 2024 15:35:07 +0800 Subject: [PATCH] Merge branch 'master' into csc --- Wms/WMS.IBLL/IPdaServer/IPdaCrServer.cs | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Wms/WMS.IBLL/IPdaServer/IPdaCrServer.cs b/Wms/WMS.IBLL/IPdaServer/IPdaCrServer.cs index 572ea51..b125082 100644 --- a/Wms/WMS.IBLL/IPdaServer/IPdaCrServer.cs +++ b/Wms/WMS.IBLL/IPdaServer/IPdaCrServer.cs @@ -129,7 +129,7 @@ /// <param name="palletNo"></param> /// <param name="areaNo"></param> /// <param name="ruku"></param> - void AgvTransport(string palletNo, string areaNo, string ruku, int userId); + void AgvTransport(string palletNo, string areaNo, string ruku, int userId,string url); /// <summary> /// agv杞繍鍛煎彨灏忚溅鍙栬揣 /// </summary> @@ -137,7 +137,7 @@ /// <param name="palletNo"></param> /// <param name="areaNo"></param> /// <param name="userId"></param> - void AgvTransport2(string soNo, string palletNo, string areaNo, int userId); + void AgvTransport2(string soNo, string palletNo, string areaNo, int userId, string url); #endregion } } -- Gitblit v1.8.0