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

eleme.openapi.sdk.api.entity.openShop.GetSignatureRequest Maven / Gradle / Ivy

There is a newer version: 1.30.71
Show newest version
package eleme.openapi.sdk.api.entity.openShop;

public class GetSignatureRequest{

    /**
     * 文件后缀
     */
    private String fileSuffix;
    public String getFileSuffix() {
        return fileSuffix;
    }
    public void setFileSuffix(String fileSuffix) {
        this.fileSuffix = fileSuffix;
    }
    
    /**
     * 文件类型
     */
    private String certType;
    public String getCertType() {
        return certType;
    }
    public void setCertType(String certType) {
        this.certType = certType;
    }
    
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy