guyue
2025-08-18 9a8f26b7bb120bc7a00811c04c3667b60b9d16a4
DriverOKTravel/guns-admin/src/main/java/com/stylefeng/guns/modular/crossCity/server/IOrderCrossCityService.java
@@ -156,4 +156,15 @@
     * @throws Exception
     */
    List<OrderCrossCity> queryMaturity() throws Exception;
    String getOrderNum(Integer driverId, Integer lineShiftDriverId) throws Exception;
    /**
     * 抢单操作
     * @param orderId
     * @param uid
     * @return
     * @throws Exception
     */
    ResultUtil grabOrder(Integer orderId, Integer uid) throws Exception;
}