增加生产出库接口

This commit is contained in:
FanLian
2023-07-06 16:44:32 +08:00
parent 5497a0923b
commit 7b3cba1099
3 changed files with 234 additions and 0 deletions

View File

@@ -32,6 +32,10 @@ namespace Tnb.WarehouseMgr.Entities.Consts
/// </summary>
public const string WMS_CARRYMOINSTK_ENCODE = "CarryMoInStk";
/// <summary>
/// 出库申请生成Encode
/// </summary>
public const string WMS_OUTSTOCK_ENCODE = "WmsOutStock";
/// <summary>
/// 入库申请生成Encode
/// </summary>
public const string WMS_INSTOCK_ENCODE = "WmsInStock";