From b220383758021bcb26d0a788ebe9a31795d23b6d Mon Sep 17 00:00:00 2001
From: liusheng <337615773@qq.com>
Date: 星期五, 26 四月 2024 09:41:57 +0800
Subject: [PATCH] 代码提交
---
smartor/src/main/java/com/smartor/mapper/SvyLibTitleMapper.java | 22 ++++++++++++----------
1 files changed, 12 insertions(+), 10 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..77032a6 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,15 +24,15 @@
/**
* 鏌ヨ闂嵎鍒楄〃
- *
- * @param svyLibTitle 闂嵎
+ *
+ * @param svyLibTitleReq 闂嵎
* @return 闂嵎闆嗗悎
*/
public List<SvyLibTitle> selectSvyLibTitleList(SvyLibTitleReq svyLibTitleReq);
/**
* 鏂板闂嵎
- *
+ *
* @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