liujie
2025-08-18 9af8c942ba5083b6953e7c51f20a1b820a71746f
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;
}