222
schangxiang@126.com
2024-11-23 a7e3d79db05f359e2476b2f8221cef91c45d9997
SDA/iWareSda/Devices/4-Station/StationModel/DB/RgvComm.cs
@@ -77,7 +77,7 @@
        /// 分配出库库位号
        /// </summary>
        [Description("分配出库库位号")]
        public string W_Destination_Out { get; set; }
        public int W_Destination_Out { get; set; }
        /// <summary>
        /// 是否旋转
@@ -137,6 +137,12 @@
        [Description("出库完成已确认")]
        public bool W_OutboundFinishConfirm { get; set; }
        /// <summary>
        /// 模式(1:入库, 2:出库   3:强制出库)
        /// </summary>
        [Description("模式(1:入库, 2:出库   3:强制出库)")]
        public short W_Mode { get; set; }
    }
    /// <summary>