wanshenmean
昨天 234bec78dd54ca0e2952b8d31d0c17ee1dc89ba9
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;
    }
}