From b690250002ee04f4309e6a90fd16fbfd9bd959e2 Mon Sep 17 00:00:00 2001
From: wanshenmean <cathay_xy@163.com>
Date: 星期五, 01 五月 2026 23:11:23 +0800
Subject: [PATCH] feat(router): 添加托盘操作页面路由

---
 Code/WCS/WIDESEAWCS_Server/WIDESEAWCS_Model/Models/RobotState/Dt_RobotState.cs |   22 +++++++++++++++++++++-
 1 files changed, 21 insertions(+), 1 deletions(-)

diff --git a/Code/WCS/WIDESEAWCS_Server/WIDESEAWCS_Model/Models/RobotState/Dt_RobotState.cs b/Code/WCS/WIDESEAWCS_Server/WIDESEAWCS_Model/Models/RobotState/Dt_RobotState.cs
index 615edea..c5e872d 100644
--- a/Code/WCS/WIDESEAWCS_Server/WIDESEAWCS_Model/Models/RobotState/Dt_RobotState.cs
+++ b/Code/WCS/WIDESEAWCS_Server/WIDESEAWCS_Model/Models/RobotState/Dt_RobotState.cs
@@ -96,8 +96,18 @@
         /// <summary>
         /// 鏈�杩戜竴娆℃斁璐у畬鎴愮殑浣嶇疆鏁扮粍锛圝SON锛�
         /// </summary>
-        [SugarColumn(Length = 500, ColumnDescription = "鏀捐揣浣嶇疆鏁扮粍JSON", IsNullable = true)]
+        [SugarColumn(Length = 5000, ColumnDescription = "鏀捐揣浣嶇疆鏁扮粍JSON", IsNullable = true)]
         public string? LastPutPositionsJson { get; set; }
+
+        /// <summary>
+        /// 褰撳墠鎵规鐨勭數鑺潯鐮佸垪琛�
+        /// </summary>
+        /// <remarks>
+        /// 姣忔璇诲彇鏂版潯鐮佹椂璁剧疆涓烘湰鎵规鐨勬潯鐮侊紝浠呯敤浜� WMS 鎻愪氦鏃舵寜鎵规鎻愪氦銆�
+        /// 姣忔鏂版壒娆¤鍙栨椂瑕嗙洊锛屽湪 allputfinished 鏃舵竻绌恒��
+        /// </remarks>
+        [SugarColumn(Length = 5000, ColumnDescription = "褰撳墠鎵规鐨勭數鑺潯鐮佸垪琛�", IsNullable = true)]
+        public string? CurrentBatchBarcodes { get; set; }
 
         /// <summary>
         /// 鐢垫睜/璐т綅鏉$爜鍒楄〃锛圝SON锛�
@@ -158,5 +168,15 @@
         /// </summary>
         [SugarColumn(ColumnDescription = "鐢佃姱鏄惁鍒颁綅")]
         public bool BatteryArrived { get; set; }
+
+        /// <summary>
+        /// 褰撳墠鎵ц涓殑鏈哄櫒浜轰换鍔$紪鍙�
+        /// </summary>
+        /// <remarks>
+        /// 涓嬪彂浠诲姟鏃剁紦瀛樹换鍔$紪鍙凤紝鐢ㄤ簬 RobotJob 蹇�熸煡鎵炬墽琛屼腑鐨勪换鍔★紝
+        /// 閬垮厤姣忔杞鍏ㄨ〃鎵弿銆備换鍔″畬鎴愭椂娓呯┖涓� null銆�
+        /// </remarks>
+        [SugarColumn(ColumnDescription = "褰撳墠鎵ц涓殑鏈哄櫒浜轰换鍔$紪鍙�")]
+        public int? CurrentTaskNum { get; set; }
     }
 }

--
Gitblit v1.9.3