Junjie
2024-11-28 c3a428f2ef9dec82c49e1c9d4f425d3950d79804
src/main/java/com/zy/common/utils/NavigateMapData.java
@@ -29,11 +29,11 @@
    private Integer lev;//地图楼层
    public NavigateMapData() {
        this.lev = 1;
    public Integer getLev() {
        return lev;
    }
    public NavigateMapData(Integer lev) {
    public void setLev(Integer lev) {
        this.lev = lev;
    }
@@ -65,6 +65,8 @@
                map[j++] = tmp;
            }
            return map;
//            String mapFilename = "map_" + lev + ".json";
//            ClassPathResource classPathResource = new ClassPathResource(mapFilename);
//            InputStream inputStream = classPathResource.getInputStream();