| | |
| | | import com.whyc.dto.Real.QuarterDto; |
| | | import com.whyc.dto.Response; |
| | | 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.factory.InfoFactory; |
| | |
| | | public List<BattInf> getMonStatistic(MonStic stic) { |
| | | return mapper.getMonStatistic(stic); |
| | | } |
| | | //蓄电池组对比分析界面 |
| | | //蓄电池组对比分析界面15 |
| | | public List<BattInf> getBattCompare15Statistic(BattCompareStic stic) { |
| | | return mapper.getBattCompare15Statistic(stic); |
| | | } |
| | |
| | | Map<Integer,String> map= Capperformance.getOpInfo(); |
| | | return new Response().setII(1,true,map,"获取容量性能(下拉)"); |
| | | } |
| | | //蓄电池组对比分析界面 |
| | | //蓄电池组对比分析界面16 |
| | | public List<BattInf> getBattCompare16Statistic(BattCompareStic stic) { |
| | | return mapper.getBattCompare16Statistic(stic); |
| | | } |
| | | //蓄电池组对比分析界面 |
| | | //蓄电池组对比分析界面17 |
| | | public List<BattInf> getBattCompare17Statistic(BattCompareStic stic) { |
| | | return mapper.getBattCompare17Statistic(stic); |
| | | } |
| | | //本年度已放电数量统计(1.2.5) |
| | | public List<BattInf> getDischr5Statistic(DisChargeStic stic) { |
| | | return mapper.getDischr5Statistic(stic); |
| | | } |
| | | } |