Files
tnb.server/WarehouseMgr/Tnb.WarehouseMgr.Entities/Consts/WmsCarryConst.cs
2023-06-16 16:59:53 +08:00

19 lines
390 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Tnb.WarehouseMgr.Entities.Consts
{
public class WmsCarryConst
{
/// <summary>
/// 载具更换EnCode业务编码
/// </summary>
public const string WMS_CARRY_REPLACE_ENCODE = "WmsCarryReplace";
}
}