whyclxw
2025-06-12 10574a67b78e2578fc10e8fbe83965bf4832c36a
src/main/java/com/whyc/mapper/BattInfMapper.java
@@ -53,6 +53,5 @@
    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);
}