yanghb
2023-04-21 7d31c2357e69c5f9e98bc4a38e56656e07ab9dfc
DriverTravel/guns-admin/src/main/java/com/stylefeng/guns/modular/crossCity/server/IOrderCrossCityService.java
@@ -156,12 +156,4 @@
     * @throws Exception
     */
    List<OrderCrossCity> queryMaturity() throws Exception;
    /**
     * 获取需要解绑小号的订单数据
     * @return
     * @throws Exception
     */
    List<OrderCrossCity> taskMidAxbUnBindSend() throws Exception;
}