zy-acs-manager/src/main/java/com/zy/acs/manager/manager/entity/Loc.java
@@ -265,17 +265,7 @@ } } public String getDeleted$(){ if (null == this.deleted){ return null; } switch (this.deleted){ case 1: return "是"; case 0: return "否"; default: return String.valueOf(this.deleted); } } public String getCompDirect$(){ if (null == this.compDirect){ return null; } @@ -289,5 +279,16 @@ } } public Boolean getStatusBool(){ if (null == this.status){ return null; } switch (this.status){ case 1: return true; case 0: return false; default: return null; } } }