自动化立体仓库 - WCS系统
#
lsh
2023-03-03 76d3fff7c27d020fd7110e4a5e84cc87e3fe7e43
src/main/java/com/zy/core/model/protocol/SteProtocol.java
@@ -536,6 +536,11 @@
        }
    }
    // 小车电量
    public Float isIdle2() {
        return this.charge;
    }
    // 是否处于报警状态
    public Boolean isAlarm() {
        return this.alarm > 1;