测试 SortSchedule
This commit is contained in:
@@ -12,5 +12,9 @@ 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);
|
||||
|
||||
public int SetWorkorderSechedule(string id, DateTime arrange_starttime, DateTime arrange_endtime);
|
||||
|
||||
public int ResetWorkorderSechedule(string id);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user