From 3e19792c0061879ebe17ea04264c4c1f86bb3504 Mon Sep 17 00:00:00 2001 From: wxw <Administrator@DESKTOP-5BIMHQ3> Date: 星期四, 24 四月 2025 16:51:18 +0800 Subject: [PATCH] 编写料斗转运功能 --- Wms/WMS.IBLL/IBllTransServer/IHopperTransportServer.cs | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Wms/WMS.IBLL/IBllTransServer/IHopperTransportServer.cs b/Wms/WMS.IBLL/IBllTransServer/IHopperTransportServer.cs index 8d71f5b..baae27f 100644 --- a/Wms/WMS.IBLL/IBllTransServer/IHopperTransportServer.cs +++ b/Wms/WMS.IBLL/IBllTransServer/IHopperTransportServer.cs @@ -16,7 +16,7 @@ List<string> GetLotNoBySku(string skuNo); List<string> GetSku(); - void jiaoLiaoHopper(string areaNo, string endLocate, string plnStatus, string standard, string skuNo, string lotNo, int userId); + void jiaoLiaoHopper(string areaNo, string endLocate, string plnStatus, string standard, string skuNo, string lotNo, string url, int userId); void jiaoCheHopper(string areaNo, string StartLocate, string plnNo, string plnStatus, decimal weight, string skuNo, string lotNo, int userId); -- Gitblit v1.8.0