huangxiaoqiang
17 小时以前 843cc2ea1b104ecdf9da61318a4136a5d4096411
Code Management/WMS/WIDESEA_WMSServer/WIDESEA_Core/Const/ConfigConst.cs
@@ -113,6 +113,11 @@
        public const string AgingOutput = "AgingOutput";
        /// <summary>
        /// 换型
        /// </summary>
        public const string EqptRun = "EqptRun";
        /// <summary>
        /// 工艺路线申请
        /// </summary>
        public const string ProcessApply = "ProcessApply";
@@ -138,6 +143,11 @@
        public const string ReceiveTask = "ReceiveTask";
        /// <summary>
        /// 请求WCS任务下发NG出库任务
        /// </summary>
        public const string ReceiveByWMSNGTask = "ReceiveByWMSNGTask";
        /// <summary>
        /// 请求WCS任务
        /// </summary>
        public const string GetStation = "GetStation";
@@ -146,5 +156,12 @@
        /// 是否入库空托盘
        /// </summary>
        public const string InboundIsEmpty = "InboundIsEmpty";
        public const string CHInboundEmptyProductLineOne = "CHInboundEmptyProductLineOne";
        public const string CHInboundEmptyProductLineTwo = "CHInboundEmptyProductLineTwo";
        public const string ReceiveWMSTask = "ReceiveWMSTask";
    }
}