刘磊
9 天以前 08d4252c79d088d7bf97a08d314ec8577d96e2d2
Code Management/WMS/WIDESEA_WMSServer/WIDESEA_Core/Const/ConfigConst.cs
@@ -24,12 +24,17 @@
        /// <summary>
        /// IP接口地址
        /// </summary>
        public const string CONFIG_SYS_IPAddress = "CONFIG_SYS_IPAddress";
        public const string CONFIG_SYS_IPAddress = "SYS_IPAddress";
        /// <summary>
        /// MOM接口地址
        /// </summary>
        public const string SYS_MOMIPAddress = "SYS_MOMIPAddress";
        /// <summary>
        /// 特殊入库分配
        /// </summary>
        public const string CONFIG_SYS_InStacker = "SYS_InStacker";
    }
    /// <summary>
@@ -66,6 +71,7 @@
        ///  邮箱内容标题
        /// </summary>
        public const string SMTP_ContentTitle = "smtpContentTitle";
        /// <summary>
        ///  邮箱内容标题
        /// </summary>
@@ -120,5 +126,32 @@
        /// 整盘电芯解绑
        /// </summary>
        public const string TrayUnbind = "TrayUnbind";
        /// <summary>
        /// 请求WCS任务
        /// </summary>
        public const string ReceiveByWMSTask = "ReceiveByWMSTask";
        /// <summary>
        /// 请求WCS任务
        /// </summary>
        public const string ReceiveTask = "ReceiveTask";
        /// <summary>
        /// 请求WCS任务
        /// </summary>
        public const string GetStation = "GetStation";
        /// <summary>
        /// 是否入库空托盘
        /// </summary>
        public const string InboundIsEmpty = "InboundIsEmpty";
        public const string CHInboundEmptyProductLineOne = "CHInboundEmptyProductLineOne";
        public const string CHInboundEmptyProductLineTwo = "CHInboundEmptyProductLineTwo";
        public const string ReceiveWMSTask = "ReceiveWMSTask";
    }
}