
com.fasc.open.api.v5_1.req.signtask.DownloadFilesReq Maven / Gradle / Ivy
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