首检添加数据看板
This commit is contained in:
@@ -1,11 +1,4 @@
|
||||
using Microsoft.AspNetCore.Mvc;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
using ZR.Model;
|
||||
using ZR.Model.MES.mm;
|
||||
using ZR.Model.MES.mm;
|
||||
using ZR.Model.MES.mm.Dto;
|
||||
using ZR.Model.MES.pro;
|
||||
|
||||
@@ -26,7 +19,7 @@ namespace ZR.Service.mes.mm.IService
|
||||
|
||||
string[] Getfabgopoints();
|
||||
|
||||
string AGV_schedule(string start_point, string end_point,string agvCode);
|
||||
string AGV_schedule(string start_point, string end_point, string agvCode);
|
||||
string EmergencyStopAgv(string reqCode);
|
||||
|
||||
int FinishBatchingTask(string start_point, string end_point, string taskId);
|
||||
|
||||
Reference in New Issue
Block a user