非采购上架-接口

This commit is contained in:
tongfei
2023-11-09 14:05:55 +08:00
parent b51f09542c
commit 3ccebc07f5
11 changed files with 366 additions and 33 deletions

View File

@@ -79,6 +79,10 @@ namespace WMS.Web.Api.Controllers
{
response.OrderType.Add(enumv.ToString(), enumv.GetRemark());
}
foreach (ShelfMethod enumv in Enum.GetValues(typeof(ShelfMethod)))
{
response.ShelfMethod.Add(enumv.ToString(), enumv.GetRemark());
}
//2
//1