From a6fb88d74c20cc28043d75e8a5097fce49cf9a78 Mon Sep 17 00:00:00 2001
From: 疯狂的狮子li <15040126243@163.com>
Date: 星期五, 15 十月 2021 15:19:42 +0800
Subject: [PATCH] update [重大更新]全业务 增加 接口文档注解 格式化代码

---
 ruoyi-generator/src/main/java/com/ruoyi/generator/service/IGenTableService.java |   30 +++++++++++++++---------------
 1 files changed, 15 insertions(+), 15 deletions(-)

diff --git a/ruoyi-generator/src/main/java/com/ruoyi/generator/service/IGenTableService.java b/ruoyi-generator/src/main/java/com/ruoyi/generator/service/IGenTableService.java
index 9903eca..1bf0c27 100644
--- a/ruoyi-generator/src/main/java/com/ruoyi/generator/service/IGenTableService.java
+++ b/ruoyi-generator/src/main/java/com/ruoyi/generator/service/IGenTableService.java
@@ -10,7 +10,7 @@
 /**
  * 涓氬姟 鏈嶅姟灞�
  *
- * @author ruoyi
+ * @author Lion Li
  */
 public interface IGenTableService extends IService<GenTable> {
 
@@ -26,7 +26,7 @@
      * @param genTable 涓氬姟淇℃伅
      * @return 涓氬姟闆嗗悎
      */
-    public List<GenTable> selectGenTableList(GenTable genTable);
+    List<GenTable> selectGenTableList(GenTable genTable);
 
     /**
      * 鏌ヨ鎹簱鍒楄〃
@@ -34,7 +34,7 @@
      * @param genTable 涓氬姟淇℃伅
      * @return 鏁版嵁搴撹〃闆嗗悎
      */
-    public List<GenTable> selectDbTableList(GenTable genTable);
+    List<GenTable> selectDbTableList(GenTable genTable);
 
     /**
      * 鏌ヨ鎹簱鍒楄〃
@@ -42,14 +42,14 @@
      * @param tableNames 琛ㄥ悕绉扮粍
      * @return 鏁版嵁搴撹〃闆嗗悎
      */
-    public List<GenTable> selectDbTableListByNames(String[] tableNames);
+    List<GenTable> selectDbTableListByNames(String[] tableNames);
 
     /**
      * 鏌ヨ鎵�鏈夎〃淇℃伅
      *
      * @return 琛ㄤ俊鎭泦鍚�
      */
-    public List<GenTable> selectGenTableAll();
+    List<GenTable> selectGenTableAll();
 
     /**
      * 鏌ヨ涓氬姟淇℃伅
@@ -57,7 +57,7 @@
      * @param id 涓氬姟ID
      * @return 涓氬姟淇℃伅
      */
-    public GenTable selectGenTableById(Long id);
+    GenTable selectGenTableById(Long id);
 
     /**
      * 淇敼涓氬姟
@@ -65,7 +65,7 @@
      * @param genTable 涓氬姟淇℃伅
      * @return 缁撴灉
      */
-    public void updateGenTable(GenTable genTable);
+    void updateGenTable(GenTable genTable);
 
     /**
      * 鍒犻櫎涓氬姟淇℃伅
@@ -73,14 +73,14 @@
      * @param tableIds 闇�瑕佸垹闄ょ殑琛ㄦ暟鎹甀D
      * @return 缁撴灉
      */
-    public void deleteGenTableByIds(Long[] tableIds);
+    void deleteGenTableByIds(Long[] tableIds);
 
     /**
      * 瀵煎叆琛ㄧ粨鏋�
      *
      * @param tableList 瀵煎叆琛ㄥ垪琛�
      */
-    public void importGenTable(List<GenTable> tableList);
+    void importGenTable(List<GenTable> tableList);
 
     /**
      * 棰勮浠g爜
@@ -88,7 +88,7 @@
      * @param tableId 琛ㄧ紪鍙�
      * @return 棰勮鏁版嵁鍒楄〃
      */
-    public Map<String, String> previewCode(Long tableId);
+    Map<String, String> previewCode(Long tableId);
 
     /**
      * 鐢熸垚浠g爜锛堜笅杞芥柟寮忥級
@@ -96,7 +96,7 @@
      * @param tableName 琛ㄥ悕绉�
      * @return 鏁版嵁
      */
-    public byte[] downloadCode(String tableName);
+    byte[] downloadCode(String tableName);
 
     /**
      * 鐢熸垚浠g爜锛堣嚜瀹氫箟璺緞锛�
@@ -104,14 +104,14 @@
      * @param tableName 琛ㄥ悕绉�
      * @return 鏁版嵁
      */
-    public void generatorCode(String tableName);
+    void generatorCode(String tableName);
 
     /**
      * 鍚屾鏁版嵁搴�
      *
      * @param tableName 琛ㄥ悕绉�
      */
-    public void synchDb(String tableName);
+    void synchDb(String tableName);
 
     /**
      * 鎵归噺鐢熸垚浠g爜锛堜笅杞芥柟寮忥級
@@ -119,12 +119,12 @@
      * @param tableNames 琛ㄦ暟缁�
      * @return 鏁版嵁
      */
-    public byte[] downloadCode(String[] tableNames);
+    byte[] downloadCode(String[] tableNames);
 
     /**
      * 淇敼淇濆瓨鍙傛暟鏍¢獙
      *
      * @param genTable 涓氬姟淇℃伅
      */
-    public void validateEdit(GenTable genTable);
+    void validateEdit(GenTable genTable);
 }

--
Gitblit v1.9.3