wanshenmean
3 天以前 4b483d9d06bead231b88ca212fd799196668a057
Code/WMS/WIDESEA_WMSServer/WIDESEA_Common/Constants/TaskAddressConstants.cs
@@ -13,7 +13,7 @@
        /// <summary>
        /// 高温1号出库地址列表(轮询)
        /// </summary>
        public static readonly string[] GW1_ADDRESSES = { "11001", "11010" };
        public static readonly string[] GW1_ADDRESSES = { "11001" };
        /// <summary>
        /// 高温2号出库地址
@@ -23,11 +23,16 @@
        /// <summary>
        /// 常温1号出库地址
        /// </summary>
        public const string CW1_ADDRESS = "22001";
        public const string CW1_ADDRESS = "11085";
        /// <summary>
        /// 分容库出库地址
        /// </summary>
        public const string GRADING_OUTBOUND_ADDRESS = "10081";
        public const string GRADING_OUTBOUND_ADDRESS = "2103";
        /// <summary>
        /// 分容库出库地址
        /// </summary>
        public const string GRADING_RoadWayNo = "HCSC1";
    }
}