From f9b422e2d5d1e84ad82cd19379c3482b6d635e9e Mon Sep 17 00:00:00 2001 From: zongzhibin <zongzhibin@weben-smart.com> Date: 周日, 24 11月 2024 14:31:24 +0800 Subject: [PATCH] add --- SDA/iWareSda/Devices/4-Station/StationModel/DB/RgvComm.cs | 14 +++++++++++--- 1 files changed, 11 insertions(+), 3 deletions(-) diff --git a/SDA/iWareSda/Devices/4-Station/StationModel/DB/RgvComm.cs b/SDA/iWareSda/Devices/4-Station/StationModel/DB/RgvComm.cs index 3aefa22..a13005e 100644 --- a/SDA/iWareSda/Devices/4-Station/StationModel/DB/RgvComm.cs +++ b/SDA/iWareSda/Devices/4-Station/StationModel/DB/RgvComm.cs @@ -40,13 +40,13 @@ /// 鍏ュ簱浠诲姟鍙� /// </summary> [Description("鍏ュ簱浠诲姟鍙�")] - public int W_Inbound_TaskID { get; set; } + public short W_Inbound_TaskID { get; set; } /// <summary> /// 鍑哄簱浠诲姟鍙� /// </summary> [Description("鍑哄簱浠诲姟鍙�")] - public int W_Outbound_TaskID { get; set; } + public short W_Outbound_TaskID { get; set; } /// <summary> /// 鏉ユ枡闀垮害 @@ -77,7 +77,7 @@ /// 鍒嗛厤鍑哄簱搴撲綅鍙� /// </summary> [Description("鍒嗛厤鍑哄簱搴撲綅鍙�")] - public string W_Destination_Out { get; set; } + public int W_Destination_Out { get; set; } /// <summary> /// 鏄惁鏃嬭浆 @@ -173,6 +173,12 @@ /// </summary> [Description("鐮佸灈浠诲姟瀹屾垚纭")] public bool W_PalletizingTaskFinish { get; set; } + + /// <summary> + /// 妯″紡锛�1锛氬叆搴擄紝 2锛氬嚭搴� 3锛氬己鍒跺嚭搴擄級 + /// </summary> + [Description("妯″紡锛�1锛氬叆搴擄紝 2锛氬嚭搴� 3锛氬己鍒跺嚭搴擄級")] + public short W_Mode { get; set; } } @@ -495,6 +501,7 @@ /// </summary> [Description("鐮佸灈浣嶇疆2鐘舵��")] public short R_PalletizingStation2 { get; set; } + } public class StationDBForReadComm @@ -574,5 +581,6 @@ /// </summary> [Description("鐮佸灈浣嶇疆2鐘舵��")] public string R_PalletizingStation2 { get; set; } + } } -- Gitblit v1.9.3