#
vincentlu
2025-01-13 89c7f6e5bcc21b0e8f83a2bc6d680e2ffe431e6f
zy-acs-manager/src/main/java/com/zy/acs/manager/system/entity/Host.java
@@ -97,17 +97,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)){