From f10e29b77659f6b7db1cf8d0e0fc5387b958e2c5 Mon Sep 17 00:00:00 2001 From: wxw <Administrator@DESKTOP-5BIMHQ3> Date: 星期三, 17 七月 2024 16:54:08 +0800 Subject: [PATCH] Merge branch 'wxw' --- Wms/WMS.IBLL/IBllSoServer/IExportAllotServer.cs | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/Wms/WMS.IBLL/IBllSoServer/IExportAllotServer.cs b/Wms/WMS.IBLL/IBllSoServer/IExportAllotServer.cs index 6754893..8e63369 100644 --- a/Wms/WMS.IBLL/IBllSoServer/IExportAllotServer.cs +++ b/Wms/WMS.IBLL/IBllSoServer/IExportAllotServer.cs @@ -1,7 +1,10 @@ 锘縰sing System; using System.Collections.Generic; using System.Text; +using System.Threading.Tasks; using Model.ModelDto.BllSoDto; +using Model.ModelVm.BllSoVm; +using SqlSugar; namespace WMS.IBLL.IBllSoServer { @@ -22,7 +25,7 @@ /// <param name="limit"></param> /// <param name="count"></param> /// <returns></returns> - List<ExportAllotDto> GetExportAllotList(string no, string waveNo, string palletNo, string skuNo, string skuName, string lotNo, string status, string boxNo, int page, int limit, out int count); + Task<List<ExportAllotDto>> GetExportAllotList(GetExportAllotVm model, RefAsync<int> count); /// <summary> /// 鎾ら攢鍒嗛厤锛堝垹闄わ級 -- Gitblit v1.8.0