From 26088bd271800618ea1551f50108e1f54b10f425 Mon Sep 17 00:00:00 2001
From: zhaowc <526854230@qq.com>
Date: 星期四, 16 一月 2025 08:52:34 +0800
Subject: [PATCH] Merge branch 'master' of https://gitee.com/liudongl/jc24-wms

---
 Wms/WMS.IBLL/IPdaServer/IPdaAsnServer.cs |    9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/Wms/WMS.IBLL/IPdaServer/IPdaAsnServer.cs b/Wms/WMS.IBLL/IPdaServer/IPdaAsnServer.cs
index 2fcd357..e10b9cd 100644
--- a/Wms/WMS.IBLL/IPdaServer/IPdaAsnServer.cs
+++ b/Wms/WMS.IBLL/IPdaServer/IPdaAsnServer.cs
@@ -41,6 +41,9 @@
         // 缁戝畾绌烘墭鐩�
         string BindNullPallet(PalletBindVm model);
 
+        // 鍙犳墭鏈虹粦瀹氱┖鎵樼洏璺�
+        string BindNullPallets(PalletsBind model);
+
         /// <summary>
         /// 瑙g粦绌烘墭鐩�
         /// </summary>
@@ -74,12 +77,12 @@
         //闆剁鍏ュ簱
         void CompleteInStockLing(PdaLingAsnVm model, int userId);
 
-        void GetBoxInfoByFuMa(string boxNo, string url);
+        void GetBoxInfoByFuMa(string boxNo, string url, string fuMaTokenUrl,string levelType);
 
         // 鏍规嵁绠辩爜鑾峰彇鏍囩绠辩爜淇℃伅
-        List<BoxInfoDto> GetBindBoxInfos(BoxInfoVm model, string url);
+        List<BoxInfoDto> GetBindBoxInfos(BoxInfoVm model, string url, string fuMaTokenUrl);
         // 鏍规嵁绠辩爜鑾峰彇鏍囩鏈�灏忚拷婧爜淇℃伅
-        List<BoxInfoDto> GetBindBoxInfo2s(BoxInfoVm model,string url);
+        List<BoxInfoDto> GetBindBoxInfo2s(BoxInfoVm model,string url, string fuMaTokenUrl);
 
         //鏍规嵁鍗曟嵁鍙疯幏鍙栧崟鎹槑缁嗗垪琛�
         List<ArrivalNoticeDetailDto> GetBindArrivalNoticeDetails(ArrivalNoticeVm model);

--
Gitblit v1.8.0