yangys
2024-05-18 040976de6f9934b99f30268a28e2ecf42260e217
smart-man-boot/src/main/java/com/qianwen/smartman/modules/dnc/entity/File.java
@@ -128,7 +128,7 @@
        return "File(displayName=" + getDisplayName() + ", parentId=" + getParentId() + ", allPath=" + getAllPath() + ", contentLength=" + getContentLength() + ", contentType=" + getContentType() + ", suffix=" + getSuffix() + ", fileType=" + getFileType() + ", objectKey=" + getObjectKey() + ", contentMd5=" + getContentMd5() + ", isLocked=" + isLocked() + ", owner=" + getOwner() + ", tenantId=" + getTenantId() + ", isCurrent=" + getIsCurrent() + ", coverTime=" + getCoverTime() + ", link=" + getLink() + ", version=" + getVersion() + ", mark=" + getMark() + ")";
    }
    /* loaded from: blade-api.jar:BOOT-INF/classes/org/springblade/modules/dnc/entity/File$FileBuilder.class */
    public static class FileBuilder {
        private String displayName;
        private Long parentId;