From 98671d2b1473b1e3e55abbdd3304fc3cd8c33959 Mon Sep 17 00:00:00 2001
From: chengsc <Demo@DESKTOP-CPA90BF>
Date: 星期三, 16 十月 2024 18:14:38 +0800
Subject: [PATCH] 修改问题

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

diff --git a/Wms/WMS.IBLL/IPdaServer/IPdaAsnServer.cs b/Wms/WMS.IBLL/IPdaServer/IPdaAsnServer.cs
index 8d2e7c8..c3b18fd 100644
--- a/Wms/WMS.IBLL/IPdaServer/IPdaAsnServer.cs
+++ b/Wms/WMS.IBLL/IPdaServer/IPdaAsnServer.cs
@@ -12,7 +12,7 @@
     public interface IPdaAsnServer
     {
         // 鑾峰彇鍗曟嵁鍒楄〃
-        List<ArrivalNoticeDto> GetArrivalNotices(ArrivalNoticeVm model);
+        List<string> GetArrivalNotices(ArrivalNoticeVm model);
 
         // 鏍规嵁鍗曟嵁鍙疯幏鍙栧崟鎹槑缁嗗垪琛�
         List<ArrivalNoticeDetailDto> GetArrivalNoticeDetails(ArrivalNoticeVm model);
@@ -71,6 +71,8 @@
         //闆剁鍏ュ簱
         void CompleteInStockLing(PdaLingAsnVm model, int userId);
 
+        void GetBoxInfoByFuMa(string boxNo, string url);
+
         // 鏍规嵁绠辩爜鑾峰彇鏍囩绠辩爜淇℃伅
         List<BoxInfoDto> GetBindBoxInfos(BoxInfoVm model);
 

--
Gitblit v1.8.0