Pu Zhibing
2025-06-19 a05b419384e148fc950c77553816a2d05144f4ae
ruoyi-modules/ruoyi-system/src/main/java/com/ruoyi/system/service/IWarnService.java
@@ -39,6 +39,14 @@
    * @return
    */
   PageInfo<CarWarnListResp> getCarWarnList(CarWarnListReq carWarnListReq);
   /**
    * 获取所有报警数据
    * @param carWarnListReq
    * @return
    */
   List<Warn> getAllCarWarnList(CarWarnListReq carWarnListReq);
   
   
   /**
@@ -55,4 +63,11 @@
    * @return
    */
   List<Map<String, Object>> getWarnGroupCountTop10();
   /**
    * 获取根据车辆类型的报警汇总数据
    * @return
    */
   List<Map<String, Object>> getAllWarnGroupVehicleType();
}