dcb
2025-07-01 f31f0991c0d2036e563b886f57de4cf45d3c72cb
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;
    }
}