From 67f74c1d68ccbb69eb8436e70018357533ef9c0a Mon Sep 17 00:00:00 2001 From: kazelee <1847801760@qq.com> Date: 星期五, 16 五月 2025 17:32:27 +0800 Subject: [PATCH] ERP同步功能部分完善,测试逻辑优化 --- Dispatch/GZRobot.cs | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/Dispatch/GZRobot.cs b/Dispatch/GZRobot.cs index 4479bcf..8cdc3f3 100644 --- a/Dispatch/GZRobot.cs +++ b/Dispatch/GZRobot.cs @@ -13,6 +13,7 @@ using static HH.WCS.Mobox3.AnGang.Controllers.ApiModel; using static HH.WCS.Mobox3.AnGang.Dtos.Request.AgvRequest; +using static HH.WCS.Mobox3.AnGang.Dtos.Response.AgvResponse; namespace HH.WCS.Mobox3.AnGang.Dispatch { /// <summary> -- Gitblit v1.9.1