From bed4ab58ff88c866de95e9a5f29a7512ed43a7fa Mon Sep 17 00:00:00 2001 From: zongzhibin <zongzhibin@weben-smart.com> Date: 周三, 27 11月 2024 09:36:11 +0800 Subject: [PATCH] add --- 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 5a8be1b..4fdab05 100644 --- a/SDA/iWareSda/Devices/4-Station/StationModel/DB/RgvComm.cs +++ b/SDA/iWareSda/Devices/4-Station/StationModel/DB/RgvComm.cs @@ -198,6 +198,11 @@ /// </summary> [Description("鍚堝寘浠诲姟鍙�")] public int W_SurroundTaskNo { get; set; } + /// <summary> + /// 鐮佸灈棣栨湯鏉� + /// </summary> + [Description("鐮佸灈棣栨湯鏉�")] + public short W_PalletizingBucketType { get; set; } } /// <summary> @@ -262,6 +267,11 @@ /// </summary> [Description("鐮佸灈浠诲姟瀹屾垚纭")] public string W_PalletizingTaskFinish { get; set; } + /// <summary> + /// 鐮佸灈棣栨湯鏉� + /// </summary> + [Description("鐮佸灈棣栨湯鏉�")] + public string W_PalletizingBucketType { get; set; } /// <summary> /// 榻愬淇℃伅锛�998榻愬锛�999寮傚父鍑哄簱锛� /// </summary> @@ -537,7 +547,11 @@ /// </summary> [Description("鐮佸灈浣嶇疆2鐘舵��")] public short R_PalletizingStation2 { get; set; } - + /// <summary> + /// 鐮佸灈浠诲姟鎺ユ敹瀹屾垚 + /// </summary> + [Description("鐮佸灈浠诲姟鎺ユ敹瀹屾垚")] + public bool R_PalletizingAck { get; set; } /// <summary> /// 寮哄埗鍑哄簱妯″紡 /// </summary> @@ -649,5 +663,10 @@ /// </summary> [Description("鍚堝寘浠诲姟鍙�")] public string R_SurrouondTaskNo { get; set; } + /// <summary> + /// 鐮佸灈浠诲姟鎺ユ敹瀹屾垚 + /// </summary> + [Description("鐮佸灈浠诲姟鎺ユ敹瀹屾垚")] + public string R_PalletizingAck { get; set; } } } -- Gitblit v1.9.3