111
This commit is contained in:
24
ZR.Service/mes/ql/IService/IPLTestService.cs
Normal file
24
ZR.Service/mes/ql/IService/IPLTestService.cs
Normal file
@@ -0,0 +1,24 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
using ZR.Model.MES.ql;
|
||||
|
||||
|
||||
namespace ZR.Service.mes.ql.IService
|
||||
{
|
||||
public interface IPLTestService
|
||||
{
|
||||
|
||||
public (List<PLTest>, int) GetPLTestTable(DateTime starttime, DateTime endTime, int pageNum, int pageSize);
|
||||
|
||||
public int AddPLTestRecords(int num, int size);
|
||||
|
||||
public int DelPLTestRecords(string idGroup);
|
||||
|
||||
public int UpdatePLTestRecords(List<PLTest> list);
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user