#
luxiaotao1123
2024-11-04 6f5c384b7f838f35e3da4db129a57c76cd54d508
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;
        }
    }
}