wxw
7 天以前 70bfe6a531aa17a470a3f9f43275f0cef254916e
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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<LogWorkShopDto> GetLogWorkShopList(string type, string palletNo, string lotNo, string skuNo, string skuName, string boxNo, int page, int limit, out int count);
    }
}