wanshenmean
2 天以前 72c0f86c75c8a9a5eb7435d72b6ebece4c5382e8
Code/WCS/WIDESEAWCS_Server/WIDESEAWCS_Common/Constants/StackerCraneConst.cs
@@ -37,5 +37,13 @@
        /// 标识任务为入库作业类型。
        /// </remarks>
        public const short WorkTypeInbound = 1;
        /// <summary>
        /// 作业类型 - 出库
        /// </summary>
        /// <remarks>
        /// 标识任务为出库作业类型。
        /// </remarks>
        public const short WorkTypeOutbound = 2;
    }
}