即时库存-仓储

This commit is contained in:
tongfei
2023-10-31 11:47:48 +08:00
parent 7fea13a6cd
commit bef578f398
13 changed files with 742 additions and 0 deletions

View File

@@ -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>();