From 907641e56c2085aaa81f267946dc3e3e9fca73e7 Mon Sep 17 00:00:00 2001
From: liusheng <337615773@qq.com>
Date: 星期三, 18 九月 2024 09:39:02 +0800
Subject: [PATCH] 代码提交

---
 smartor/src/main/java/com/smartor/mapper/IvrTaskcallrecordMapper.java |   18 ++++++++++--------
 1 files changed, 10 insertions(+), 8 deletions(-)

diff --git a/smartor/src/main/java/com/smartor/mapper/IvrTaskcallrecordMapper.java b/smartor/src/main/java/com/smartor/mapper/IvrTaskcallrecordMapper.java
index a41f207..32e31dd 100644
--- a/smartor/src/main/java/com/smartor/mapper/IvrTaskcallrecordMapper.java
+++ b/smartor/src/main/java/com/smartor/mapper/IvrTaskcallrecordMapper.java
@@ -2,18 +2,20 @@
 
 import java.util.List;
 import com.smartor.domain.IvrTaskcallrecord;
+import org.apache.ibatis.annotations.Mapper;
 
 /**
  * 璇煶浠诲姟鍛煎彨璁板綍Mapper鎺ュ彛
- * 
+ *
  * @author smartor
  * @date 2023-03-24
  */
-public interface IvrTaskcallrecordMapper 
+@Mapper
+public interface IvrTaskcallrecordMapper
 {
     /**
      * 鏌ヨ璇煶浠诲姟鍛煎彨璁板綍
-     * 
+     *
      * @param uuid 璇煶浠诲姟鍛煎彨璁板綍涓婚敭
      * @return 璇煶浠诲姟鍛煎彨璁板綍
      */
@@ -21,7 +23,7 @@
 
     /**
      * 鏌ヨ璇煶浠诲姟鍛煎彨璁板綍鍒楄〃
-     * 
+     *
      * @param ivrTaskcallrecord 璇煶浠诲姟鍛煎彨璁板綍
      * @return 璇煶浠诲姟鍛煎彨璁板綍闆嗗悎
      */
@@ -29,7 +31,7 @@
 
     /**
      * 鏂板璇煶浠诲姟鍛煎彨璁板綍
-     * 
+     *
      * @param ivrTaskcallrecord 璇煶浠诲姟鍛煎彨璁板綍
      * @return 缁撴灉
      */
@@ -37,7 +39,7 @@
 
     /**
      * 淇敼璇煶浠诲姟鍛煎彨璁板綍
-     * 
+     *
      * @param ivrTaskcallrecord 璇煶浠诲姟鍛煎彨璁板綍
      * @return 缁撴灉
      */
@@ -45,7 +47,7 @@
 
     /**
      * 鍒犻櫎璇煶浠诲姟鍛煎彨璁板綍
-     * 
+     *
      * @param uuid 璇煶浠诲姟鍛煎彨璁板綍涓婚敭
      * @return 缁撴灉
      */
@@ -53,7 +55,7 @@
 
     /**
      * 鎵归噺鍒犻櫎璇煶浠诲姟鍛煎彨璁板綍
-     * 
+     *
      * @param uuids 闇�瑕佸垹闄ょ殑鏁版嵁涓婚敭闆嗗悎
      * @return 缁撴灉
      */

--
Gitblit v1.9.3