物料管理 分页

This commit is contained in:
qianhao.xu
2024-05-07 16:47:51 +08:00
parent 134e97dcb6
commit ed0f24677d
4 changed files with 25 additions and 12 deletions

View File

@@ -11,13 +11,13 @@ using ZR.Model.MES.pro;
namespace ZR.Service.mes.mm.IService
{
public interface IMaterialInputService
{
public interface IMaterialInputService
{
string[] Getstart_AGV_points();
string[] Getend_AGV_points();
List<ProWorkorder_v2> Getworkorderlist(DateTime datetimespan);
int Generatetask(IngredientTaskDto task,string name);
(List<ProWorkorder_v2>, int) Getworkorderlist(WorkorderqueryDto query);
int Generatetask(IngredientTaskDto task, string name);
List<MmIngredientTask> GetIngredientTask(IngredientTaskQueryDto queryParams);