| | |
| | | private Integer state; |
| | | @ApiModelProperty("订单改派状态(0=未改派,1=改派中,2=已改派)") |
| | | private Integer reassignNotice; |
| | | @ApiModelProperty("开始纬度") |
| | | private String startLat; |
| | | @ApiModelProperty("开始经度") |
| | | private String startLon; |
| | | @ApiModelProperty("结束纬度") |
| | | private String nextLatitude; |
| | | @ApiModelProperty("结束经度") |
| | | private String nextLongitude; |
| | | @ApiModelProperty("结束纬度") |
| | | private String endLat; |
| | | @ApiModelProperty("结束经度") |
| | | private String endLon; |
| | | @ApiModelProperty("计费方式(1=线上计费,2=线下计费)") |
| | | private Integer payManner; |
| | | |
| | | public String getEndLat() { |
| | | return endLat; |
| | | } |
| | | |
| | | public void setEndLat(String endLat) { |
| | | this.endLat = endLat; |
| | | } |
| | | |
| | | public String getEndLon() { |
| | | return endLon; |
| | | } |
| | | |
| | | public void setEndLon(String endLon) { |
| | | this.endLon = endLon; |
| | | } |
| | | |
| | | public String getStartLat() { |
| | | return startLat; |
| | | } |
| | | |
| | | public void setStartLat(String startLat) { |
| | | this.startLat = startLat; |
| | | } |
| | | |
| | | public String getStartLon() { |
| | | return startLon; |
| | | } |
| | | |
| | | public void setStartLon(String startLon) { |
| | | this.startLon = startLon; |
| | | } |
| | | |
| | | public String getNextLatitude() { |
| | | return nextLatitude; |
| | | } |
| | | |
| | | public void setNextLatitude(String nextLatitude) { |
| | | this.nextLatitude = nextLatitude; |
| | | } |
| | | |
| | | public String getNextLongitude() { |
| | | return nextLongitude; |
| | | } |
| | | |
| | | public void setNextLongitude(String nextLongitude) { |
| | | this.nextLongitude = nextLongitude; |
| | | } |
| | | |
| | | public Integer getOrderId() { |
| | | return orderId; |
| | |
| | | public void setReassignNotice(Integer reassignNotice) { |
| | | this.reassignNotice = reassignNotice; |
| | | } |
| | | |
| | | public Integer getPayManner() { |
| | | return payManner; |
| | | } |
| | | |
| | | public void setPayManner(Integer payManner) { |
| | | this.payManner = payManner; |
| | | } |
| | | } |