| | |
| | | |
| | | 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.dto.Statistic.*; |
| | | import com.whyc.pojo.db_station.BattInf; |
| | | import org.apache.ibatis.annotations.Param; |
| | | |
| | |
| | | List<BattInf> getDischr5Statistic(@Param("stic") DisChargeStic stic); |
| | | //本年度已放电数量统计(1.2.6) |
| | | List<BattInf> getDischr6Statistic(@Param("stic") DisChargeStic stic); |
| | | //电池组电池性能统计(未放电,优秀,劣化,损坏)统计(1.2.8/9/10) |
| | | List<BattInf> getPerformanceStatistic(@Param("stic") PerformanceStic stic); |
| | | } |