IQC
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
using Microsoft.AspNetCore.Http;
|
||||
using Microsoft.VisualBasic;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Drawing;
|
||||
@@ -7,6 +8,7 @@ using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
using ZR.Model.mes.pro;
|
||||
using ZR.Model.MES.op.DTO;
|
||||
using ZR.Model.MES.pro.DTO;
|
||||
|
||||
namespace ZR.Service.mes.pro.IService
|
||||
{
|
||||
@@ -21,6 +23,9 @@ namespace ZR.Service.mes.pro.IService
|
||||
public int SortWorkorderSchedule(string id, int sort);
|
||||
|
||||
public int ReleaseProduction(string id, HttpContext httpContext);
|
||||
|
||||
|
||||
|
||||
public GanttTaskDTO GetGanttList(int year,int week,int date);
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user