|  |  |  | 
|---|
|  |  |  | List<VoIntake> getNotOnlineIntakes(Map<?, ?> params); | 
|---|
|  |  |  |  | 
|---|
|  |  |  | /** | 
|---|
|  |  |  | * 指定时间段内用水量超过指定值的取水口数量 | 
|---|
|  |  |  | * 指定时间段内累积流量超过指定值的取水口数量 | 
|---|
|  |  |  | * @param params | 
|---|
|  |  |  | * @return | 
|---|
|  |  |  | */ | 
|---|
|  |  |  | Long getUseWaterGtValueIntakesCount(Map<String, Object> params); | 
|---|
|  |  |  | Long getTotalFlowGtValueIntakesCount(Map<String, Object> params); | 
|---|
|  |  |  |  | 
|---|
|  |  |  | /** | 
|---|
|  |  |  | * 指定时间段内用水量超过指定值的取水口 | 
|---|
|  |  |  | * 指定时间段内累积流量超过指定值的取水口 | 
|---|
|  |  |  | * @param params | 
|---|
|  |  |  | * @return | 
|---|
|  |  |  | */ | 
|---|
|  |  |  | List<VoIntakeAccumulateAmount> getUseWaterGtValueIntakes(Map<String, Object> params); | 
|---|
|  |  |  | List<VoIntakeAccumulateAmount> getTotalFlowGtValueIntakes(Map<String, Object> params); | 
|---|
|  |  |  | } | 
|---|