Pu Zhibing
2025-04-07 4109495b9c51a4bbd8b0a7c3c69093909d2e33e1
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();
}