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