自动化立体仓库 - WMS系统
#
zyx
2023-10-31 bd261458eee547abe546aa02b66a35ab511f59a1
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);
    }
    /*
    容器离场
     */