qinchulong
2025-03-01 de9b341ccc98d554f0c324478acab26d7d3cdafd
ÏîÄ¿´úÂë/WCS/WIDESEAWCS_Server/WIDESEAWCS_Tasks/OHT/OHTTaskCommand.cs
@@ -66,16 +66,16 @@
        /// <summary>
        /// ä»»åŠ¡å·
        /// </summary>
        public short W_TaskNumber { get; set; }
        public int W_TaskNumber { get; set; }
        /// <summary>
        /// æ ¡éªŒå€¼  (任务类型+装车层数+取行+取列+取层+放行+放列+放层+W_Catch_1+W_Catch_2+任务号)
        /// </summary>
        public short W_CheckValue { get; set; }
        public int W_CheckValue { get; set; }
        /// <summary>
        /// ç¡®è®¤ä¿¡å·
        /// </summary>
        public int W_ConfirmSignal { get; set; }
        public short W_ConfirmSignal { get; set; }
    }
}