This commit is contained in:
qianhao.xu
2024-04-28 08:36:00 +08:00
parent 80f0da54c8
commit f88400eb00
5 changed files with 157 additions and 5 deletions

View File

@@ -1,8 +1,10 @@
using System;
using Microsoft.AspNetCore.Mvc;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using ZR.Model.MES.mm.Dto;
using ZR.Model.MES.pro;
namespace ZR.Service.mes.mm.IService
@@ -13,6 +15,7 @@ namespace ZR.Service.mes.mm.IService
string[] Getend_AGV_points();
List<ProWorkorder_v2> Getworkorderlist(DateTime datetimespan);
int Generatetask(IngredientTaskDto task,string name);
}
}