whyclxw
2025-06-12 ac4f36a716198037fc9d3af8c51b4be9ca159b96
src/main/java/com/whyc/mapper/BattInfMapper.java
@@ -53,4 +53,6 @@
    List<BattInf> getPerformanceStatistic(@Param("stic") PerformanceStic stic);
    //本年度已/未放电数量统计右侧图表(1.2.5)
    List<BattInf> getDischrChart(@Param("uid") Integer uid);
    //优良电源数量统计(1.2.7)
    List<BattInf> getPwr7Statistic(@Param("stic") Pwr7Stic stic);
}