#
tqs
2023-03-27 67932d9a1932548cfc2b1b0be92fd7f87699596f
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);
    }
    /**
     * 设置小车状态
     */