#
luxiaotao1123
2024-09-13 9b50dca2a601d1cf231821e248d3b9fbedd8febe
zy-acs-manager/src/main/java/com/zy/acs/manager/manager/entity/Agv.java
@@ -109,4 +109,17 @@
        }
    }
    public Boolean getStatusBool(){
        if (null == this.status){ return null; }
        switch (this.status){
            case 1:
                return true;
            case 0:
                return false;
            default:
                return null;
        }
    }
}