自动化立体仓库 - WMS系统
skyouc
4 天以前 58c4a2210dadf2e7cbcee3851fd719730df2b6d8
src/main/java/com/zy/asrs/controller/MobileController.java
@@ -187,6 +187,15 @@
        return mobileService.getCacheLocs();
    }
    @ManagerAuth
    @GetMapping("/cache/sites/{type}")
    @ApiOperation("获取缓存区入出库站点信息")
    public R getCacheSites(@PathVariable String type) {
        return mobileService.getCacheSites(type);
    }
    @PostMapping("/cache/agv/call")
    @ApiOperation("缓冲区入库")
    @ManagerAuth