肖洋
2024-12-24 b24ef0d9a6a572529cf7e34a0fc8de4fa24bb9e7
Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_QuartzJob/StackerCrane/Common/CommonStackerCrane.cs
@@ -169,6 +169,11 @@
        /// </summary>
        public bool IsEventSubscribed => StackerCraneTaskCompletedEventHandler != null;
        /// <summary>
        /// 堆垛机与MOM连接状态
        /// </summary>
        public bool StackerOnline { get; set; } = false;
        public int? LastTaskType { get; set; } = null;
        #endregion