wxw
昨天 86e443e42c4bee972c5b795def4917e02f98ce40
1
2
3
4
5
6
7
8
9
10
11
12
using Model.ModelDto.LogDto;
using System;
using System.Collections.Generic;
using System.Text;
 
namespace WMS.IBLL.ILogServer
{
    public interface ILogWorkShopServer
    {
        List<LogWorkShopDto> GetLogWorkShopList(string type, string palletNo, string lotNo, string skuNo, string skuName, int page, int limit, out int count);
    }
}