zongzhibin
2024-11-24 197acf666976849d9d51f0c5f78c7672b2e63a07
Merge branch 'master' of http://222.71.245.114:9086/r/LA24030-LuLI_PackageLine
已修改1个文件
12 ■■■■■ 文件已修改
SDA/iWareSda/Devices/4-Station/StationModel/DB/RgvComm.cs 12 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
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; }
    }
}