Pu Zhibing
2025-08-01 926e065fb0b4424d0d51023c234a92433bac61c8
UserQYTTravel/guns-admin/src/main/java/com/stylefeng/guns/modular/specialTrain/model/OrderPrivateCar.java
@@ -474,6 +474,8 @@
   private String splitAllocation;
   
   private Integer responsibilityType;
   private Long promotionActivityId;
   /**
    * 中台行程id
    */
@@ -1271,81 +1273,5 @@
      this.recoveryOrder = recoveryOrder;
   }
   
   @Override
   public String toString() {
      return "OrderPrivateCar{" +
            "id=" + id +
            ", type=" + type +
            ", crossCityOrderId=" + crossCityOrderId +
            ", place=" + place +
            ", userId=" + userId +
            ", 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 +
            ", redPacketMoney=" + redPacketMoney +
            ", couponMoney=" + couponMoney +
            ", redPacketId=" + redPacketId +
            ", couponId=" + couponId +
            ", discount=" + discount +
            ", discountMoney=" + discountMoney +
            ", activityId=" + activityId +
            ", 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 +
            ", reassignNotice=" + reassignNotice +
            ", trackId='" + trackId + '\'' +
            ", isDelete=" + isDelete +
            ", oldState=" + oldState +
            ", telX='" + telX + '\'' +
            ", bindId='" + bindId + '\'' +
            '}';
   }
}