Commit deb1f4e0 by guojuxing

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

parent 8693cf49
......@@ -163,6 +163,10 @@ public class InvoiceManagerDetailVO implements Serializable{
this.invoiceType = invoiceType;
}
public Integer getInvoiceType() {
return invoiceType;
}
public String getInvoiceTypeStr() {
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