This commit is contained in:
2023-06-16 14:38:34 +08:00
parent 11b6ca2eba
commit 3d60c3b912
3 changed files with 17 additions and 4 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";
}
}