重要:代码全局优化与添加一次合格,抛光仓库的截止日期数据查询功能
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
using System;
|
||||
using ZR.Model;
|
||||
using ZR.Model.MES.ql;
|
||||
using ZR.Model.MES.wms.Dto;
|
||||
|
||||
@@ -9,7 +8,7 @@ namespace ZR.Service.mes.ql.IService
|
||||
public interface IPLRawMaterialService
|
||||
{
|
||||
|
||||
public (List<PLRawMaterial>, int) GetRawMaterialTable(DateTime starttime, DateTime endTime, string pci, string colorCode,string description, int pageNum, int pageSize);
|
||||
public (List<PLRawMaterial>, int) GetRawMaterialTable(DateTime starttime, DateTime endTime, string pci, string colorCode, string description, int pageNum, int pageSize);
|
||||
|
||||
public int AddRawMaterialRecords(int num, int size);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user