| | |
| | | import com.stylefeng.guns.modular.system.warpper.OrderServerWarpper; |
| | | import com.stylefeng.guns.modular.system.warpper.OrderStatusWarpper; |
| | | import com.stylefeng.guns.modular.taxi.model.OrderTaxi; |
| | | import com.stylefeng.guns.modular.taxi.warpper.ForecastPriceWarpper; |
| | | import com.stylefeng.guns.modular.taxi.warpper.OrderTaxiWarpper; |
| | | |
| | | import java.util.Date; |
| | |
| | | * @throws Exception |
| | | */ |
| | | ResultUtil<BaseWarpper> taxiOrder(OrderTaxi orderTaxi, Integer uid,String areaCode) throws Exception; |
| | | |
| | | |
| | | |
| | | /** |
| | | * 获取预估金额 |
| | | * @param warpper |
| | | * @return |
| | | */ |
| | | ResultUtil<Double> getForecastPrice(ForecastPriceWarpper warpper); |
| | | |
| | | /** |
| | | * 继续推送操作 |
| | | * @param id |