自动化立体仓库 - WMS系统
zyx
2023-10-19 668e40d51e654104287a3f63c7fd856657a35a11
src/main/java/com/zy/asrs/controller/AgvBasDevpController.java
@@ -200,7 +200,13 @@
        return R.ok(result);
    }
    @RequestMapping(value = "/basDevp/visualized/list/auth/v2")
    public R visualizedList(@RequestParam String stationCode){
        Map<String, Object> result = agvBasDevpService.getAgvBasDevpDtoByStationCode(stationCode);
        return R.ok(result);
    }
    /*
    容器离场
     */