xuhy
3 天以前 2103c9676bf98087aee3032c3f6cc15ed2837d0c
UserOKTravel/guns-admin/src/main/java/com/stylefeng/guns/modular/taxi/service/IOrderTaxiService.java
@@ -7,6 +7,7 @@
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;
@@ -27,8 +28,14 @@
     * @throws Exception
     */
    ResultUtil<BaseWarpper> taxiOrder(OrderTaxi orderTaxi, Integer uid,String areaCode) throws Exception;
    /**
     * 获取预估金额
     * @param warpper
     * @return
     */
    ResultUtil<Double> getForecastPrice(ForecastPriceWarpper warpper);
    /**
     * 继续推送操作
     * @param id