| | |
| | | package com.dy.pipIrrGlobal.daoRm; |
| | | |
| | | import com.baomidou.mybatisplus.core.mapper.BaseMapper; |
| | | import com.dy.pipIrrGlobal.pojoRm.RmWorkReportHistory; |
| | | import com.dy.pipIrrGlobal.pojoRm.UgRtuController; |
| | | import com.dy.pipIrrGlobal.voPr.VoController; |
| | | import org.apache.ibatis.annotations.Mapper; |
| | |
| | | * @return deleteCount |
| | | */ |
| | | int deleteByPrimaryKey(Long id); |
| | | /** |
| | | * delete by task key |
| | | * |
| | | * @param taskId task id |
| | | * @return deleteCount |
| | | */ |
| | | int deleteByTaskId(@Param("taskId")Long taskId); |
| | | |
| | | /** |
| | | * insert record to table |
| | |
| | | * @return update count |
| | | */ |
| | | int updateByPrimaryKey(UgRtuController record); |
| | | |
| | | /** |
| | | * 更新升级RTU的升级完成状态 |
| | | * @param params |
| | | * @return |
| | | */ |
| | | int updateRtuUpgradeState(Map<?, ?> params) ; |
| | | } |