Commit e6187b96 by guojuxing

开票申请校验调整

parent cc56cc58
...@@ -153,6 +153,10 @@ public class InvoiceListVO implements Serializable { ...@@ -153,6 +153,10 @@ public class InvoiceListVO implements Serializable {
this.invoiceType = invoiceType; this.invoiceType = invoiceType;
} }
public Integer getInvoiceType() {
return invoiceType;
}
public String getInvoiceTypeStr() { public String getInvoiceTypeStr() {
return InvoiceTypeEnum.getMessageByCode(invoiceType); return InvoiceTypeEnum.getMessageByCode(invoiceType);
} }
......
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