| | |
| | | package com.dy.pipIrrGlobal.daoRm; |
| | | |
| | | import com.baomidou.mybatisplus.core.mapper.BaseMapper; |
| | | import com.dy.pipIrrGlobal.pojoRm.UgRtuProgram; |
| | | import com.dy.pipIrrGlobal.pojoUg.UgRtuProgram; |
| | | import org.apache.ibatis.annotations.Mapper; |
| | | import org.apache.ibatis.annotations.Param; |
| | | |
| | | import java.util.List; |
| | | import java.util.Map; |
| | |
| | | * @return 实体集合 |
| | | * */ |
| | | List<UgRtuProgram> selectAll() ; |
| | | /** |
| | | * 查询数据库,是否存在给定升级文件名称 |
| | | * @param programFileName 文件名称 |
| | | * @return bool |
| | | */ |
| | | Long selectByFileName(@Param("programFileName") String programFileName) ; |
| | | |
| | | /** |
| | | * update record selective |