using Model.ModelDto.LogDto; using SqlSugar; using System; using System.Collections.Generic; using System.Text; using System.Threading.Tasks; namespace WMS.IBLL.ILogServer { public interface ILogWorkShopServer { List GetLogWorkShopList(string type, string palletNo, string lotNo, string skuNo, string skuName, string boxNo, int page, int limit, out int count); } }