From 1e26a7575d9969e728b0aa01466f490409cb173c Mon Sep 17 00:00:00 2001
From: chengsc <Demo@DESKTOP-CPA90BF>
Date: 星期五, 18 十月 2024 18:41:30 +0800
Subject: [PATCH] Merge branch 'master' into csc

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

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

--
Gitblit v1.8.0