From 9c247fc802c8a9b48dae041bf5de53defaa68a39 Mon Sep 17 00:00:00 2001 From: hwh <332078369@qq.com> Date: 星期一, 15 七月 2024 17:00:34 +0800 Subject: [PATCH] Merge branch 'master' of http://47.95.120.53:8083/r/JC26WMS --- 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