刘磊
2024-11-23 222d2040c2a5e958b5fbd0b7047a8e802ec14288
Code Management/WMS/WIDESEA_WMSServer/WIDESEA_Core/Const/ConfigConst.cs
@@ -24,7 +24,7 @@
        /// <summary>
        /// IP接口地址
        /// </summary>
        public const string CONFIG_SYS_IPAddress = "CONFIG_SYS_IPAddress";
        public const string CONFIG_SYS_IPAddress = "SYS_IPAddress";
        /// <summary>
        /// MOM接口地址
@@ -120,5 +120,10 @@
        /// 整盘电芯解绑
        /// </summary>
        public const string TrayUnbind = "TrayUnbind";
        /// <summary>
        /// 请求WCS任务
        /// </summary>
        public const string ReceiveByWMSTask = "ReceiveByWMSTask";
    }
}