| | |
| | | @TableId(value = "id", type = IdType.AUTO) |
| | | private Integer id; |
| | | /** |
| | | * 订单类型(1=普通订单,2=摆渡订单) |
| | | */ |
| | | private Integer type; |
| | | /** |
| | | * 跨城订单id(摆渡专用) |
| | | */ |
| | | private Integer crossCityOrderId; |
| | | /** |
| | | * 摆渡方位(1=跨城起点,2=跨城终点) |
| | | */ |
| | | private Integer place; |
| | | /** |
| | | * 用户id |
| | | */ |
| | | private Integer userId; |
| | |
| | | */ |
| | | private BigDecimal tipMoney; |
| | | /** |
| | | * 节假费 |
| | | */ |
| | | private BigDecimal holidayFee; |
| | | /** |
| | | * 红包抵扣金额 |
| | | */ |
| | | private BigDecimal redPacketMoney; |
| | |
| | | */ |
| | | private Integer couponId; |
| | | /** |
| | | * 折扣 |
| | | */ |
| | | private Double discount; |
| | | /** |
| | | * 折扣优惠金额 |
| | | */ |
| | | private Double discountMoney; |
| | | /** |
| | | * 折扣活动id |
| | | */ |
| | | private Integer activityId; |
| | | /** |
| | | * 打车卡id |
| | | */ |
| | | private Integer taxiCardId; |
| | | /** |
| | | * 打车卡记录id |
| | | */ |
| | | private Integer userTaxiCardId; |
| | | /** |
| | | * 优惠金额 |
| | | */ |
| | | private Double discountAmount; |
| | | /** |
| | | * 公司id |
| | | */ |
| | | private Integer companyId; |
| | |
| | | * 支付金额 |
| | | */ |
| | | private BigDecimal payMoney; |
| | | /** |
| | | * 感谢费 |
| | | */ |
| | | private BigDecimal thankYouFee; |
| | | /** |
| | | * 是否是代下单(0:否,1:是) |
| | | */ |
| | |
| | | */ |
| | | private String passengersPhone; |
| | | /** |
| | | * 备注 |
| | | */ |
| | | private String remark; |
| | | /** |
| | | * 状态(1=待接单,2=待出发,3=待到达预约地点,4=待乘客上车,5=服务中,6=完成服务,7=待支付,8=待评价,9=已完成,10=已取消,11=改派中,12=取消待支付) |
| | | * 状态(1=待接单,2=待出发,3=待到达预约地点,4=待乘客上车,5=服务中,6=完成服务,7=待支付,8=待评价,9=已完成,10=已取消,11=改派中) |
| | | */ |
| | | private Integer state; |
| | | /** |
| | | * 状态(改派前订单状态) |
| | | */ |
| | | private Integer oldState; |
| | | /** |
| | | * 下单时间 |
| | | */ |
| | |
| | | */ |
| | | private Integer isReassign; |
| | | /** |
| | | * 改派通知(0=没有改派,1=改派中,2=已改派) |
| | | */ |
| | | private Integer reassignNotice; |
| | | /** |
| | | * 高德猎鹰上的轨迹id |
| | | */ |
| | | private String trackId; |
| | | /** |
| | | * 是否删除 1=否 2=是 |
| | | */ |
| | | private Integer isDelete; |
| | | /** |
| | | * 状态(改派前订单状态) |
| | | */ |
| | | private Integer oldState; |
| | | /** |
| | | * 移动小号 |
| | | */ |
| | | private String telX; |
| | | /** |
| | | * 移动小号绑定关系id |
| | | */ |
| | | private String bindId; |
| | | |
| | | public Integer getOldState() { |
| | | return oldState; |
| | | } |
| | | |
| | | public void setOldState(Integer oldState) { |
| | | this.oldState = oldState; |
| | | } |
| | | |
| | | public Integer getIsDelete() { |
| | | return isDelete; |
| | | } |
| | | |
| | | public void setIsDelete(Integer isDelete) { |
| | | this.isDelete = isDelete; |
| | | } |
| | | |
| | | public Integer getId() { |
| | | return id; |
| | |
| | | |
| | | public void setId(Integer id) { |
| | | this.id = id; |
| | | } |
| | | |
| | | public Integer getType() { |
| | | return type; |
| | | } |
| | | |
| | | public void setType(Integer type) { |
| | | this.type = type; |
| | | } |
| | | |
| | | public Integer getCrossCityOrderId() { |
| | | return crossCityOrderId; |
| | | } |
| | | |
| | | public void setCrossCityOrderId(Integer crossCityOrderId) { |
| | | this.crossCityOrderId = crossCityOrderId; |
| | | } |
| | | |
| | | public Integer getPlace() { |
| | | return place; |
| | | } |
| | | |
| | | public void setPlace(Integer place) { |
| | | this.place = place; |
| | | } |
| | | |
| | | public Integer getUserId() { |
| | |
| | | this.tipMoney = tipMoney; |
| | | } |
| | | |
| | | public BigDecimal getHolidayFee() { |
| | | return holidayFee; |
| | | } |
| | | |
| | | public void setHolidayFee(BigDecimal holidayFee) { |
| | | this.holidayFee = holidayFee; |
| | | } |
| | | |
| | | public BigDecimal getRedPacketMoney() { |
| | | return redPacketMoney; |
| | | } |
| | |
| | | this.couponId = couponId; |
| | | } |
| | | |
| | | public Double getDiscount() { |
| | | return discount; |
| | | } |
| | | |
| | | public void setDiscount(Double discount) { |
| | | this.discount = discount; |
| | | } |
| | | |
| | | public Double getDiscountMoney() { |
| | | return discountMoney; |
| | | } |
| | | |
| | | public void setDiscountMoney(Double discountMoney) { |
| | | this.discountMoney = discountMoney; |
| | | } |
| | | |
| | | public Integer getActivityId() { |
| | | return activityId; |
| | | } |
| | | |
| | | public void setActivityId(Integer activityId) { |
| | | 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(BigDecimal payMoney) { |
| | | this.payMoney = payMoney; |
| | | } |
| | | |
| | | public BigDecimal getThankYouFee() { |
| | | return thankYouFee; |
| | | } |
| | | |
| | | public void setThankYouFee(BigDecimal thankYouFee) { |
| | | this.thankYouFee = thankYouFee; |
| | | } |
| | | |
| | | public Integer getSubstitute() { |
| | |
| | | |
| | | public void setPassengersPhone(String passengersPhone) { |
| | | this.passengersPhone = passengersPhone; |
| | | } |
| | | |
| | | public String getRemark() { |
| | | return remark; |
| | | } |
| | | |
| | | public void setRemark(String remark) { |
| | | this.remark = remark; |
| | | } |
| | | |
| | | public Integer getState() { |
| | |
| | | this.isReassign = isReassign; |
| | | } |
| | | |
| | | public Integer getReassignNotice() { |
| | | return reassignNotice; |
| | | } |
| | | |
| | | public void setReassignNotice(Integer reassignNotice) { |
| | | this.reassignNotice = reassignNotice; |
| | | } |
| | | |
| | | public String getTrackId() { |
| | | return trackId; |
| | | } |
| | | |
| | | public void setTrackId(String trackId) { |
| | | this.trackId = trackId; |
| | | } |
| | | |
| | | public Integer getIsDelete() { |
| | | return isDelete; |
| | | } |
| | | |
| | | public void setIsDelete(Integer isDelete) { |
| | | this.isDelete = isDelete; |
| | | } |
| | | |
| | | public Integer getOldState() { |
| | | return oldState; |
| | | } |
| | | |
| | | public void setOldState(Integer oldState) { |
| | | this.oldState = oldState; |
| | | } |
| | | |
| | | public String getTelX() { |
| | | return telX; |
| | | } |
| | | |
| | | public void setTelX(String telX) { |
| | | this.telX = telX; |
| | | } |
| | | |
| | | public String getBindId() { |
| | | return bindId; |
| | | } |
| | | |
| | | public void setBindId(String bindId) { |
| | | this.bindId = bindId; |
| | | } |
| | | |
| | | @Override |
| | | protected Serializable pkVal() { |
| | | return this.id; |
| | |
| | | @Override |
| | | public String toString() { |
| | | return "TOrderTaxi{" + |
| | | "id=" + id + |
| | | ", type=" + type + |
| | | ", crossCityOrderId=" + crossCityOrderId + |
| | | ", place=" + place + |
| | | ", userId=" + userId + |
| | | ", driverId=" + driverId + |
| | | ", carId=" + carId + |
| | | ", orderNum=" + orderNum + |
| | | ", placementLon=" + placementLon + |
| | | ", placementLat=" + placementLat + |
| | | ", placementAddress=" + placementAddress + |
| | | ", startLon=" + startLon + |
| | | ", startLat=" + startLat + |
| | | ", endLon=" + endLon + |
| | | ", startAddress=" + startAddress + |
| | | ", endLat=" + endLat + |
| | | ", endAddress=" + endAddress + |
| | | ", boardingLon=" + boardingLon + |
| | | ", boardingLat=" + boardingLat + |
| | | ", boardingAddress=" + boardingAddress + |
| | | ", boardingTime=" + boardingTime + |
| | | ", getoffLon=" + getoffLon + |
| | | ", getoffLat=" + getoffLat + |
| | | ", getoffAddress=" + getoffAddress + |
| | | ", getoffTime=" + getoffTime + |
| | | ", mileage=" + mileage + |
| | | ", payManner=" + payManner + |
| | | ", payType=" + payType + |
| | | ", orderMoney=" + orderMoney + |
| | | ", travelMoney=" + travelMoney + |
| | | ", parkMoney=" + parkMoney + |
| | | ", roadTollMoney=" + roadTollMoney + |
| | | ", tipMoney=" + tipMoney + |
| | | ", holidayFee=" + holidayFee + |
| | | ", redPacketMoney=" + redPacketMoney + |
| | | ", couponMoney=" + couponMoney + |
| | | ", redPacketId=" + redPacketId + |
| | | ", couponId=" + couponId + |
| | | ", discount=" + discount + |
| | | ", discountMoney=" + discountMoney + |
| | | ", activityId=" + activityId + |
| | | ", taxiCardId=" + taxiCardId + |
| | | ", userTaxiCardId=" + userTaxiCardId + |
| | | ", discountAmount=" + discountAmount + |
| | | ", companyId=" + companyId + |
| | | ", payMoney=" + payMoney + |
| | | ", thankYouFee=" + thankYouFee + |
| | | ", substitute=" + substitute + |
| | | ", passengers=" + passengers + |
| | | ", passengersPhone=" + passengersPhone + |
| | | ", remark=" + remark + |
| | | ", state=" + state + |
| | | ", insertTime=" + insertTime + |
| | | ", travelTime=" + travelTime + |
| | | ", snatchOrderTime=" + snatchOrderTime + |
| | | ", setOutTime=" + setOutTime + |
| | | ", arriveTime=" + arriveTime + |
| | | ", startServiceTime=" + startServiceTime + |
| | | ", endServiceTime=" + endServiceTime + |
| | | ", orderType=" + orderType + |
| | | ", orderSource=" + orderSource + |
| | | ", invoiceId=" + invoiceId + |
| | | ", isReassign=" + isReassign + |
| | | ", reassignNotice=" + reassignNotice + |
| | | ", trackId=" + trackId + |
| | | ", isDelete=" + isDelete + |
| | | ", oldState=" + oldState + |
| | | ", telX=" + telX + |
| | | ", bindId=" + bindId + |
| | | "}"; |
| | | "id=" + id + |
| | | ", userId=" + userId + |
| | | ", driverId=" + driverId + |
| | | ", carId=" + carId + |
| | | ", orderNum=" + orderNum + |
| | | ", placementLon=" + placementLon + |
| | | ", placementLat=" + placementLat + |
| | | ", placementAddress=" + placementAddress + |
| | | ", startLon=" + startLon + |
| | | ", startLat=" + startLat + |
| | | ", endLon=" + endLon + |
| | | ", startAddress=" + startAddress + |
| | | ", endLat=" + endLat + |
| | | ", endAddress=" + endAddress + |
| | | ", boardingLon=" + boardingLon + |
| | | ", boardingLat=" + boardingLat + |
| | | ", boardingAddress=" + boardingAddress + |
| | | ", boardingTime=" + boardingTime + |
| | | ", getoffLon=" + getoffLon + |
| | | ", getoffLat=" + getoffLat + |
| | | ", getoffAddress=" + getoffAddress + |
| | | ", getoffTime=" + getoffTime + |
| | | ", mileage=" + mileage + |
| | | ", payManner=" + payManner + |
| | | ", payType=" + payType + |
| | | ", orderMoney=" + orderMoney + |
| | | ", travelMoney=" + travelMoney + |
| | | ", parkMoney=" + parkMoney + |
| | | ", roadTollMoney=" + roadTollMoney + |
| | | ", tipMoney=" + tipMoney + |
| | | ", redPacketMoney=" + redPacketMoney + |
| | | ", couponMoney=" + couponMoney + |
| | | ", redPacketId=" + redPacketId + |
| | | ", couponId=" + couponId + |
| | | ", companyId=" + companyId + |
| | | ", payMoney=" + payMoney + |
| | | ", substitute=" + substitute + |
| | | ", passengers=" + passengers + |
| | | ", passengersPhone=" + passengersPhone + |
| | | ", state=" + state + |
| | | ", insertTime=" + insertTime + |
| | | ", travelTime=" + travelTime + |
| | | ", snatchOrderTime=" + snatchOrderTime + |
| | | ", setOutTime=" + setOutTime + |
| | | ", arriveTime=" + arriveTime + |
| | | ", startServiceTime=" + startServiceTime + |
| | | ", endServiceTime=" + endServiceTime + |
| | | ", orderType=" + orderType + |
| | | ", orderSource=" + orderSource + |
| | | ", invoiceId=" + invoiceId + |
| | | ", isReassign=" + isReassign + |
| | | "}"; |
| | | } |
| | | } |