智慧工地项目
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

30 lines
398 B

package com.zilber.boot.file.entity;
import lombok.Data;
/**
* @Author LJX
* @TIME 2023-01-10 14:32
* @PROJECT boot
* created by Intellij IDEA
* Description
*/
@Data
public class Complete {
private String bucketName;
private String key;
private String location;
private String eTag;
private String versionId;
private String name;
private Integer type;
}