| | |
| | | */ |
| | | @TableField("roadTollMoney") |
| | | private Double roadTollMoney; |
| | | //节假费 |
| | | @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("orderType") |
| | | private Integer orderType; |
| | | /** |
| | | * 订单来源(1:APP下单,2:扫码下单,3:小程序下单,4:司机下单,5:调度下单) |
| | | * 订单来源(1:APP下单,2:扫码下单,3:小程序下单,4:司机下单,5:调度下单,6:智慧屏) |
| | | */ |
| | | @TableField("orderSource") |
| | | private Integer orderSource; |
| | |
| | | */ |
| | | @TableField("bindId") |
| | | private String bindId; |
| | | /** |
| | | * 乘车人数 |
| | | */ |
| | | @TableField("peopleNum") |
| | | private Integer peopleNum; |
| | | /** |
| | | * 乘车类型(1=独享,2=一口价,3=拼车) |
| | | */ |
| | | @TableField("rideType") |
| | | private Integer rideType; |
| | | |
| | | @TableField("pid") |
| | | private Integer pid; |
| | | |
| | | private Integer totalPeopleNum; |
| | | /** |
| | | * 预估里程(米) |
| | | */ |
| | | private Double estimateMileage; |
| | | |
| | | private Double estimateTime; |
| | | |
| | | private Integer spellSuccess; |
| | | |
| | | public Integer getSpellSuccess() { |
| | | return spellSuccess; |
| | | } |
| | | |
| | | public void setSpellSuccess(Integer spellSuccess) { |
| | | this.spellSuccess = spellSuccess; |
| | | } |
| | | |
| | | public Double getEstimateTime() { |
| | | return estimateTime; |
| | | } |
| | | |
| | | public void setEstimateTime(Double estimateTime) { |
| | | this.estimateTime = estimateTime; |
| | | } |
| | | |
| | | public Double getEstimateMileage() { |
| | | return estimateMileage; |
| | | } |
| | | |
| | | public void setEstimateMileage(Double estimateMileage) { |
| | | this.estimateMileage = estimateMileage; |
| | | } |
| | | |
| | | public Integer getTotalPeopleNum() { |
| | | return totalPeopleNum; |
| | | } |
| | | |
| | | public void setTotalPeopleNum(Integer totalPeopleNum) { |
| | | this.totalPeopleNum = totalPeopleNum; |
| | | } |
| | | |
| | | public Integer getPid() { |
| | | return pid; |
| | | } |
| | | |
| | | public void setPid(Integer pid) { |
| | | this.pid = pid; |
| | | } |
| | | |
| | | public Integer getPeopleNum() { |
| | | return peopleNum; |
| | | } |
| | | |
| | | public void setPeopleNum(Integer peopleNum) { |
| | | this.peopleNum = peopleNum; |
| | | } |
| | | |
| | | public Integer getRideType() { |
| | | return rideType; |
| | | } |
| | | |
| | | public void setRideType(Integer rideType) { |
| | | this.rideType = rideType; |
| | | } |
| | | |
| | | public Integer getId() { |
| | | return id; |
| | |
| | | this.roadTollMoney = roadTollMoney; |
| | | } |
| | | |
| | | public Double getHolidayFee() { |
| | | return holidayFee; |
| | | } |
| | | |
| | | public void setHolidayFee(Double holidayFee) { |
| | | this.holidayFee = holidayFee; |
| | | } |
| | | |
| | | public Double getRedPacketMoney() { |
| | | return redPacketMoney; |
| | | } |
| | |
| | | this.activityId = activityId; |
| | | } |
| | | |
| | | 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() { |