刘磊
2024-12-21 a6ea79849f0142b5280f0c5d4b15ecc83f0d015a
Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_Common/Const/SysConfigKeyConst.cs
@@ -15,6 +15,8 @@
        public const string WCSIP_BASE = "WCSIPAddress";
        public const string MOMIP_BASE = "MOMIP_BASE";
        /// <summary>
        /// 请求任务
        /// </summary>
@@ -51,5 +53,22 @@
        public const string RequestFlow = "RequestFlow";
        /// <summary>
        /// 整盘电芯获取
        /// </summary>
        public const string TrayCellsStatus = "TrayCellsStatus";
        /// <summary>
        /// 常温补空托盘至分容
        /// </summary>
        public const string GetFROutTrayToCW = "GetFROutTrayToCW";
        /// <summary>
        /// 常温3 出库至包装
        /// </summary>
        public const string RequestOutTaskToBZ = "RequestOutTaskToBZ";
    }
}