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 | 21 ++++++++++++++++++++- 1 files changed, 20 insertions(+), 1 deletions(-) diff --git a/SDA/iWareSda/Devices/4-Station/StationModel/DB/RgvComm.cs b/SDA/iWareSda/Devices/4-Station/StationModel/DB/RgvComm.cs index 4bc889b..871b4fa 100644 --- a/SDA/iWareSda/Devices/4-Station/StationModel/DB/RgvComm.cs +++ b/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> /// 鏄惁鏃嬭浆 @@ -136,6 +136,12 @@ /// </summary> [Description("鍑哄簱瀹屾垚宸茬‘璁�")] public bool W_OutboundFinishConfirm { get; set; } + + /// <summary> + /// 妯″紡锛�1锛氬叆搴擄紝 2锛氬嚭搴� 3锛氬己鍒跺嚭搴擄級 + /// </summary> + [Description("妯″紡锛�1锛氬叆搴擄紝 2锛氬嚭搴� 3锛氬己鍒跺嚭搴擄級")] + public short W_Mode { get; set; } } @@ -401,6 +407,12 @@ /// </summary> [Description("鍑哄簱浠诲姟鍙�")] public short R_Outbound_TaskID { get; set; } + + /// <summary> + /// 寮哄埗鍑哄簱妯″紡 + /// </summary> + [Description("寮哄埗鍑哄簱妯″紡")] + public bool R_ForceOutboundMode { get; set; } } public class StationDBForReadComm @@ -461,5 +473,12 @@ [Description("鍑哄簱浠诲姟鍙�")] public string R_Outbound_TaskID { get; set; } + + /// <summary> + /// 寮哄埗鍑哄簱妯″紡 + /// </summary> + [Description("寮哄埗鍑哄簱妯″紡")] + public string R_ForceOutboundMode { get; set; } + } } -- Gitblit v1.9.3