升级 v2.1

This commit is contained in:
疯狂的狮子li 2020-02-24 10:19:17 +08:00
parent db20b4a3d3
commit 0ba48df61e
2 changed files with 1 additions and 9 deletions

View File

@ -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",

View File

@ -64,16 +64,8 @@ private static final long serialVersionUID=1L;
#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
}