wanshenmean
2 天以前 ba9c1994b95624b88ef606ec00394990d8f2009f
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;
    }
}