From 9d7dda331f3498a95e2e922e9ddae0fa43e83605 Mon Sep 17 00:00:00 2001
From: IPC-610 <IPC-610@DESKTOP-6LEOOS3>
Date: 星期四, 02 一月 2025 13:38:06 +0800
Subject: [PATCH] 修改问题
---
Wms/WMS.IBLL/IPdaServer/IPdaAsnServer.cs | 12 ++++++++++--
1 files changed, 10 insertions(+), 2 deletions(-)
diff --git a/Wms/WMS.IBLL/IPdaServer/IPdaAsnServer.cs b/Wms/WMS.IBLL/IPdaServer/IPdaAsnServer.cs
index c3b18fd..e10b9cd 100644
--- a/Wms/WMS.IBLL/IPdaServer/IPdaAsnServer.cs
+++ b/Wms/WMS.IBLL/IPdaServer/IPdaAsnServer.cs
@@ -11,6 +11,9 @@
{
public interface IPdaAsnServer
{
+ //鑾峰彇鍗曟嵁鏄庣粏鏄剧ず鐨勭墿鏂�
+ List<ArrivalNoticeDetailDto> GetArrivalNoticesInfo(ArrivalNoticeVm model);
+
// 鑾峰彇鍗曟嵁鍒楄〃
List<string> GetArrivalNotices(ArrivalNoticeVm model);
@@ -37,6 +40,9 @@
// 缁戝畾绌烘墭鐩�
string BindNullPallet(PalletBindVm model);
+
+ // 鍙犳墭鏈虹粦瀹氱┖鎵樼洏璺�
+ string BindNullPallets(PalletsBind model);
/// <summary>
/// 瑙g粦绌烘墭鐩�
@@ -71,10 +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);
+ List<BoxInfoDto> GetBindBoxInfos(BoxInfoVm model, string url, string fuMaTokenUrl);
+ // 鏍规嵁绠辩爜鑾峰彇鏍囩鏈�灏忚拷婧爜淇℃伅
+ List<BoxInfoDto> GetBindBoxInfo2s(BoxInfoVm model,string url, string fuMaTokenUrl);
//鏍规嵁鍗曟嵁鍙疯幏鍙栧崟鎹槑缁嗗垪琛�
List<ArrivalNoticeDetailDto> GetBindArrivalNoticeDetails(ArrivalNoticeVm model);
--
Gitblit v1.8.0