自动化立体仓库 - WCS系统
#
LSH
2023-03-14 683c33e759814cd3176a46dd9b1809e5fcb91ce3
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;