非采购上架-接口

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

@@ -42,6 +42,10 @@ namespace WMS.Web.Core.Dto
/// 单据类型
/// </summary>
public Dictionary<string, string> OrderType { get; set; } = new Dictionary<string, string>();
/// <summary>
/// 非采购上架方式
/// </summary>
public Dictionary<string, string> ShelfMethod { get; set; } = new Dictionary<string, string>();