即时库存调整

This commit is contained in:
18942506660
2024-01-02 11:26:20 +08:00
parent 7a1d4bb52d
commit 40f5513d75
8 changed files with 118 additions and 23 deletions

View File

@@ -64,18 +64,22 @@ namespace WMS.Web.Domain.Values.Erp
/// <summary>
/// 其他出库单
/// </summary>
STK_MisDelivery=14,
STK_MisDelivery = 14,
/// <summary>
/// 分布式调出单
/// </summary>
STK_TRANSFEROUT=15,
STK_TRANSFEROUT = 15,
/// <summary>
/// 客户
/// </summary>
BD_Customer=16,
BD_Customer = 16,
/// <summary>
/// 销售出库单
/// </summary>
SAL_OUTSTOCK=17
SAL_OUTSTOCK = 17,
/// <summary>
/// 即时库存
/// </summary>
STK_Inventory = 18
}
}