| | |
| | | import com.whyc.dto.BattDto; |
| | | import com.whyc.dto.InfoDto; |
| | | import com.whyc.dto.Statistic.BattCompareStic; |
| | | import com.whyc.dto.Statistic.DisChargeStic; |
| | | import com.whyc.dto.Statistic.MonStic; |
| | | import com.whyc.dto.Statistic.StationStic; |
| | | import com.whyc.pojo.db_station.BattInf; |
| | |
| | | List<BattInf> getBattCompare16Statistic(@Param("stic") BattCompareStic stic); |
| | | //蓄电池组对比分析界面 |
| | | List<BattInf> getBattCompare17Statistic(@Param("stic") BattCompareStic stic); |
| | | //本年度已放电数量统计(1.2.5) |
| | | List<BattInf> getDischr5Statistic(@Param("stic") DisChargeStic stic); |
| | | } |