From bae8b4c0fbbcce78083fe609e1f43cfa40a8d43c Mon Sep 17 00:00:00 2001
From: liurunyu <lry9898@163.com>
Date: 星期三, 17 一月 2024 09:24:12 +0800
Subject: [PATCH] 增加了取水口取水量实体及数据库映射

---
 pipIrr-platform/pipIrr-global/src/main/java/com/dy/pipIrrGlobal/daoPr/PrControllerTrampMapper.java |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/pipIrr-platform/pipIrr-global/src/main/java/com/dy/pipIrrGlobal/daoPr/PrControllerTrampMapper.java b/pipIrr-platform/pipIrr-global/src/main/java/com/dy/pipIrrGlobal/daoPr/PrControllerTrampMapper.java
index 9e86073..2b4891a 100644
--- a/pipIrr-platform/pipIrr-global/src/main/java/com/dy/pipIrrGlobal/daoPr/PrControllerTrampMapper.java
+++ b/pipIrr-platform/pipIrr-global/src/main/java/com/dy/pipIrrGlobal/daoPr/PrControllerTrampMapper.java
@@ -3,6 +3,7 @@
 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;
 
@@ -11,7 +12,7 @@
  * @Date 2024/1/15 15:27
  * @LastEditTime 2024/1/15 15:27
  * @Description
- */   
+ */
 @Mapper
 public interface PrControllerTrampMapper extends BaseMapper<PrControllerTramp> {
     /**
@@ -47,7 +48,7 @@
      * @param rutAddr 鎺у埗鍣ㄥ湴鍧�
      * @return object by 鎺у埗鍣ㄥ湴鍧�
      */
-    List<PrControllerTramp> selectPrControllerTrampByRtuAddr(String rutAddr);
+    List<PrControllerTramp> getPrControllerTrampByRtuAddr(String rutAddr);
 
     /**
      * update record selective

--
Gitblit v1.8.0