入库检验
This commit is contained in:
@@ -33,6 +33,8 @@ namespace ZR.Admin.WebApi.Controllers
|
|||||||
/// <param name="workorder"></param>
|
/// <param name="workorder"></param>
|
||||||
/// <returns></returns>
|
/// <returns></returns>
|
||||||
[HttpGet("transform")]
|
[HttpGet("transform")]
|
||||||
|
[AllowAnonymous]
|
||||||
|
[Log(Title = "把包装数据转换为检验数据", BusinessType = BusinessType.INSERT)]
|
||||||
public IActionResult Transform(string workorder)
|
public IActionResult Transform(string workorder)
|
||||||
{
|
{
|
||||||
if(string.IsNullOrEmpty(workorder) == null)
|
if(string.IsNullOrEmpty(workorder) == null)
|
||||||
|
|||||||
Reference in New Issue
Block a user