dcb
2025-06-19 303058307780d49e2ae4c815669f34b866206d86
src/main/java/com/se/nsl/domain/vo/SimuResult.java
@@ -4,6 +4,7 @@
    private double depth;
    private double velocity;
    private long time;
    public double getDepth() {
        return depth;
@@ -20,4 +21,12 @@
    public void setVelocity(double velocity) {
        this.velocity = velocity;
    }
    public long getTime() {
        return time;
    }
    public void setTime(long time) {
        this.time = time;
    }
}