#
LSH
2023-11-21 5c62e3a2220b53318bf7733d9901fef493915d27
src/main/java/com/zy/core/model/protocol/RgvProtocol.java
@@ -201,4 +201,10 @@
        this.xDuration = Float.valueOf(xDuration);
    }
    public Integer getRgvPosI(){
        //需要根据现场改造  根据读到的值获取对应站点位置
        if (RgvPos==null) return 0;
        return RgvPos.intValue();
    }
}