物料管理 分页
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user