wanshenmean
20 小时以前 5bf10c1dafe485d506ec534f98e5220a3b83dd17
Code/WCS/WIDESEAWCS_Server/WIDESEAWCS_Tasks/RobotJob/RobotSocketState.cs
@@ -203,5 +203,13 @@
        /// 4: 放假电芯到5号位(流向B Phase2)
        /// </remarks>
        public int ChangePalletPhase { get; set; }
        /// <summary>
        /// 是否扫码NG
        /// </summary>
        /// <remarks>
        /// 拉带线上电芯扫码是否NG。
        /// </remarks>
        public bool IsScanNG { get; set; } = false;
    }
}