|  |  | 
 |  |  | import com.dy.pipIrrGlobal.voRm.VoIntakeAmountDay; | 
 |  |  | import com.dy.pipIrrGlobal.voSt.VoDayIntakeAmount; | 
 |  |  | import com.dy.pipIrrGlobal.voSt.VoIntakeAmountStatistics; | 
 |  |  | import com.dy.pipIrrGlobal.voSt.VoMonthIntakeAmount; | 
 |  |  | import com.dy.pipIrrGlobal.voSt.VoMonthAmount; | 
 |  |  | import org.apache.ibatis.annotations.Mapper; | 
 |  |  | import org.apache.ibatis.annotations.Param; | 
 |  |  |  | 
 |  |  | 
 |  |  |      * @param params | 
 |  |  |      * @return | 
 |  |  |      */ | 
 |  |  |     List<VoMonthIntakeAmount> getMonthIntakeAmount(Map<?, ?> params); | 
 |  |  |     List<VoMonthAmount> getMonthIntakeAmount(Map<?, ?> params); | 
 |  |  | } |