| | |
| | | */ |
| | | @TableField("tipMoney") |
| | | private Double tipMoney; |
| | | //节假日费 |
| | | @TableField("holidayFee") |
| | | private Double holidayFee; |
| | | /** |
| | | * 红包抵扣金额 |
| | | */ |
| | |
| | | */ |
| | | @TableField("payMoney") |
| | | private Double payMoney; |
| | | //感谢费 |
| | | @TableField("thankYouFee") |
| | | private Double thankYouFee; |
| | | /** |
| | | * 是否是代下单(0:否,1:是) |
| | | */ |
| | |
| | | */ |
| | | @TableField("orderSource") |
| | | private Integer orderSource; |
| | | /** |
| | | * 设备号 |
| | | */ |
| | | @TableField("deviceCode") |
| | | private String deviceCode; |
| | | /** |
| | | * 发票id |
| | | */ |
| | |
| | | this.tipMoney = tipMoney; |
| | | } |
| | | |
| | | public Double getHolidayFee() { |
| | | return holidayFee; |
| | | } |
| | | |
| | | public void setHolidayFee(Double holidayFee) { |
| | | this.holidayFee = holidayFee; |
| | | } |
| | | |
| | | public Double getRedPacketMoney() { |
| | | return redPacketMoney; |
| | | } |
| | |
| | | |
| | | 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{" + |