wanshenmean
4 小时以前 bd40cc9e7dd6352915568ce49baa4accd1d9645b
Code/WCS/WIDESEAWCS_Server/WIDESEAWCS_Tasks/RobotJob/RobotSocketState.cs
@@ -211,5 +211,15 @@
        /// 拉带线上电芯扫码是否NG。
        /// </remarks>
        public bool IsScanNG { get; set; } = false;
        /// <summary>
        /// 是否电芯到位
        /// </summary>
        /// <remarks>
        /// 拉带线上电芯是否到位。
        /// </remarks>
        public bool BatteryArrived { get; set; } = false;
    }
}