即时库存-仓储
This commit is contained in:
@@ -34,6 +34,14 @@ namespace WMS.Web.Core.Dto
|
||||
/// 类型:1为入库回退下架,2为出库回退上架
|
||||
/// </summary>
|
||||
public Dictionary<string, string> BackRecordType { get; set; } = new Dictionary<string, string>();
|
||||
/// <summary>
|
||||
/// 类型:1为入库,2为出库
|
||||
/// </summary>
|
||||
public Dictionary<string, string> InventoryInOutType { get; set; } = new Dictionary<string, string>();
|
||||
/// <summary>
|
||||
/// 单据类型
|
||||
/// </summary>
|
||||
public Dictionary<string, string> OrderType { get; set; } = new Dictionary<string, string>();
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user