获取工单 排产工单 未排产工单

This commit is contained in:
xiaowei.song
2023-11-16 13:35:43 +08:00
parent d674489d3f
commit cac6397feb
6 changed files with 147 additions and 1 deletions

View File

@@ -11,5 +11,6 @@ namespace ZR.Service.mes.pro.IService
{
public interface IProWorkorderService
{
public (List<ProWorkorder>, int) GetWorkorderList(int pageNum, int pageSize, int year, int week,int date,string isSchedule);
}
}