whyclxw
2025-05-30 5e17a30123ff6038ca3d3c47cf6f340c1369dbbf
src/main/java/com/whyc/mapper/BattInfMapper.java
@@ -35,4 +35,6 @@
    List<BattInf> getDevStatistic(@Param("stic") StationStic stic);
    //获取设备下电池组个数
    Integer getBattCountBydevId(Integer devId);
    //蓄电池组信息统计
    List<BattInf> getBattStatistic(@Param("stic") StationStic stic);
}