wanshenmean
2026-03-04 17e5dbd7bd0364e27a33f1a7dab91cf33d5dcabc
Code/WCS/WIDESEAWCS_Server/WIDESEAWCS_Tasks/StackerCraneJob/StackerCraneTaskCommand.cs
@@ -29,6 +29,10 @@
    {
        #region <Public Menber>
        /// <summary>
        /// 作业命令
        /// </summary>
        public short WorkAction { get; set; }
        /// <summary>
        /// 任务号
        /// </summary>
        public int TaskNum { get; set; }
@@ -39,9 +43,10 @@
        public short WorkType { get; set; }
        /// <summary>
        /// 托盘类型
        /// 无效字段
        /// </summary>
        public short TrayType { get; set; }
        [DataLength(6)]
        public string FieldName { get; set; } = "";
        /// <summary>
        /// 起始行
@@ -73,11 +78,6 @@
        /// </summary>
        public short EndLayer { get; set; }
        /// <summary>
        /// 托盘号
        /// </summary>
        [DataLength(25)]
        public string Barcode { get; set; }
        #endregion <Public Menber>
    }
}