From 6aa034c0c53cc7d49302dea596864fc61c705dda Mon Sep 17 00:00:00 2001
From: chengsc <Demo@DESKTOP-CPA90BF>
Date: 星期五, 01 十一月 2024 18:56:43 +0800
Subject: [PATCH] 修改问题

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

diff --git a/Wms/WMS.IBLL/IPdaServer/IPdaAsnServer.cs b/Wms/WMS.IBLL/IPdaServer/IPdaAsnServer.cs
index d5b06b0..2fcd357 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);
@@ -74,7 +77,9 @@
         void GetBoxInfoByFuMa(string boxNo, string url);
 
         // 鏍规嵁绠辩爜鑾峰彇鏍囩绠辩爜淇℃伅
-        List<BoxInfoDto> GetBindBoxInfos(BoxInfoVm model);
+        List<BoxInfoDto> GetBindBoxInfos(BoxInfoVm model, string url);
+        // 鏍规嵁绠辩爜鑾峰彇鏍囩鏈�灏忚拷婧爜淇℃伅
+        List<BoxInfoDto> GetBindBoxInfo2s(BoxInfoVm model,string url);
 
         //鏍规嵁鍗曟嵁鍙疯幏鍙栧崟鎹槑缁嗗垪琛�
         List<ArrivalNoticeDetailDto> GetBindArrivalNoticeDetails(ArrivalNoticeVm model);

--
Gitblit v1.8.0