wanshenmean
7 小时以前 e4921e003cc293fea714bdaf74dc6a6b6b750295
Code/WMS/WIDESEA_WMSServer/WIDESEA_Common/LocationEnum/LocationTypeEnum.cs
@@ -19,10 +19,10 @@
        Undefined = 0,
        /// <summary>
        /// 模切段
        /// 货架
        /// </summary>
        [Description("模切段")]
        SmallPallet = 1,
        [Description("货架")]
        ShelfCapacity = 1,
        /// <summary>
        /// 卷绕段
@@ -41,5 +41,17 @@
        /// </summary>
        [Description("特大托盘")]
        ExtraPallet = 4,
        /// <summary>
        /// 分容工装架
        /// </summary>
        [Description("分容工装架")]
        SubRackType = 5,
        /// <summary>
        /// 分容柜
        /// </summary>
        [Description("分容柜")]
        Capacity = 6,
    }
}