Pu Zhibing
2025-06-04 93c20ce82e56710f7cf93789e7ac7a06153111a1
ruoyi-modules/ruoyi-system/src/main/java/com/ruoyi/system/service/ICarService.java
@@ -18,6 +18,11 @@
    */
   void taskSaveNewCar();
   
   /**
    * 定时保存车辆的司机id
    */
   void taskSaveDriverId();
   
   /**
    * 获取车辆列表数据
@@ -38,4 +43,10 @@
    * @return
    */
   void taskPlayDetection(Integer deviceNumber);
   /**
    * 定时任务获取出租车视频设备号
    */
   void taskGetCarDeviceId();
}