工艺路线
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
using ZR.Model.mes.md;
|
||||
|
||||
namespace ZR.Service.mes.md.IService
|
||||
{
|
||||
public interface IMdTechnologicalProrouteService
|
||||
{
|
||||
int AddWorkProroute(MdTechnologicalProroute proroute);
|
||||
|
||||
public (int, List<MdTechnologicalProroute>) GetAll(string ProrouteCode, string ProrouteName, int pageNum, int pageSize);
|
||||
|
||||
public int UpdateWorkProroute(MdTechnologicalProroute proroute);
|
||||
|
||||
public int deleteWorksProroute(int[] ids);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user