长兴特科拉项目

This commit is contained in:
zhang
2025-01-10 12:58:38 +08:00
parent 4521cfbf89
commit b76031be17

View File

@@ -3,6 +3,7 @@ package org.nl.acs.agv.rest;
import cn.dev33.satoken.annotation.SaIgnore;
import com.alibaba.fastjson.JSONObject;
import groovy.lang.Lazy;
import org.nl.acs.agv.server.AGVSchedulingService;
import org.nl.acs.agv.server.XianGongAgvService;
import org.nl.common.logging.annotation.Log;
import org.springframework.beans.factory.annotation.Autowired;
@@ -21,7 +22,7 @@ import org.springframework.web.bind.annotation.RequestBody;
public class XianGongAgvController {
@Lazy
@Autowired
private XianGongAgvService xianGongAgentService;
private AGVSchedulingService xianGongAgentService;
@PostMapping("/api/agv/waitPointRequest")
@Log("仙工AGV请求取放货")