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; } } }