eleme.openapi.sdk.api.entity.invoice.NaposInvoiceFileInfo Maven / Gradle / Ivy
package eleme.openapi.sdk.api.entity.invoice;
import eleme.openapi.sdk.api.entity.invoice.*;
import java.util.*;
import java.math.BigDecimal;
import com.fasterxml.jackson.annotation.JsonFormat;
public class NaposInvoiceFileInfo{
/**
* 发票文件类型
*/
private String fileType;
public String getFileType() {
return fileType;
}
public void setFileType(String fileType) {
this.fileType = fileType;
}
/**
* 发票文件URL
*/
private String fileUrl;
public String getFileUrl() {
return fileUrl;
}
public void setFileUrl(String fileUrl) {
this.fileUrl = fileUrl;
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy