wuww
2025-05-16 cfdc569b6316ed2e44bc7fc85b785612262abe21
src/main/java/com/se/nsl/domain/vo/ConfigVo.java
@@ -51,12 +51,13 @@
        this();
        this.terrain.set(0, terrain.replace("\\", "/")); // 地形高程数据
        //this.landuse.set(0, landuse.replace("\\", "/")); // 土地利用类型
        this.landuse.set(0, landuse.replace("\\", "/")); // 土地利用类型
        this.station.set(0, station.replace("\\", "/")); // 雨量站索引
        this.raingage = raingage.replace("\\", "/");
        this.duration = duration;
        this.result = new ResultVo(saveName, duration, frames);
        int saveInterval = duration / frames - 5; // 修订最后一帧可能为空数据
        this.result = new ResultVo(saveName, frames, saveInterval);
    }
    public List<Object> getTerrain() {