公告板
版本库
filestore
活动
搜索
登录
main
/
JC34WMS
石药百克生物制药
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
开发车间出入库记录页面
wxw
21 小时以前
89bef2fb48857f3b5c6170b388347d8529ca6297
[JC34WMS.git]
/
Wms
/
WMS.IBLL
/
ILogServer
/
ILogWorkShopServer.cs
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);
}
}