From a9edf162ac5dd98719c2f93ab0800c98673fd220 Mon Sep 17 00:00:00 2001
From: xiazhengtongxue <133085197+xiazhengtongxue@users.noreply.github.com>
Date: 星期三, 01 四月 2026 16:14:49 +0800
Subject: [PATCH] fix: 修复AGV任务下发,修改找空闲为深度优先等

---
 Code/WMS/WIDESEA_WMSServer/WIDESEA_DTO/System/ActionDTO.cs |   18 ++++++++++++++++++
 1 files changed, 18 insertions(+), 0 deletions(-)

diff --git a/Code/WMS/WIDESEA_WMSServer/WIDESEA_DTO/System/ActionDTO.cs b/Code/WMS/WIDESEA_WMSServer/WIDESEA_DTO/System/ActionDTO.cs
index 57ed299..1f266fe 100644
--- a/Code/WMS/WIDESEA_WMSServer/WIDESEA_DTO/System/ActionDTO.cs
+++ b/Code/WMS/WIDESEA_WMSServer/WIDESEA_DTO/System/ActionDTO.cs
@@ -6,11 +6,29 @@
 
 namespace WIDESEA_DTO.System
 {
+    /// <summary>
+    /// 鎿嶄綔鏉冮檺鏁版嵁浼犺緭瀵硅薄
+    /// </summary>
     public class ActionDTO
     {
+        /// <summary>
+        /// 鎿嶄綔ID
+        /// </summary>
         public int ActionId { get; set; }
+
+        /// <summary>
+        /// 鑿滃崟ID
+        /// </summary>
         public int MenuId { get; set; }
+
+        /// <summary>
+        /// 鎿嶄綔鍚嶇О
+        /// </summary>
         public string Text { get; set; }
+
+        /// <summary>
+        /// 鎿嶄綔鍊�
+        /// </summary>
         public string Value { get; set; }
     }
 }

--
Gitblit v1.9.3