From 3512011e94f013955b7b1e2de8558b8861db86b7 Mon Sep 17 00:00:00 2001
From: kazelee <1847801760@qq.com>
Date: 星期一, 30 六月 2025 16:38:05 +0800
Subject: [PATCH] 优化配置文件读取和AGV调度细节

---
 dispatch/GZRobot.cs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dispatch/GZRobot.cs b/dispatch/GZRobot.cs
index 0604374..c4ee859 100644
--- a/dispatch/GZRobot.cs
+++ b/dispatch/GZRobot.cs
@@ -431,7 +431,7 @@
         public int interaction_info_id { get; set; }
         public string type_name { get; set; } = "GET_DST";
         public string info_status { get; set; }
-        public string return_value { get; set; }
+        public string return_value { get; set; } = "";
     }
     public class interaction_state
     {

--
Gitblit v1.9.1