|  |  |  | 
|---|
|  |  |  | import com.baomidou.mybatisplus.core.mapper.BaseMapper; | 
|---|
|  |  |  | import com.dy.pipIrrGlobal.pojoRm.RmClientAmountDayLast; | 
|---|
|  |  |  | import com.dy.pipIrrGlobal.voRm.VoClientAmountDay; | 
|---|
|  |  |  | import com.dy.pipIrrGlobal.voSt.VoClient; | 
|---|
|  |  |  | import com.dy.pipIrrGlobal.voSt.VoDayClient; | 
|---|
|  |  |  | import com.dy.pipIrrGlobal.voSt.VoMonthClient; | 
|---|
|  |  |  | import org.apache.ibatis.annotations.Mapper; | 
|---|
|  |  |  | 
|---|
|  |  |  | * @return | 
|---|
|  |  |  | */ | 
|---|
|  |  |  | List<VoMonthClient> getMonthAmountAndMoney(Map<?, ?> params); | 
|---|
|  |  |  |  | 
|---|
|  |  |  | /** | 
|---|
|  |  |  | * 最近未充值的农户数量 | 
|---|
|  |  |  | * @param params | 
|---|
|  |  |  | * @return | 
|---|
|  |  |  | */ | 
|---|
|  |  |  | Long getNotRechargeLastClientsCount(Map<String, Object> params); | 
|---|
|  |  |  |  | 
|---|
|  |  |  | /** | 
|---|
|  |  |  | * 最近未充值的农户 | 
|---|
|  |  |  | * @param params | 
|---|
|  |  |  | * @return | 
|---|
|  |  |  | */ | 
|---|
|  |  |  | List<VoClient> getNotRechargeLastClients(Map<String, Object> params); | 
|---|
|  |  |  | } | 
|---|