xuhy
2025-09-16 f2057bd69558d42de70a4b8a169a2b86e49b9b19
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;
}