|  |  | 
 |  |  |  | 
 |  |  | import com.baomidou.mybatisplus.core.mapper.BaseMapper; | 
 |  |  | import com.dy.pipIrrGlobal.pojoIr.IrIrrigateGroup; | 
 |  |  | import com.dy.pipIrrGlobal.voIr.VoGroup; | 
 |  |  | import com.dy.pipIrrGlobal.voIr.VoGroupOne; | 
 |  |  | import com.dy.pipIrrGlobal.voIr.VoGroupSimple; | 
 |  |  | import com.dy.pipIrrGlobal.voIr.*; | 
 |  |  | import org.apache.ibatis.annotations.Mapper; | 
 |  |  | import org.apache.ibatis.annotations.Param; | 
 |  |  |  | 
 |  |  | import java.util.Date; | 
 |  |  | import java.util.List; | 
 |  |  | import java.util.Map; | 
 |  |  |  | 
 |  |  | 
 |  |  |      * @return | 
 |  |  |      */ | 
 |  |  |     List<VoGroupSimple> getSimpleGroups(Map<?, ?> params); | 
 |  |  |  | 
 |  |  |     /** | 
 |  |  |      * 根据轮灌组ID获取轮灌组详情 | 
 |  |  |      * @param groupId | 
 |  |  |      * @return | 
 |  |  |      */ | 
 |  |  |     VoGroupDetail getGroupDetail(Long groupId); | 
 |  |  |  | 
 |  |  |     /** | 
 |  |  |      * 根据灌溉计划ID获取计划发布结果 | 
 |  |  |      * @param planId | 
 |  |  |      * @return | 
 |  |  |      */ | 
 |  |  |     List<VoGroupResult> getGroupResult(Long planId); | 
 |  |  |  | 
 |  |  |     /** | 
 |  |  |      * 根据灌溉计划ID获取轮灌组终止结果 | 
 |  |  |      * @param planId | 
 |  |  |      * @param terminateTime | 
 |  |  |      * @return | 
 |  |  |      */ | 
 |  |  |     List<VoGroupResult> getGroupResult_terminate(@Param("planId") Long planId, @Param("terminateTime") Date terminateTime); | 
 |  |  | } |