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

com.fasc.open.api.v5_1.req.signtask.DownloadFilesReq Maven / Gradle / Ivy

There is a newer version: 5.6.4.0320
Show newest version
package com.fasc.open.api.v5_1.req.signtask;

/**
 * @author Fadada
 * 2021/9/11 16:10:08
 */
public class DownloadFilesReq extends SignTaskBaseReq {
    private Integer id;
    private String fileType;

    public Integer getId() {
        return id;
    }

    public void setId(Integer id) {
        this.id = id;
    }

    public String getFileType() {
        return fileType;
    }

    public void setFileType(String fileType) {
        this.fileType = fileType;
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy