From 0b193b98347b5563e59492d8f57eba8f67af6d23 Mon Sep 17 00:00:00 2001
From: liusheng <337615773@qq.com>
Date: 星期二, 27 六月 2023 11:35:54 +0800
Subject: [PATCH] 新增题目

---
 smartor/src/main/java/com/smartor/mapper/SvyLibTitleMapper.java |   20 +++++++++++---------
 1 files changed, 11 insertions(+), 9 deletions(-)

diff --git a/smartor/src/main/java/com/smartor/mapper/SvyLibTitleMapper.java b/smartor/src/main/java/com/smartor/mapper/SvyLibTitleMapper.java
index a8f60d7..af1fd94 100644
--- a/smartor/src/main/java/com/smartor/mapper/SvyLibTitleMapper.java
+++ b/smartor/src/main/java/com/smartor/mapper/SvyLibTitleMapper.java
@@ -1,20 +1,22 @@
 package com.smartor.mapper;
 
 import java.util.List;
+
 import com.smartor.domain.SvyLibTitle;
 import com.smartor.domain.SvyLibTitleReq;
+import org.apache.ibatis.annotations.Mapper;
 
 /**
  * 闂嵎Mapper鎺ュ彛
- * 
+ *
  * @author ruoyi
  * @date 2023-03-02
  */
-public interface SvyLibTitleMapper 
-{
+@Mapper
+public interface SvyLibTitleMapper {
     /**
      * 鏌ヨ闂嵎
-     * 
+     *
      * @param svyid 闂嵎涓婚敭
      * @return 闂嵎
      */
@@ -22,7 +24,7 @@
 
     /**
      * 鏌ヨ闂嵎鍒楄〃
-     * 
+     *
      * @param svyLibTitle 闂嵎
      * @return 闂嵎闆嗗悎
      */
@@ -30,7 +32,7 @@
 
     /**
      * 鏂板闂嵎
-     * 
+     *
      * @param svyLibTitle 闂嵎
      * @return 缁撴灉
      */
@@ -38,7 +40,7 @@
 
     /**
      * 淇敼闂嵎
-     * 
+     *
      * @param svyLibTitle 闂嵎
      * @return 缁撴灉
      */
@@ -46,7 +48,7 @@
 
     /**
      * 鍒犻櫎闂嵎
-     * 
+     *
      * @param svyid 闂嵎涓婚敭
      * @return 缁撴灉
      */
@@ -54,7 +56,7 @@
 
     /**
      * 鎵归噺鍒犻櫎闂嵎
-     * 
+     *
      * @param svyids 闇�瑕佸垹闄ょ殑鏁版嵁涓婚敭闆嗗悎
      * @return 缁撴灉
      */

--
Gitblit v1.9.3