tqs
2023-03-27 cdeb9e9559783cae56cbc6581b2e7aef893429b7
src/main/java/com/zy/core/model/protocol/ShuttleProtocol.java
@@ -233,10 +233,15 @@
    }
    //获取电池电量
    public Short getBatteryPower() {
    public Short getBatteryPower$() {
        return (short) (this.batteryPower * 0.1);
    }
    //获取电池温度
    public Short getBatteryTemp$() {
        return (short) (this.batteryTemp * 0.1);
    }
    /**
     * 设置小车状态
     */