From 81c361a3fab7d43fc14ad46777a18a1ab9215c06 Mon Sep 17 00:00:00 2001 From: schangxiang@126.com <schangxiang@126.com> Date: 周四, 21 11月 2024 17:57:46 +0800 Subject: [PATCH] 222 --- SDA/iWareSda/Devices/4-Station/StationModel/DB/RgvComm.cs | 84 ++++++++++++++++++++---------------------- 1 files changed, 40 insertions(+), 44 deletions(-) diff --git a/SDA/iWareSda/Devices/4-Station/StationModel/DB/RgvComm.cs b/SDA/iWareSda/Devices/4-Station/StationModel/DB/RgvComm.cs index 7923139..b47ac53 100644 --- a/SDA/iWareSda/Devices/4-Station/StationModel/DB/RgvComm.cs +++ b/SDA/iWareSda/Devices/4-Station/StationModel/DB/RgvComm.cs @@ -150,11 +150,16 @@ public string W_Destination_In { get; set; } /// <summary> - /// 浠诲姟鍙� + /// 鍏ュ簱浠诲姟鍙� /// </summary> - [Description("浠诲姟鍙�")] - public string W_TaskID { get; set; } + [Description("鍏ュ簱浠诲姟鍙�")] + public string W_Inbound_TaskID { get; set; } + /// <summary> + /// 鍑哄簱浠诲姟鍙� + /// </summary> + [Description("鍑哄簱浠诲姟鍙�")] + public string W_Outbound_TaskID { get; set; } /// <summary> /// 鏉ユ枡闀垮害 @@ -186,6 +191,12 @@ /// </summary> [Description("鍒嗛厤鍑哄簱搴撲綅鍙�")] public string W_Destination_Out { get; set; } + + /// <summary> + /// 妯″紡锛�1锛氬叆搴擄紝 2锛氬嚭搴� 3锛氬己鍒跺嚭搴擄級 + /// </summary> + [Description("妯″紡锛�1锛氬叆搴擄紝 2锛氬嚭搴� 3锛氬己鍒跺嚭搴擄級")] + public string W_Mode { get; set; } /// <summary> /// 鏄惁鏃嬭浆 @@ -231,6 +242,20 @@ /// </summary> [Description("鏀炬枡Y鍋忕Щ")] public string W_Y_Offset { get; set; } + + + + + /// <summary> + /// 鍏ュ簱瀹屾垚宸茬‘璁� + /// </summary> + [Description("鍏ュ簱瀹屾垚宸茬‘璁�")] + public string W_InboundFinishConfirm { get; set; } + ///// <summary> + ///// 浠诲姟鍙� + ///// </summary> + //[Description("浠诲姟鍙�")] + //public string W_TaskID { get; set; } } @@ -357,57 +382,28 @@ public String R_ReadCodeResult { get; set; } /// <summary> - /// 鍏夌數1鐘舵�� + /// 鏈哄櫒浜哄叆搴撳畬鎴� /// </summary> - [Description("鍏夌數1鐘舵��")] - public string R_PH_1 { get; set; } + [Description("鏈哄櫒浜哄叆搴撳畬鎴�")] + public string R_InboundFinish { get; set; } /// <summary> - /// 鍏夌數2鐘舵�� + /// 鏈哄櫒浜哄叆搴撳簱浣嶅彿 /// </summary> - [Description("鍏夌數2鐘舵��")] - public string R_PH_2 { get; set; } + [Description("鏈哄櫒浜哄叆搴撳簱浣嶅彿")] + public string R_InboundNumber { get; set; } /// <summary> - /// 鏀跺埌浠诲姟涓嬪彂鍙嶉 + /// 鏈哄櫒浜哄嚭搴撳畬鎴� /// </summary> - [Description("鏀跺埌浠诲姟涓嬪彂鍙嶉")] - public string R_ACK { get; set; } + [Description("鏈哄櫒浜哄嚭搴撳畬鎴�")] + public string R_OutboundFinish { get; set; } /// <summary> - /// 妯″紡 + /// 鏈哄櫒浜哄嚭搴撳簱浣嶅彿 /// </summary> - [Description("妯″紡")] - public string R_Model { get; set; } + [Description("鏈哄櫒浜哄嚭搴撳簱浣嶅彿")] + public string R_OutboundNumber { get; set; } - /// <summary> - /// 杩愯鐘舵�� - /// </summary> - [Description("杩愯鐘舵��")] - public string R_State { get; set; } - - /// <summary> - /// 鎶ヨ浠g爜 - /// </summary> - [Description("鎶ヨ浠g爜")] - public string R_AlarmCode { get; set; } - - /// <summary> - /// 褰撳墠鐩爣鍦板潃 - /// </summary> - [Description("褰撳墠鐩爣鍦板潃")] - public string R_Destination { get; set; } - - /// <summary> - /// 澶栧舰妫�娴� - /// </summary> - [Description("澶栧舰妫�娴�")] - public string R_Shape { get; set; } - - /// <summary> - /// 褰撳墠浠诲姟鍙� - /// </summary> - [Description("褰撳墠浠诲姟鍙�")] - public string R_TaskID { get; set; } } } -- Gitblit v1.9.3