From dc7a24a919d03843969900e775b5c3935cad453f Mon Sep 17 00:00:00 2001 From: liuying <1427574514@qq.com> Date: 周二, 26 11月 2024 09:03:21 +0800 Subject: [PATCH] 前端 --- 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