wanshenmean
5 小时以前 e4921e003cc293fea714bdaf74dc6a6b6b750295
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号出库地址
@@ -28,6 +28,11 @@
        /// <summary>
        /// 分容库出库地址
        /// </summary>
        public const string GRADING_OUTBOUND_ADDRESS = "10081";
        public const string GRADING_OUTBOUND_ADDRESS = "2103";
        /// <summary>
        /// 分容库出库地址
        /// </summary>
        public const string GRADING_RoadWayNo = "HCSC1";
    }
}