|  |  | 
 |  |  |  | 
 |  |  | import com.baomidou.mybatisplus.core.mapper.BaseMapper; | 
 |  |  | import com.dy.pipIrrGlobal.pojoRm.RmCommandHistory; | 
 |  |  | import com.dy.pipIrrGlobal.voRm.VoCommand; | 
 |  |  | import com.dy.pipIrrGlobal.voRm.VoRtuAndVc; | 
 |  |  | import com.dy.pipIrrGlobal.voRm.VoUnclosedParam; | 
 |  |  | import com.dy.pipIrrGlobal.voRm.VoUnclosedValve; | 
 |  |  | import com.dy.pipIrrGlobal.voRm.*; | 
 |  |  | import org.apache.ibatis.annotations.Mapper; | 
 |  |  | import org.apache.ibatis.annotations.Param; | 
 |  |  |  | 
 |  |  | 
 |  |  |      * @return | 
 |  |  |      */ | 
 |  |  |     String getTimeByCommId(Long commId); | 
 |  |  |  | 
 |  |  |     /** | 
 |  |  |      * 根据命令日志ID获取开阀信息,终止灌溉计划时使用,用来执行远程关阀 | 
 |  |  |      * @param commandId | 
 |  |  |      * @return | 
 |  |  |      */ | 
 |  |  |     VoIntakeVc getValveOpen(Long commandId); | 
 |  |  | } |