油漆实验室

This commit is contained in:
卢江海
2025-03-28 17:29:12 +08:00
parent 19c72cd56c
commit 2c5caafacd
8 changed files with 534 additions and 514 deletions

View File

@@ -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);
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);