| | |
| | | import com.dy.pipIrrGlobal.voRm.VoOnHour; |
| | | import com.dy.pipIrrGlobal.voSt.VoBatteryVolt; |
| | | import com.dy.pipIrrGlobal.voSt.VoCumulativeFlow; |
| | | import com.dy.pipIrrGlobal.voSt.VoSignalIntensity; |
| | | import org.apache.ibatis.annotations.Mapper; |
| | | |
| | | import java.util.List; |
| | |
| | | * @return |
| | | */ |
| | | List<VoBatteryVolt> getUnderVoltIntakes(Map<?, ?> params); |
| | | |
| | | /** |
| | | * 获取指定信号强度的取水口数量 |
| | | * @param params |
| | | * @return |
| | | */ |
| | | Long getSpecifiedSignalIntakesCount(Map<?, ?> params); |
| | | |
| | | /** |
| | | * 获取指定信号强度的取水口 |
| | | * @param params |
| | | * @return |
| | | */ |
| | | List<VoSignalIntensity> getSpecifiedSignalIntakes(Map<?, ?> params); |
| | | } |