From 87d55df7b7446d7c4c3532a2dd2e78f72574e34b Mon Sep 17 00:00:00 2001 From: Administrator <Administrator@DESKTOP-5BIMHQ3> Date: 星期三, 21 二月 2024 08:23:53 +0800 Subject: [PATCH] Merge branch 'master' into wxw --- Wms/WMS.IBLL/IDataServer/IStockDetailServer.cs | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Wms/WMS.IBLL/IDataServer/IStockDetailServer.cs b/Wms/WMS.IBLL/IDataServer/IStockDetailServer.cs index 264101e..b41ffc5 100644 --- a/Wms/WMS.IBLL/IDataServer/IStockDetailServer.cs +++ b/Wms/WMS.IBLL/IDataServer/IStockDetailServer.cs @@ -1,4 +1,5 @@ -锘縰sing System; +锘縰sing Model.ModelDto.DataDto; +using System; using System.Collections.Generic; using System.Text; using WMS.Entity.DataEntity; @@ -22,7 +23,7 @@ /// <param name="bitBoxMark">闆剁鏍囪</param> /// <param name="inspectStatus">璐ㄩ噺鐘舵��</param> /// <returns></returns> - List<DataStockDetail> GetBindList(string skuNo, string skuName, string palletNo, string lotNo, string boxNo, string status, string inspectMark, string bitPalletMark, string bitBoxMark, string inspectStatus); + List<StockDetailDto> GetBindList(string skuNo, string skuName, string palletNo, string lotNo, string boxNo, string status, string inspectMark, string bitPalletMark, string bitBoxMark, string inspectStatus); /// <summary> /// 瀵煎嚭鎵樼洏鏄庣粏 -- Gitblit v1.8.0