Pu Zhibing
2025-08-01 6363b9b78815174db6f31ba116b5dc33c50e7e84
新增加三方业务流程代码
1个文件已修改
111 ■■■■■ 已修改文件
UserQYTTravel/guns-admin/src/main/java/com/stylefeng/guns/modular/specialTrain/model/OrderPrivateCar.java 111 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
UserQYTTravel/guns-admin/src/main/java/com/stylefeng/guns/modular/specialTrain/model/OrderPrivateCar.java
@@ -1273,5 +1273,114 @@
        this.recoveryOrder = recoveryOrder;
    }
    
    public Long getPromotionActivityId() {
        return promotionActivityId;
    }
    
}
    public void setPromotionActivityId(Long promotionActivityId) {
        this.promotionActivityId = promotionActivityId;
    }
    @Override public String toString() {
    return "OrderPrivateCar{" +
            "id=" + id +
            ", type=" + type +
            ", crossCityOrderId=" + crossCityOrderId +
            ", place=" + place +
            ", userId=" + userId +
            ", serverCarModel='" + serverCarModel + '\'' +
            ", serverCarModelId=" + serverCarModelId +
            ", driverId=" + driverId +
            ", carId=" + carId +
            ", orderNum='" + orderNum + '\'' +
            ", placementLon=" + placementLon +
            ", placementLat=" + placementLat +
            ", placementAddress='" + placementAddress + '\'' +
            ", startLon=" + startLon +
            ", startLat=" + startLat +
            ", startAddress='" + startAddress + '\'' +
            ", endLon=" + endLon +
            ", 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 +
            ", startMileage=" + startMileage +
            ", startMoney=" + startMoney +
            ", mileageKilometers=" + mileageKilometers +
            ", mileageMoney=" + mileageMoney +
            ", duration=" + duration +
            ", durationMoney=" + durationMoney +
            ", wait=" + wait +
            ", waitMoney=" + waitMoney +
            ", longDistance=" + longDistance +
            ", longDistanceMoney=" + longDistanceMoney +
            ", parkMoney=" + parkMoney +
            ", roadTollMoney=" + roadTollMoney +
            ", 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 + '\'' +
            ", 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 + '\'' +
            ", peopleNum=" + peopleNum +
            ", rideType=" + rideType +
            ", pid=" + pid +
            ", abnormal=" + abnormal +
            ", promotion=" + promotion +
            ", promotionUser='" + promotionUser + '\'' +
            ", promotionPhone='" + promotionPhone + '\'' +
            ", abnormalIntro='" + abnormalIntro + '\'' +
            ", abnormalImg='" + abnormalImg + '\'' +
            ", promotionDriverId=" + promotionDriverId +
            ", promotionMoney=" + promotionMoney +
            ", totalPeopleNum=" + totalPeopleNum +
            ", estimateMileage=" + estimateMileage +
            ", estimateTime=" + estimateTime +
            ", spellSuccess=" + spellSuccess +
            ", splitAllocation='" + splitAllocation + '\'' +
            ", responsibilityType=" + responsibilityType +
            ", promotionActivityId=" + promotionActivityId +
            ", travelId='" + travelId + '\'' +
            ", isCreated=" + isCreated +
            ", recoveryOrder=" + recoveryOrder +
            '}';
}}