From 0877900f4c5707afa5708156f3090399ac4939be Mon Sep 17 00:00:00 2001 From: schangxiang@126.com <schangxiang@126.com> Date: 周日, 24 11月 2024 14:34:01 +0800 Subject: [PATCH] 222 --- SDA/iWareSda/Devices/4-Station/StationModel/DB/RgvComm.cs | 12 ++++++++++++ 1 files changed, 12 insertions(+), 0 deletions(-) diff --git a/SDA/iWareSda/Devices/4-Station/StationModel/DB/RgvComm.cs b/SDA/iWareSda/Devices/4-Station/StationModel/DB/RgvComm.cs index a13005e..a0a49e0 100644 --- a/SDA/iWareSda/Devices/4-Station/StationModel/DB/RgvComm.cs +++ b/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; } + } } -- Gitblit v1.9.3