1
zhang
9 天以前 6112fa3065313b501de8823d8f1ff918575b3773
zy-acs-manager/src/main/java/com/zy/acs/manager/system/entity/Tenant.java
@@ -74,17 +74,7 @@
        }
    }
    public Boolean getDeletedBool(){
        if (null == this.deleted){ return null; }
        switch (this.deleted){
            case 1:
                return true;
            case 0:
                return false;
            default:
                return null;
        }
    }
    public String getCreateTime$(){
        if (Cools.isEmpty(this.createTime)){