From 520067288fb790f50d7732ef8570b3b7f1205d4b Mon Sep 17 00:00:00 2001 From: schangxiang@126.com <schangxiang@126.com> Date: 周六, 23 11月 2024 17:42:24 +0800 Subject: [PATCH] 222 --- SDA/iWareSda/Devices/4-Station/StationModel/DB/RgvComm.cs | 13 +++++++++++++ 1 files changed, 13 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 4cc06d5..871b4fa 100644 --- a/SDA/iWareSda/Devices/4-Station/StationModel/DB/RgvComm.cs +++ b/SDA/iWareSda/Devices/4-Station/StationModel/DB/RgvComm.cs @@ -407,6 +407,12 @@ /// </summary> [Description("鍑哄簱浠诲姟鍙�")] public short R_Outbound_TaskID { get; set; } + + /// <summary> + /// 寮哄埗鍑哄簱妯″紡 + /// </summary> + [Description("寮哄埗鍑哄簱妯″紡")] + public bool R_ForceOutboundMode { get; set; } } public class StationDBForReadComm @@ -467,5 +473,12 @@ [Description("鍑哄簱浠诲姟鍙�")] public string R_Outbound_TaskID { get; set; } + + /// <summary> + /// 寮哄埗鍑哄簱妯″紡 + /// </summary> + [Description("寮哄埗鍑哄簱妯″紡")] + public string R_ForceOutboundMode { get; set; } + } } -- Gitblit v1.9.3