leomon
2025-06-05 e445652b1c6b78ce601d3816b3d75c9b9e0df198
oying-tools/src/main/java/com/oying/domain/BucketStorage.java
@@ -46,4 +46,13 @@
    public void copy(BucketStorage source){
        BeanUtil.copyProperties(source,this, CopyOptions.create().setIgnoreNullValue(true));
    }
    public BucketStorage(String realName,String name, String suffix, String path, String type, String size) {
        this.realName = realName;
        this.name = name;
        this.suffix = suffix;
        this.path = path;
        this.type = type;
        this.size = size;
    }
}