自动化立体仓库 - WMS系统
zyx
2023-11-13 213fcda9782829abb609e63d87a63964c38b98c6
src/main/java/com/zy/asrs/controller/AgvMobileController.java
@@ -70,6 +70,14 @@
    }
    /*
    获取输送线站点
     */
    @PostMapping("/getBasDevp/noCacheShelves/auth")
    public R getBasDevpByNoCacheShelves(){
        return R.ok(agvBasDevpService.getBasDevpByNoCacheShelves());
    }
    /*
    启动入库,生成工作档
     */
    @PostMapping("/pakin/auth")