This commit is contained in:
FanLian
2023-06-16 15:08:22 +08:00
5 changed files with 28 additions and 3 deletions

View File

@@ -12,5 +12,12 @@ namespace Tnb.WarehouseMgr.Entities.Consts
/// 载具更换EnCode业务编码
/// </summary>
public const string WMS_CARRY_REPLACE_ENCODE = "WmsCarryReplace";
/// <summary>
/// 物料签收编码
/// </summary>
public const string MATERIAL_RECEIPT_CODE = "MaterialReceipt";
}
}