wm:修改出库单

This commit is contained in:
qianhao.xu
2024-04-08 11:01:42 +08:00
parent be046ed354
commit fca042d60c
5 changed files with 63 additions and 23 deletions

View File

@@ -62,7 +62,11 @@ namespace ZR.Admin.WebApi.Controllers
var response = _WmGoodsNowProductionService.QueryshortPatch(parm);
return SUCCESS(response);
}
/// <summary>
/// 移动端 短批次号查询
/// </summary>
/// <param name="parm"></param>
/// <returns></returns>
[HttpGet("patchsearchdetail")]
public IActionResult Patchsearchdetail(WmGoodsNowProductionQueryDto parm)
{