wanshenmean
20 小时以前 91e3264be64c9417e3a28eabd81b2dc554cb863e
Code/WMS/WIDESEA_WMSServer/WIDESEA_Common/LocationEnum/LocationStatusEnum.cs
@@ -47,4 +47,17 @@
        [Description("大托盘锁定")]
        PalletLock = 99
    }
    public enum LocationDepth
    {
        /// <summary>
        /// 浅
        /// </summary>
        [Description("浅")]
        shallow = 1,
        /// <summary>
        /// 深
        /// </summary>
        [Description("深")]
        deep = 2,
    }
}