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