ManagementNTTravel/guns-admin/src/main/java/com/stylefeng/guns/modular/system/model/TInvoice.java
@@ -32,6 +32,10 @@ */ private Integer type; /** * 发票金额 1=普票 2=专票 */ private Integer invoiceType; /** * 抬头名称(公司名称/个人姓名) */ private String name; @@ -72,6 +76,13 @@ */ private Date insertTime; public Integer getInvoiceType() { return invoiceType; } public void setInvoiceType(Integer invoiceType) { this.invoiceType = invoiceType; } public Integer getId() { return id;