From e16f5fdfbc1c49f4c519f05b190e96e497253b51 Mon Sep 17 00:00:00 2001
From: 13693261870 <252740454@qq.com>
Date: 星期三, 13 十一月 2024 17:32:14 +0800
Subject: [PATCH] 1

---
 src/main/java/com/moon/server/mapper/show/FlowMapper.java |   66 --------------------------------
 1 files changed, 1 insertions(+), 65 deletions(-)

diff --git a/src/main/java/com/moon/server/mapper/show/FlowMapper.java b/src/main/java/com/moon/server/mapper/show/FlowMapper.java
index cd84692..9147ad9 100644
--- a/src/main/java/com/moon/server/mapper/show/FlowMapper.java
+++ b/src/main/java/com/moon/server/mapper/show/FlowMapper.java
@@ -6,91 +6,27 @@
 
 import java.util.List;
 
-/**
- * 鐢宠娴佺▼
- * @author WWW
- */
 @Mapper
 @Repository
+@SuppressWarnings("ALL")
 public interface FlowMapper {
-    /**
-     * 鏌ヨ璁板綍鏁�
-     *
-     * @param userid 鐢ㄦ埛ID
-     * @return 璁板綍鏁�
-     */
     public Integer selectCount(Integer userid);
 
-    /**
-     * 鍒嗛〉鏌ヨ
-     *
-     * @param userid   鐢ㄦ埛ID
-     * @param limit  璁板綍鏁�
-     * @param offset 鍋忕Щ閲�
-     * @return 鍒楄〃
-     */
     public List<FlowEntity> selectByPage(Integer userid, Integer limit, Integer offset);
 
-    /**
-     * 鏌ヨ鎵�鏈�
-     *
-     * @return
-     */
     public List<FlowEntity> selectAll();
 
-    /**
-     * 鏍规嵁ID鏌ヨ
-     *
-     * @param id
-     * @return
-     */
     public FlowEntity selectById(int id);
 
-    /**
-     * 鎻掑叆涓�鏉�
-     *
-     * @param entity
-     * @return
-     */
     public Integer insert(FlowEntity entity);
 
-    /**
-     * 鎻掑叆澶氭潯
-     *
-     * @param list
-     * @return
-     */
     public Integer inserts(List<FlowEntity> list);
 
-    /**
-     * 鍒犻櫎涓�鏉�
-     *
-     * @param id
-     * @return
-     */
     public Integer delete(int id);
 
-    /**
-     * 鍒犻櫎澶氭潯
-     *
-     * @param ids
-     * @return
-     */
     public Integer deletes(List<Integer> ids);
 
-    /**
-     * 鏇存柊涓�鏉�
-     *
-     * @param entity
-     * @return
-     */
     public Integer update(FlowEntity entity);
 
-    /**
-     * 鏇存柊澶氭潯
-     *
-     * @param list
-     * @return
-     */
     public Integer updates(List<FlowEntity> list);
 }

--
Gitblit v1.9.3