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(); }