yanghb
2023-04-21 75a2623173bcc4a235aa1f99f7ef28519186160b
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() {