|  |  | 
 |  |  | import com.baomidou.mybatisplus.core.mapper.BaseMapper; | 
 |  |  | import com.dy.pipIrrGlobal.voTmp.*; | 
 |  |  | import org.apache.ibatis.annotations.Mapper; | 
 |  |  | import org.apache.ibatis.annotations.Param; | 
 |  |  |  | 
 |  |  | import java.util.List; | 
 |  |  |  | 
 |  |  | 
 |  |  |      */ | 
 |  |  |     List<VoStClientAmountDay> selectAllStClientDay(); | 
 |  |  |  | 
 |  |  |     int deleteStClientDayById(Long id); | 
 |  |  |     int deleteRmClientDayById(Long id); | 
 |  |  |  | 
 |  |  |  | 
 |  |  |     /** | 
 |  |  | 
 |  |  |  | 
 |  |  |     int deleteStClientYearById(Long id); | 
 |  |  |  | 
 |  |  |  | 
 |  |  |     /** | 
 |  |  |      * 查询全部农户年统计 | 
 |  |  |      * | 
 |  |  |      * @return 实体集合 | 
 |  |  |      */ | 
 |  |  |     List<VoStClientAmountDay> selectStClientAmountDayByYearMonth(@Param("year") int year, @Param("month")int month); | 
 |  |  |  | 
 |  |  |  | 
 |  |  |     int deleteStClientDayById(Long id); | 
 |  |  |  | 
 |  |  | } |