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

cn.bootx.platform.starter.file.dto.UpLoadOptions Maven / Gradle / Ivy

The newest version!
package cn.bootx.platform.starter.file.dto;

import lombok.Data;

import java.util.TreeMap;

@Data
public class UpLoadOptions {
    private String tmpSecretId;
    private String tmpSecretKey;
    private String sessionToken;

    private Long expiredTime;

    private TreeMap formData;

    private String uploadUrl;

    private String key;

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy