| | |
| | | */ |
| | | private Date getoffTime; |
| | | /** |
| | | * 上车地址 |
| | | */ |
| | | private String boardingAddress; |
| | | /** |
| | | * 上车经度 |
| | | */ |
| | | private String boardingLng; |
| | | /** |
| | | * 上车纬度 |
| | | */ |
| | | private String boardingLat; |
| | | /** |
| | | * 下车地址 |
| | | */ |
| | | private String debusAddress; |
| | | /** |
| | | * 下车经度 |
| | | */ |
| | | private String debusLng; |
| | | /** |
| | | * 下车纬度 |
| | | */ |
| | | private String debusLat; |
| | | /** |
| | | * 预估价 |
| | | */ |
| | | private BigDecimal estimatedPrice; |
| | |
| | | this.estimatedPrice = estimatedPrice; |
| | | } |
| | | |
| | | public String getBoardingAddress() { |
| | | return boardingAddress; |
| | | } |
| | | |
| | | public void setBoardingAddress(String boardingAddress) { |
| | | this.boardingAddress = boardingAddress; |
| | | } |
| | | |
| | | public String getBoardingLng() { |
| | | return boardingLng; |
| | | } |
| | | |
| | | public void setBoardingLng(String boardingLng) { |
| | | this.boardingLng = boardingLng; |
| | | } |
| | | |
| | | public String getBoardingLat() { |
| | | return boardingLat; |
| | | } |
| | | |
| | | public void setBoardingLat(String boardingLat) { |
| | | this.boardingLat = boardingLat; |
| | | } |
| | | |
| | | public String getDebusAddress() { |
| | | return debusAddress; |
| | | } |
| | | |
| | | public void setDebusAddress(String debusAddress) { |
| | | this.debusAddress = debusAddress; |
| | | } |
| | | |
| | | public String getDebusLng() { |
| | | return debusLng; |
| | | } |
| | | |
| | | public void setDebusLng(String debusLng) { |
| | | this.debusLng = debusLng; |
| | | } |
| | | |
| | | public String getDebusLat() { |
| | | return debusLat; |
| | | } |
| | | |
| | | public void setDebusLat(String debusLat) { |
| | | this.debusLat = debusLat; |
| | | } |
| | | |
| | | public BigDecimal getOrderMoney() { |
| | | return orderMoney; |
| | | } |