13 lines
257 B
C#
13 lines
257 B
C#
namespace Tnb.WarehouseMgr.Entities.Consts
|
|
{
|
|
public class WmsCarryConst
|
|
{
|
|
/// <summary>
|
|
/// 载具更换EnCode业务编码
|
|
/// </summary>
|
|
public const string WMS_CARRY_REPLACE_ENCODE = "WmsCarryReplace";
|
|
|
|
|
|
}
|
|
}
|