From bf1a9a818ffb721aea2709e9409fbb932b07e81d Mon Sep 17 00:00:00 2001 From: yyk <2336760928@qq.com> Date: 星期四, 18 七月 2024 15:55:54 +0800 Subject: [PATCH] Merge branch 'master' into yyk --- 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