guyue
2025-08-18 9a8f26b7bb120bc7a00811c04c3667b60b9d16a4
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