luodangjia
2024-05-24 503bc89c55d675a27b689419aa906a070ca5cb03
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;