From 0ba48df61e2dc174f5de171856cdb038f3b72e52 Mon Sep 17 00:00:00 2001
From: 疯狂的狮子li <15040126243@163.com>
Date: 星期一, 24 二月 2020 10:19:17 +0800
Subject: [PATCH] 升级 v2.1

---
 ruoyi-ui/package.json                           |    2 +-
 ruoyi/src/main/resources/vm/java/domain.java.vm |    8 --------
 2 files changed, 1 insertions(+), 9 deletions(-)

diff --git a/ruoyi-ui/package.json b/ruoyi-ui/package.json
index ca55fd6..326d223 100644
--- a/ruoyi-ui/package.json
+++ b/ruoyi-ui/package.json
@@ -56,7 +56,7 @@
     "screenfull": "4.2.0",
     "vue": "2.6.10",
     "vue-count-to": "1.0.13",
-	"vue-quill-editor": "3.0.6",
+    "vue-quill-editor": "3.0.6",
     "vue-cropper": "0.4.9",
     "vue-router": "3.0.2",
     "vue-splitpane": "1.0.4",
diff --git a/ruoyi/src/main/resources/vm/java/domain.java.vm b/ruoyi/src/main/resources/vm/java/domain.java.vm
index bc4bf86..39697b7 100644
--- a/ruoyi/src/main/resources/vm/java/domain.java.vm
+++ b/ruoyi/src/main/resources/vm/java/domain.java.vm
@@ -64,16 +64,8 @@
 #if($column.isPk==1)
     @TableId(value = "$column.columnName", type = IdType.AUTO)
     private $column.javaType $column.javaField;
-
-#end
-#end
-#foreach ($column in $columns)
-#if(!$table.isSuperColumn($column.javaField))
-#if($column.javaField.length() > 2 && $column.javaField.substring(1,2).matches("[A-Z]"))
-#set($AttrName=$column.javaField)
 #else
     private $column.javaType $column.javaField;
-#end
 #end
 #end
 }

--
Gitblit v1.9.3