| | |
| | | |
| | | import com.baomidou.mybatisplus.core.mapper.BaseMapper; |
| | | import com.dy.pipIrrGlobal.pojoIr.IrIntakeOperate; |
| | | import com.dy.pipIrrGlobal.voIr.VoIntakeResult; |
| | | import com.dy.pipIrrGlobal.voIr.VoToTerminateIntakes; |
| | | import org.apache.ibatis.annotations.Mapper; |
| | | import org.apache.ibatis.annotations.Param; |
| | |
| | | * @return |
| | | */ |
| | | List<VoToTerminateIntakes> getToTerminateIntakes(Long planId); |
| | | |
| | | /** |
| | | * 根据计划ID及管轮组ID获取取水口发布发布结果 |
| | | * @param planId |
| | | * @param groupId |
| | | * @return |
| | | */ |
| | | List<VoIntakeResult> getIntakeResult(@Param("planId") Long planId, @Param("groupId") Long groupId); |
| | | } |