From cac5a8bd1746e30e8506a729aecb8feed6f0698a Mon Sep 17 00:00:00 2001
From: wuzeyu <1223318623@qq.com>
Date: 星期四, 04 七月 2024 17:22:08 +0800
Subject: [PATCH] user模块 重构重置密码接口

---
 pipIrr-platform/pipIrr-global/src/main/java/com/dy/pipIrrGlobal/daoPr/PrControllerTrampMapper.java |   14 ++++++++++++++
 1 files changed, 14 insertions(+), 0 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 4d1b995..27cb1d3 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
@@ -6,6 +6,7 @@
 import org.apache.ibatis.annotations.Param;
 
 import java.util.List;
+import java.util.Map;
 
 /**
  * @Author liurunyu
@@ -77,4 +78,17 @@
      * @return
      */
     PrControllerTramp getTrampControllerInfo(@Param("controllerId") Long controllerId);
+
+    /**
+     * 鏉′欢鏌ヨ娴佹氮鎺у埗鍣ㄤ俊鎭�
+     * @param
+     * @return
+     */
+    List<PrControllerTramp> getTrampControllers(Map<?, ?> params);
+    /**
+     * 鏉′欢鏌ヨ娴佹氮鎺у埗鍣ㄦ暟閲�
+     * @param
+     * @return  recordCount
+     */
+    Long getTrampControllersCount(Map<?, ?> params);
 }
\ No newline at end of file

--
Gitblit v1.8.0