长兴特科拉项目
This commit is contained in:
@@ -3,6 +3,7 @@ package org.nl.acs.agv.rest;
|
|||||||
import cn.dev33.satoken.annotation.SaIgnore;
|
import cn.dev33.satoken.annotation.SaIgnore;
|
||||||
import com.alibaba.fastjson.JSONObject;
|
import com.alibaba.fastjson.JSONObject;
|
||||||
import groovy.lang.Lazy;
|
import groovy.lang.Lazy;
|
||||||
|
import org.nl.acs.agv.server.AGVSchedulingService;
|
||||||
import org.nl.acs.agv.server.XianGongAgvService;
|
import org.nl.acs.agv.server.XianGongAgvService;
|
||||||
import org.nl.common.logging.annotation.Log;
|
import org.nl.common.logging.annotation.Log;
|
||||||
import org.springframework.beans.factory.annotation.Autowired;
|
import org.springframework.beans.factory.annotation.Autowired;
|
||||||
@@ -21,7 +22,7 @@ import org.springframework.web.bind.annotation.RequestBody;
|
|||||||
public class XianGongAgvController {
|
public class XianGongAgvController {
|
||||||
@Lazy
|
@Lazy
|
||||||
@Autowired
|
@Autowired
|
||||||
private XianGongAgvService xianGongAgentService;
|
private AGVSchedulingService xianGongAgentService;
|
||||||
|
|
||||||
@PostMapping("/api/agv/waitPointRequest")
|
@PostMapping("/api/agv/waitPointRequest")
|
||||||
@Log("仙工AGV请求取放货")
|
@Log("仙工AGV请求取放货")
|
||||||
|
|||||||
Reference in New Issue
Block a user