#
1
2025-05-12 a6480edc1d366bfeead1eb2784be13ae747e3f23
src/main/java/com/zy/core/model/protocol/RgvProtocol.java
@@ -125,6 +125,14 @@
        return basRgv;
    }
    public long getRgvPosDestinationOrPos(boolean sign){
        if (!sign){
            return RgvPosDestination>RgvPos? RgvPosDestination:RgvPos;
        } else {
            return RgvPosDestination<RgvPos? RgvPosDestination:RgvPos;
        }
    }
    public void setxSpeed(Short xSpeed) {
        this.xSpeed = Float.valueOf(xSpeed);
    }