using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace iWareModel.Struct { /// /// 容器类型的ID /// public class WmsCarrierType { public const long CarrierType_小料箱 = 314015706636357; public const long CarrierType_大料箱 = 292302417842245; public const long CarrierType_钢制托盘 = 299120688255045; public const long CarrierType_塑料托盘 = 293486279884869; } }