主体工程完成
This commit is contained in:
@@ -7,7 +7,7 @@ using System.Drawing;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
using ZR.Model.mes.pro;
|
||||
|
||||
using ZR.Model.MES.op.DTO;
|
||||
using ZR.Model.MES.pro;
|
||||
using ZR.Model.MES.pro.DTO;
|
||||
@@ -27,5 +27,15 @@ namespace ZR.Service.mes.pro.IService
|
||||
|
||||
public int DeleteAllWorkorder(int year, int week, int date);
|
||||
|
||||
|
||||
public int AddWorkOrder(ProWorkorder_v2 workorder);
|
||||
|
||||
public int DeleteWorkOrder(string id);
|
||||
|
||||
public int UpdateWorkOrder(ProWorkorder_v2 workorder);
|
||||
|
||||
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
@@ -9,6 +9,7 @@ using System.Threading.Tasks;
|
||||
using ZR.Model.mes.pro;
|
||||
using ZR.Model.MES.op.DTO;
|
||||
using ZR.Model.MES.pro.DTO;
|
||||
using ZR.Model.mes.pro;
|
||||
|
||||
namespace ZR.Service.mes.pro.IService
|
||||
{
|
||||
@@ -22,7 +23,7 @@ namespace ZR.Service.mes.pro.IService
|
||||
/// </summary>
|
||||
/// <param name="id"></param>
|
||||
/// <returns></returns>
|
||||
public List<ProWorkplan> GetProWorkplanById(string id);
|
||||
public List<ProWorklplan_v2> GetProWorkplanById(string id);
|
||||
|
||||
public int AddWorkPlan(ProWorklplan_v2 proWorkplan);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user