Commit 8693cf49 by guojuxing

纸质普通发票改为电子发票

parent b4c7ba2a
......@@ -78,6 +78,11 @@ public class InvoiceManageListVO implements Serializable{
*/
private String expressMailNumber;
/**
* 发票类型)1:电子普通发票 2: 纸质增值税专用发票
*/
private Integer invoiceType;
public Integer getInvoiceManageId() {
return invoiceManageId;
}
......@@ -174,4 +179,13 @@ public class InvoiceManageListVO implements Serializable{
public void setExpressMailNumber(String expressMailNumber) {
this.expressMailNumber = expressMailNumber;
}
public Integer getInvoiceType() {
return invoiceType;
}
public InvoiceManageListVO setInvoiceType(Integer invoiceType) {
this.invoiceType = invoiceType;
return this;
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment