提交代码
This commit is contained in:
@ -80,5 +80,11 @@ namespace WCS.WebApi.Controllers
|
||||
//}
|
||||
}
|
||||
|
||||
[Route("getMatInventorySummary")]
|
||||
[HttpPost(Name = "getMatInventorySummary")]
|
||||
public async Task<ResponseBase> getMatInventorySummary(GetMatInventorySummaryRequest request)
|
||||
{
|
||||
return await _matInventoryDetailService.getMatInventorySummary(request);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user