From fee67ca8a0760315047a52fc4101a8f4f80b7a7f Mon Sep 17 00:00:00 2001
From: 13693261870 <252740454@qq.com>
Date: 星期一, 11 十一月 2024 15:02:54 +0800
Subject: [PATCH] 1

---
 src/main/java/com/moon/server/mapper/all/BaseQueryMapper.java |   78 --------------------------------------
 1 files changed, 1 insertions(+), 77 deletions(-)

diff --git a/src/main/java/com/moon/server/mapper/all/BaseQueryMapper.java b/src/main/java/com/moon/server/mapper/all/BaseQueryMapper.java
index 0a9fe3e..593c1f0 100644
--- a/src/main/java/com/moon/server/mapper/all/BaseQueryMapper.java
+++ b/src/main/java/com/moon/server/mapper/all/BaseQueryMapper.java
@@ -11,103 +11,27 @@
 
 import java.util.List;
 
-/**
- * 鐖舵煡璇apper
- * @author WWW
- */
+@SuppressWarnings("ALL")
 @Mapper
 @Repository
 public interface BaseQueryMapper {
-    /**
-     * 妯$硦鎼滅储鐢ㄦ埛
-     *
-     * @param name 鐢ㄦ埛鍚�
-     * @return 瀹炰綋绫婚泦鍚�
-     */
     public List<IdNameEntity> selectUserFuzzy(String name);
 
-    /**
-     * 妯$硦鎼滅储鍗曚綅
-     *
-     * @param name 鍗曚綅鍚�
-     * @return 瀹炰綋绫婚泦鍚�
-     */
     public List<IdNameEntity> selectDepFuzzy(String name);
 
-    /**
-     * 鏍规嵁琛ㄥ悕鏌ヨ璁板綍鏁�
-     *
-     * @param tab         琛ㄥ悕
-     * @param typesFilter 绫诲埆
-     * @param field       瀛楁
-     * @return
-     */
     public Integer selectTabsForCount(String tab, String typesFilter, String field);
 
-    /**
-     * 鏍规嵁琛ㄥ悕鍒嗛〉鏌ヨ
-     *
-     * @param tab         琛ㄥ悕
-     * @param typesFilter 绫诲埆
-     * @param field       瀛楁
-     * @param filters     杩囨护鏉′欢
-     * @param limit       璁板綍鏁�
-     * @param offset      鍋忕Щ閲�
-     * @return
-     */
     public List<TabEntity> selectTabsByPage(String tab, String typesFilter, String field, String filters, Integer limit, Integer offset);
 
-    /**
-     * 鏌ヨ瀛楁淇℃伅
-     *
-     * @param ns  鍚嶇О绌洪棿
-     * @param tab 琛ㄥ悕
-     * @return 瀹炰綋绫婚泦鍚�
-     */
     public List<DictEntity> selectFields(String ns, String tab);
 
-    /**
-     * 鏌ヨ鍊煎煙淇℃伅
-     *
-     * @param ns  鍚嶇О绌洪棿
-     * @param tab 琛ㄥ悕
-     * @return 瀹炰綋绫婚泦鍚�
-     */
     public List<DomainEntity> selectDomains(String ns, String tab);
 
-    /**
-     * 鏌ヨ璺綉
-     *
-     * @param x1 X1
-     * @param y1 Y1
-     * @param x2 X2
-     * @param y2 Y2
-     * @return 澶氱嚎
-     */
     public String selectRoute(double x1, double y1, double x2, double y2);
 
-    /**
-     * 鏌ヨ浣嶇疆
-     *
-     * @param wkt WKT瀛楃涓�
-     * @return 浣嶇疆
-     */
     public List<KeyValueEntity> selectLocation(String wkt);
 
-    /**
-     * 鏌ヨ鐩綍绫诲埆
-     *
-     * @param name
-     * @return
-     */
     public List<KeyValueEntity> selectDirTypes(String name);
 
-    /**
-     * 鏍规嵁琛ㄥ悕鏌ヨ闄勪欢
-     *
-     * @param tab  琛ㄥ悕
-     * @param gids Gid瀛楃涓�
-     * @return 闄勪欢
-     */
     public List<AttachEntity> selectAnnexByTab(String tab, String gids);
 }

--
Gitblit v1.9.3