生产工单查询优化

This commit is contained in:
quowingwang
2025-12-18 14:35:12 +08:00
parent 311779e473
commit 45bfff43e1
5 changed files with 94 additions and 4 deletions

View File

@@ -1,4 +1,5 @@
using ZR.Model.MES.pro;
using Infrastructure.Model;
using ZR.Model.MES.pro;
using ZR.Model.MES.pro.DTO;
namespace ZR.Service.mes.pro.IService
@@ -10,6 +11,7 @@ namespace ZR.Service.mes.pro.IService
public (List<ProWorkOrder>, int) GetWorkorderList(int pageNum, int pageSize, int year, int week, int date, int isSchedule);
public (List<ProWorkorder_v2>, int) GetWorkorderList_Piliang(int pageNum, int pageSize, int year, int week, int date, int isSchedule);
public ApiResult getWorkoderStates(int pageNum, int pageSize, int year, int week, int date, int isSchedule);
public string ImportExceldata(List<ProWorkorder_v2> proWorklplans);