自动化立体仓库 - WMS系统
#
whycq
2024-03-04 b9ec258ab956263aeacd29d38236f7a32f248774
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")