From 79e04c3c2125ab860670f05b0f73ca9cc4168c0f Mon Sep 17 00:00:00 2001
From: kazelee <1847801760@qq.com>
Date: 星期一, 23 六月 2025 17:16:31 +0800
Subject: [PATCH] 优化产品入库逻辑,修复货位绑定和货品明细重复的问题

---
 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