yanghb
2023-04-26 eac64ab2177983cba3a13d2b1a50baa9ab6ff75c
UserTravel/guns-admin/src/main/java/com/stylefeng/guns/modular/CharteredCar/model/OrderCharteredCar.java
@@ -68,9 +68,6 @@
     */
    @TableField("contactPhone")
    private String contactPhone;
    //感谢费
    @TableField("thankYouFee")
    private Double thankYouFee;
    /**
     * 状态(1=待处理,2=已处理,3=已取消)
     */
@@ -178,14 +175,6 @@
    public void setContactPhone(String contactPhone) {
        this.contactPhone = contactPhone;
    }
    public Double getThankYouFee() {
        return thankYouFee;
    }
    public void setThankYouFee(Double thankYouFee) {
        this.thankYouFee = thankYouFee;
    }
    public Integer getState() {