whycxzp
2023-07-27 53568839cae3f463bf85f42763594cc7fa44a1e3
src/main/java/com/whyc/mapper/BattalarmDataMapper.java
@@ -77,6 +77,8 @@
    int getCapAlarmNum(int userId);
    int getCountByStationIds(List<String> stationIdList);
    int getCountByStationIds(List<String> stationIdList, Integer level);
    List<BattalarmData> getListByStationIds(List<String> stationIdList);
}