rsf-server/src/main/java/com/vincent/rsf/server/manager/entity/DeviceBind.java
@@ -118,16 +118,17 @@ public Boolean getStatusBool(){ if (null == this.status){ return null; } switch (this.status){ case 1: return true; case 0: return false; default: return null; } } // public Boolean getStatusBool(){ // if (null == this.status){ return null; } // switch (this.status){ // case 1: // return true; // case 0: // return false; // default: // return null; // } // } }