|  |  | 
 |  |  | import com.dy.common.webUtil.QueryResultVo; | 
 |  |  | import com.dy.pipIrrGlobal.daoPr.PrIntakeMapper; | 
 |  |  | import com.dy.pipIrrGlobal.daoRm.RmOpenCloseValveHistoryMapper; | 
 |  |  | import com.dy.pipIrrGlobal.pojoPr.PrIntake; | 
 |  |  | import com.dy.pipIrrGlobal.voPr.VoAllIntake; | 
 |  |  | import com.dy.pipIrrGlobal.voPr.VoOnLineIntake; | 
 |  |  | import com.dy.pipIrrGlobal.voRm.VoOpenClostWechat; | 
 |  |  | import com.dy.pipIrrWechat.intake.qo.OnLineIntakesQO; | 
 |  |  | 
 |  |  |         rsVo.obj = rmOpenCloseValveHistoryMapper.getVcCardOpenClose(params); | 
 |  |  |         return rsVo; | 
 |  |  |     } | 
 |  |  |  | 
 |  |  |     /** | 
 |  |  |      * 得到所有取水口 | 
 |  |  |      * | 
 |  |  |      * @return 所有取水口集合 | 
 |  |  |      */ | 
 |  |  |     public QueryResultVo<List<VoAllIntake>> selectAll() { | 
 |  |  |         QueryResultVo<List<VoAllIntake>> rsVo = new QueryResultVo<>(); | 
 |  |  |         rsVo.obj = this.prIntakeMapper.selectAll(); | 
 |  |  |         return rsVo; | 
 |  |  |     } | 
 |  |  | } |