dcb
2025-07-14 0e6106783b59c2c4e173ad4b709c1415686e7505
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;
    }
}