自动化立体仓库 - WMS系统
#
Junjie
2024-06-12 6d76b543f02917a8fc373e12271a112d01f7b612
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")