From 327dbcbe3e6ee5fea207422c7792fc35a1027638 Mon Sep 17 00:00:00 2001 From: zongzhibin <zongzhibin@weben-smart.com> Date: 周二, 26 11月 2024 09:15:24 +0800 Subject: [PATCH] add --- SDA/iWareSda/Devices/4-Station/StationModel/DB/RgvComm.cs | 65 ++++++++++++++++++++++++++++++-- 1 files changed, 60 insertions(+), 5 deletions(-) diff --git a/SDA/iWareSda/Devices/4-Station/StationModel/DB/RgvComm.cs b/SDA/iWareSda/Devices/4-Station/StationModel/DB/RgvComm.cs index a0a49e0..5a8be1b 100644 --- a/SDA/iWareSda/Devices/4-Station/StationModel/DB/RgvComm.cs +++ b/SDA/iWareSda/Devices/4-Station/StationModel/DB/RgvComm.cs @@ -142,7 +142,11 @@ /// </summary> [Description("鐮佸灈鏈澘鏍囧織")] public bool W_EndMark { get; set; } - + /// <summary> + /// 鐮佸灈棣栨澘鏍囧織 + /// </summary> + [Description("鐮佸灈棣栨澘鏍囧織")] + public bool W_FirstMark { get; set; } /// <summary> /// 鐮佸灈浠诲姟鍙� /// </summary> @@ -169,6 +173,11 @@ [Description("鐮佸灈浣嶇疆鍧愭爣Y")] public short W_PalletizingPlaceY { get; set; } /// <summary> + /// 鐮佸灈浣嶇疆鍧愭爣Z + /// </summary> + [Description("鐮佸灈浣嶇疆鍧愭爣Z")] + public short W_PalletizingPlaceZ { get; set; } + /// <summary> /// 鐮佸灈浠诲姟瀹屾垚纭 /// </summary> [Description("鐮佸灈浠诲姟瀹屾垚纭")] @@ -179,7 +188,16 @@ /// </summary> [Description("妯″紡锛�1锛氬叆搴擄紝 2锛氬嚭搴� 3锛氬己鍒跺嚭搴擄級")] public short W_Mode { get; set; } - + /// <summary> + /// 鍚堝寘浠诲姟瀹屾垚纭 + /// </summary> + [Description("鍚堝寘浠诲姟瀹屾垚纭")] + public bool W_SurroundTaskFinish { get; set; } + /// <summary> + /// 鍚堝寘浠诲姟鍙� + /// </summary> + [Description("鍚堝寘浠诲姟鍙�")] + public int W_SurroundTaskNo { get; set; } } /// <summary> @@ -204,7 +222,11 @@ /// </summary> [Description("鐮佸灈鏈澘鏍囧織")] public string W_EndMark { get; set; } - + /// <summary> + /// 鐮佸灈棣栨澘鏍囧織 + /// </summary> + [Description("鐮佸灈棣栨澘鏍囧織")] + public string W_FirstMark { get; set; } /// <summary> /// 鐮佸灈浠诲姟鍙� /// </summary> @@ -230,6 +252,11 @@ /// </summary> [Description("鐮佸灈浣嶇疆鍧愭爣Y")] public string W_PalletizingPlaceY { get; set; } + /// <summary> + /// 鐮佸灈浣嶇疆鍧愭爣Z + /// </summary> + [Description("鐮佸灈浣嶇疆鍧愭爣Z")] + public string W_PalletizingPlaceZ { get; set; } /// <summary> /// 鐮佸灈浠诲姟瀹屾垚纭 /// </summary> @@ -336,7 +363,16 @@ [Description("鍏ュ簱瀹屾垚宸茬‘璁�")] public string W_InboundFinishConfirm { get; set; } - + /// <summary> + /// 鍚堝寘浠诲姟瀹屾垚纭 + /// </summary> + [Description("鍚堝寘浠诲姟瀹屾垚纭")] + public string W_SurroundTaskFinish { get; set; } + /// <summary> + /// 鍚堝寘浠诲姟鍙� + /// </summary> + [Description("鍚堝寘浠诲姟鍙�")] + public string W_SurroundTaskNo { get; set; } #region 鍑哄簱鐩稿叧 /// <summary> @@ -507,7 +543,16 @@ /// </summary> [Description("寮哄埗鍑哄簱妯″紡")] public bool R_ForceOutboundMode { get; set; } - + /// <summary> + /// 鍚堝寘浠诲姟瀹屾垚 + /// </summary> + [Description("鍚堝寘浠诲姟瀹屾垚")] + public bool R_SurrouondTaskFinish { get; set; } + /// <summary> + /// 鍚堝寘浠诲姟鍙� + /// </summary> + [Description("鍚堝寘浠诲姟鍙�")] + public short R_SurrouondTaskNo { get; set; } } public class StationDBForReadComm @@ -594,5 +639,15 @@ [Description("寮哄埗鍑哄簱妯″紡")] public string R_ForceOutboundMode { get; set; } + /// <summary> + /// 鍚堝寘浠诲姟瀹屾垚 + /// </summary> + [Description("鍚堝寘浠诲姟瀹屾垚")] + public string R_SurrouondTaskFinish { get; set; } + /// <summary> + /// 鍚堝寘浠诲姟鍙� + /// </summary> + [Description("鍚堝寘浠诲姟鍙�")] + public string R_SurrouondTaskNo { get; set; } } } -- Gitblit v1.9.3