Pu Zhibing
2025-04-09 b8a3a680f3e6720a8329bfaae571b09659aace52
ruoyi-modules/ruoyi-system/src/main/java/com/ruoyi/system/service/ICarService.java
@@ -26,4 +26,9 @@
    * @return
    */
   PageInfo<CarListResp> getCarList(CarListReq carListReq);
   /**
    * 定时任务修改车辆状态
    */
   void taskUpdateCarStatus();
}