箱库存-修改

This commit is contained in:
tongfei
2023-11-23 16:03:16 +08:00
parent eb73e30fc6
commit 57e2b755de
8 changed files with 120 additions and 2 deletions

View File

@@ -106,6 +106,10 @@ namespace WMS.Web.Api.Controllers
{
response.ExportStatus.Add((int)enumv, enumv.GetRemark());
}
foreach (InventoryInOutMethod enumv in Enum.GetValues(typeof(InventoryInOutMethod)))
{
response.InventoryInOutMethod.Add((int)enumv, enumv.GetRemark());
}
//2
//1
return Task.FromResult(Result<EnumStatusResponse>.ReSuccess(response));