产品定义修改
This commit is contained in:
@@ -59,6 +59,17 @@ namespace ZR.Admin.WebApi.Controllers.mes.md
|
||||
List<MdUnit> units = mdProduct.GetProductDefineList();
|
||||
return SUCCESS(units);
|
||||
}
|
||||
/// <summary>
|
||||
/// 获取全部 产线
|
||||
/// </summary>
|
||||
/// <returns></returns>
|
||||
[HttpGet("getProcessroute")]
|
||||
public IActionResult GetProcessroutelist()
|
||||
{
|
||||
List<MdWorkline> worklines = mdProduct.GetWorklineList();
|
||||
return SUCCESS(worklines);
|
||||
}
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// add 产品
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user