All Downloads are FREE. Search and download functionalities are using the official Maven repository.

plus.easydo.starter.file.FileResult Maven / Gradle / Ivy

The newest version!
package plus.easydo.starter.file;

import lombok.Data;

import java.math.BigDecimal;

/**
 * @author laoyu
 * @version 1.0
 */
@Data
public class FileResult {

    /** 文件标识 */
    private ID id;

    /** 文件名 */
    private String fileName;

    /** 路径 */
    private String filePath;

    /** 文件大小/kb */
    private BigDecimal fileSize;

    /** 存储桶 */
    private String groupName;

    /** 拼接好的路径 */
    private String url;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy