From 8ebc61c8453cda67166571bc1f8cbd5e019082ad Mon Sep 17 00:00:00 2001 From: zyx <zyx123456> Date: 星期六, 09 九月 2023 10:57:56 +0800 Subject: [PATCH] 接口修改 --- src/main/java/com/zy/asrs/controller/AgvMobileController.java | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/src/main/java/com/zy/asrs/controller/AgvMobileController.java b/src/main/java/com/zy/asrs/controller/AgvMobileController.java index d7b10ae..4e751e0 100644 --- a/src/main/java/com/zy/asrs/controller/AgvMobileController.java +++ b/src/main/java/com/zy/asrs/controller/AgvMobileController.java @@ -6,6 +6,7 @@ import com.zy.asrs.service.AgvBasDevpService; import com.zy.asrs.service.AgvMobileService; import com.zy.asrs.service.AgvWorkService; +import com.zy.asrs.service.OrderDetlService; import com.zy.common.web.BaseController; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.web.bind.annotation.PostMapping; @@ -31,6 +32,8 @@ private AgvBasDevpService agvBasDevpService; @Autowired private AgvWorkService workService; + @Autowired + private OrderDetlService orderDetlService; /* -- Gitblit v1.9.1