liujie
2023-05-26 f9de931c4457c2a6bfe395879e3b2f2bfd7d9692
src/main/java/com/stylefeng/guns/modular/system/model/TOrder.java
@@ -232,6 +232,16 @@
    @TableField("pay_carriers_time")
    private Date payCarriersTime;
    public String getNote() {
        return note;
    }
    public void setNote(String note) {
        this.note = note;
    }
    private String note;
    public Date getOrderOkTime() {
        return orderOkTime;
    }
@@ -264,6 +274,8 @@
        this.paid = paid;
    }
    @TableField("pickup_time_truck")
    private Date pickupTimeTruck;
    public Integer getPayStatus() {
        return payStatus;
@@ -336,6 +348,48 @@
    @TableField("truck_company")
    private String truckCompany;
    @TableField("admin_invoice")
    private Integer adminInvoice;
    @TableField("admin_bill")
    private Integer adminBill;
    public Integer getAdminInvoice() {
        return adminInvoice;
    }
    public void setAdminInvoice(Integer adminInvoice) {
        this.adminInvoice = adminInvoice;
    }
    public Integer getAdminBill() {
        return adminBill;
    }
    public void setAdminBill(Integer adminBill) {
        this.adminBill = adminBill;
    }
    public Integer getCompanyInvoice() {
        return companyInvoice;
    }
    public void setCompanyInvoice(Integer companyInvoice) {
        this.companyInvoice = companyInvoice;
    }
    public Integer getCompanyBill() {
        return companyBill;
    }
    public void setCompanyBill(Integer companyBill) {
        this.companyBill = companyBill;
    }
    @TableField("company_invoice")
    private Integer companyInvoice;
    @TableField("company_bill")
    private Integer companyBill;
    public String getTruckCompany() {
        return truckCompany;
    }
@@ -352,8 +406,6 @@
        this.pickupTimeTruck = pickupTimeTruck;
    }
    @TableField("pickup_time_truck")
    private Date pickupTimeTruck;
    public Integer getStreetTurn() {
        return streetTurn;