| | |
| | | */ |
| | | @TableField("tipMoney") |
| | | private Double tipMoney; |
| | | //节假费 |
| | | @TableField("holidayFee") |
| | | private Double holidayFee; |
| | | /** |
| | | * 红包抵扣金额 |
| | | */ |
| | |
| | | @TableField("activityId") |
| | | private Integer activityId; |
| | | /** |
| | | * 打折卡id |
| | | */ |
| | | @TableField("taxiCardId") |
| | | private Integer taxiCardId; |
| | | /** |
| | | * 打车卡记录id |
| | | */ |
| | | @TableField("userTaxiCardId") |
| | | private Integer userTaxiCardId; |
| | | /** |
| | | * 优惠金额 |
| | | */ |
| | | @TableField("discountAmount") |
| | | private Double discountAmount; |
| | | /** |
| | | * 公司id |
| | | */ |
| | | @TableField("companyId") |
| | |
| | | */ |
| | | @TableField("payMoney") |
| | | private Double payMoney; |
| | | //感谢费 |
| | | @TableField("thankYouFee") |
| | | private Double thankYouFee; |
| | | /** |
| | | * 是否是代下单(0:否,1:是) |
| | | */ |
| | |
| | | */ |
| | | @TableField("trackId") |
| | | private String trackId; |
| | | /** |
| | | * 设备号 |
| | | */ |
| | | @TableField("deviceCode") |
| | | private String deviceCode; |
| | | /** |
| | | * 是否删除(1=否,2=是) |
| | | */ |
| | |
| | | this.tipMoney = tipMoney; |
| | | } |
| | | |
| | | public Double getHolidayFee() { |
| | | return holidayFee; |
| | | } |
| | | |
| | | public void setHolidayFee(Double holidayFee) { |
| | | this.holidayFee = holidayFee; |
| | | } |
| | | |
| | | public Double getRedPacketMoney() { |
| | | return redPacketMoney; |
| | | } |
| | |
| | | this.couponId = couponId; |
| | | } |
| | | |
| | | public Integer getTaxiCardId() { |
| | | return taxiCardId; |
| | | } |
| | | |
| | | public void setTaxiCardId(Integer taxiCardId) { |
| | | this.taxiCardId = taxiCardId; |
| | | } |
| | | |
| | | public Integer getUserTaxiCardId() { |
| | | return userTaxiCardId; |
| | | } |
| | | |
| | | public void setUserTaxiCardId(Integer userTaxiCardId) { |
| | | this.userTaxiCardId = userTaxiCardId; |
| | | } |
| | | |
| | | public Double getDiscountAmount() { |
| | | return discountAmount; |
| | | } |
| | | |
| | | public void setDiscountAmount(Double discountAmount) { |
| | | this.discountAmount = discountAmount; |
| | | } |
| | | |
| | | public Integer getCompanyId() { |
| | | return companyId; |
| | | } |
| | |
| | | |
| | | public void setPayMoney(Double payMoney) { |
| | | this.payMoney = payMoney; |
| | | } |
| | | |
| | | public Double getThankYouFee() { |
| | | return thankYouFee; |
| | | } |
| | | |
| | | public void setThankYouFee(Double thankYouFee) { |
| | | this.thankYouFee = thankYouFee; |
| | | } |
| | | |
| | | public Integer getSubstitute() { |
| | |
| | | this.bindId = bindId; |
| | | } |
| | | |
| | | public String getDeviceCode() { |
| | | return deviceCode; |
| | | } |
| | | |
| | | public void setDeviceCode(String deviceCode) { |
| | | this.deviceCode = deviceCode; |
| | | } |
| | | |
| | | @Override |
| | | public String toString() { |
| | | return "OrderTaxi{" + |