| | |
| | | package com.whyc.mapper; |
| | | |
| | | import com.whyc.dto.PowerDto; |
| | | import com.whyc.dto.Statistic.Pwr7Stic; |
| | | import com.whyc.dto.Statistic.StationStic; |
| | | import com.whyc.pojo.db_station.BattInf; |
| | | import com.whyc.pojo.db_station.PowerInf; |
| | | import com.whyc.pojo.db_station.StationInf; |
| | | import org.apache.ibatis.annotations.Param; |
| | |
| | | List<PowerInf> getPowerStatistic(@Param("stic") StationStic stic); |
| | | //查询机房所在的班组 |
| | | String getGroupName(Integer powerId); |
| | | |
| | | //优良电源数量统计(1.2.7) |
| | | List<PowerInf> getPwr7Statistic(@Param("stic") Pwr7Stic stic); |
| | | } |