| | |
| | | import com.stylefeng.guns.modular.system.warpper.OrderServerWarpper; |
| | | import com.stylefeng.guns.modular.taxi.model.OrderTaxi; |
| | | |
| | | import java.math.BigDecimal; |
| | | import java.util.Date; |
| | | import java.util.List; |
| | | import java.util.Map; |
| | |
| | | * @throws Exception |
| | | */ |
| | | ResultUtil<BaseWarpper> saveOrderPrivateCar(Integer serverCarModelId, Date travelTime, Integer reservation, Integer instead, String placementLon, String placementLat, |
| | | String startLon, String startLat, String startAddress, String endLon, String endLat, String endAddress, String name, String phone, Integer orderSource, Integer driverId, Integer type, Integer uid) throws Exception; |
| | | String startLon, String startLat, String startAddress, String endLon, String endLat, String endAddress, String name, |
| | | String phone, Integer orderSource, Integer driverId, Integer type, Integer uid, BigDecimal estimatedPrice, |
| | | String cityCode,Integer carIndex) throws Exception; |
| | | // /** |
| | | // * 专车下单操作 |
| | | // * @param serverCarModelId 服务车型id |
| | | // * @param travelTime 出行时间 |
| | | // * @param reservation 是否预约(1=否,2=是) |
| | | // * @param instead 是否代下单(0=否,1=是) |
| | | // * @param startLon 起点经度 |
| | | // * @param startLat 起点纬度 |
| | | // * @param startAddress 起点详细地址 |
| | | // * @param endLon 终点经度 |
| | | // * @param endLat 终点纬度 |
| | | // * @param endAddress 终点详细地址 |
| | | // * @param name 乘客姓名 |
| | | // * @param phone 乘客电话 |
| | | // * @return |
| | | // * @throws Exception |
| | | // */ |
| | | // ResultUtil<BaseWarpper> saveOrderPrivateCar(Integer serverCarModelId, Date travelTime, Integer reservation, Integer instead, String placementLon, String placementLat, |
| | | // String startLon, String startLat, String startAddress, String endLon, String endLat, String endAddress, String name, |
| | | // String phone, Integer orderSource, Integer driverId, Integer type, Integer uid, BigDecimal estimatedPrice) throws Exception; |
| | | |
| | | |
| | | /** |