#
luxiaotao1123
2024-10-08 c438854e1da8d7025ee85e23dd37c2523c488725
zy-acs-framework/src/main/resources/templates/react-admin/Entity.txt
@@ -36,15 +36,4 @@
        }
    }
    public Boolean getDeletedBool(){
        if (null == this.deleted){ return null; }
        switch (this.deleted){
            case 1:
                return true;
            case 0:
                return false;
            default:
                return null;
        }
    }
}