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/ILogServer/ITaskServer.cs | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/Wms/WMS.IBLL/ILogServer/ITaskServer.cs b/Wms/WMS.IBLL/ILogServer/ITaskServer.cs index ff31676..bd45874 100644 --- a/Wms/WMS.IBLL/ILogServer/ITaskServer.cs +++ b/Wms/WMS.IBLL/ILogServer/ITaskServer.cs @@ -1,7 +1,9 @@ 锘縰sing System; using System.Collections.Generic; using System.Text; +using System.Threading.Tasks; using Model.ModelDto.LogDto; +using SqlSugar; using WMS.Entity.LogEntity; namespace WMS.IBLL.ILogServer @@ -22,7 +24,7 @@ /// <param name="limit"></param> /// <param name="count"></param> /// <returns></returns> - List<TaskDto> GetTaskList(List<string> orderType, string type, string status, string taskNo, int isSuccess, string palletNo,string msg, int page, int limit, out int count); + Task<List<TaskDto>> GetTaskList(List<string> orderType, string type, string status, string taskNo, int isSuccess, string palletNo,string msg, int page, int limit, RefAsync<int> count); /// <summary> /// 淇敼浠诲姟涓嬪彂鎴愬姛 -- Gitblit v1.8.0