2
schangxiang@126.com
2024-11-25 6748b620551df2a2f6a15f3a71f7e93ad03ed7a7
SDA/iWareSda/Devices/4-Station/StationModel/DB/RgvComm.cs
@@ -502,6 +502,12 @@
        [Description("码垛位置2状态")]
        public short R_PalletizingStation2 { get; set; }
        /// <summary>
        /// 强制出库模式
        /// </summary>
        [Description("强制出库模式")]
        public bool R_ForceOutboundMode { get; set; }
    }
    public class StationDBForReadComm
@@ -582,5 +588,11 @@
        [Description("码垛位置2状态")]
        public string R_PalletizingStation2 { get; set; }
        /// <summary>
        /// 强制出库模式
        /// </summary>
        [Description("强制出库模式")]
        public string R_ForceOutboundMode { get; set; }
    }
}