| | |
| | | import com.baomidou.mybatisplus.core.mapper.BaseMapper; |
| | | import com.dy.pipIrrGlobal.pojoPr.PrControllerTramp; |
| | | import org.apache.ibatis.annotations.Mapper; |
| | | import org.apache.ibatis.annotations.Param; |
| | | |
| | | import java.util.List; |
| | | |
| | |
| | | * @Date 2024/1/15 15:27 |
| | | * @LastEditTime 2024/1/15 15:27 |
| | | * @Description |
| | | */ |
| | | */ |
| | | @Mapper |
| | | public interface PrControllerTrampMapper extends BaseMapper<PrControllerTramp> { |
| | | /** |
| | |
| | | * @param rutAddr 控制器地址 |
| | | * @return object by 控制器地址 |
| | | */ |
| | | List<PrControllerTramp> selectPrControllerTrampByRtuAddr(String rutAddr); |
| | | List<PrControllerTramp> getPrControllerTrampByRtuAddr(String rutAddr); |
| | | |
| | | /** |
| | | * update record selective |