| | |
| | | import com.stylefeng.guns.modular.system.model.OrderPrivateCar; |
| | | import com.stylefeng.guns.modular.system.util.ResultUtil; |
| | | |
| | | import java.util.Date; |
| | | import java.util.List; |
| | | import java.util.Map; |
| | | |
| | |
| | | */ |
| | | ResultUtil cancelOrder(Integer orderId) throws Exception; |
| | | |
| | | |
| | | /** |
| | | * 添加专车订单 |
| | | * @param uid |
| | | * @param serverCarModelId |
| | | * @param travelTime |
| | | * @param orderType |
| | | * @param placementLon |
| | | * @param placementLat |
| | | * @param startLon |
| | | * @param startLat |
| | | * @param startAddress |
| | | * @param endLon |
| | | * @param endLat |
| | | * @param endAddress |
| | | * @param passengers |
| | | * @param passengersPhone |
| | | * @param driverId |
| | | * @return |
| | | * @throws Exception |
| | | */ |
| | | ResultUtil saveOrderPrivateCar(Integer uid, Integer serverCarModelId, Date travelTime, Integer orderType, String placementLon, String placementLat, String startLon, String startLat, |
| | | String startAddress, String endLon, String endLat, String endAddress, String passengers, String passengersPhone, Integer driverId) throws Exception; |
| | | } |