重要:代码全局优化与添加一次合格,抛光仓库的截止日期数据查询功能
This commit is contained in:
@@ -7,7 +7,7 @@ namespace ZR.Service.mes.ql.IService
|
||||
public interface IPLBatchService
|
||||
{
|
||||
|
||||
public (List<PLBatch>, int) GetPLBatchTable(DateTime starttime, DateTime endTime, string code,string description, int pageNum, int pageSize,int dateType, string workOrder);
|
||||
public (List<PLBatch>, int) GetPLBatchTable(DateTime starttime, DateTime endTime, string code, string description, int pageNum, int pageSize, int dateType, string workOrder);
|
||||
|
||||
public int AddPLBatchRecords(int num, int size);
|
||||
|
||||
|
||||
@@ -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);
|
||||
|
||||
|
||||
@@ -7,7 +7,7 @@ namespace ZR.Service.mes.ql.IService
|
||||
public interface IPLTestService
|
||||
{
|
||||
|
||||
public (List<PLTest>, int) GetPLTestTable(DateTime starttime, DateTime endTime, string code,string description, int pageNum, int pageSize,int dateType);
|
||||
public (List<PLTest>, int) GetPLTestTable(DateTime starttime, DateTime endTime, string code, string description, int pageNum, int pageSize, int dateType);
|
||||
|
||||
public int AddPLTestRecords(int num, int size);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user