From c2dd38ccb8295f93c967b371da8baeb7dba43bdf Mon Sep 17 00:00:00 2001
From: SanLi <2689170096@qq.com>
Date: Wed, 26 Aug 2020 17:26:58 +0800
Subject: [PATCH] =?UTF-8?q?:recycle:=20=E9=87=8D=E6=9E=84=E4=BB=A3?=
=?UTF-8?q?=E7=A0=81?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../src/main/resources/template/velocity/documentation_word.vm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/screw-core/src/main/resources/template/velocity/documentation_word.vm b/screw-core/src/main/resources/template/velocity/documentation_word.vm
index 3ed66b0..bdd67e8 100644
--- a/screw-core/src/main/resources/template/velocity/documentation_word.vm
+++ b/screw-core/src/main/resources/template/velocity/documentation_word.vm
@@ -14,4 +14,4 @@
*
* You should have received a copy of the GNU Lesser General Public License
* along with this program. If not, see .
- *##if($_data.title)!=""$!{_data.title}#else数据库表结构文档#end数据库名:$!{_data.database}#*版本*# #if(${_data.version}!= "")文档版本:$!{_data.version}#end #*描述*# #if(${_data.description}!= "")文档描述:$!{_data.description}#end #*表名*# #foreach($t in $_data.tables)表#if(${t.remarks}!= "")$!{t.tableName} ($!{t.remarks})#else$!{t.tableName}#end编号名称数据类型列大小小数位允许空值主键默认值说明#foreach($c in $t.columns)$!{velocityCount}$!{c.columnName}$!{c.columnType}$!{c.columnSize}#if(${c.decimalDigits})${c.decimalDigits}#else 0#end$!{c.nullable}$!{c.primaryKey}$!{c.columnDef}$!{c.remarks}#end#end#if($_data.title)!=""$!{_data.title}#else数据库表结构文档#endscrewscrew2Normal.dotm0117100Microsoft Office Word011falsefalse116falsefalse16.00002052-11.1.0.9740
\ No newline at end of file
+ *##if($_data.title)!=""$!{_data.title}#else数据库表结构文档#end数据库名:$!{_data.database}#*版本*# #if(${_data.version}!= "")文档版本:$!{_data.version}#end #*描述*# #if(${_data.description}!= "")文档描述:$!{_data.description}#end #*表名*# #foreach($t in $_data.tables)表#if(${t.remarks}!= "")$!{t.tableName} ($!{t.remarks})#else$!{t.tableName}#end编号名称数据类型小数位允许空值主键默认值说明#foreach($c in $t.columns)$!{velocityCount}$!{c.columnName}$!{c.columnType}#if(${c.decimalDigits})${c.decimalDigits}#else 0#end$!{c.nullable}$!{c.primaryKey}$!{c.columnDef}$!{c.remarks}#end#end#if($_data.title)!=""$!{_data.title}#else数据库表结构文档#endscrewscrew2Normal.dotm0117100Microsoft Office Word011falsefalse116falsefalse16.00002052-11.1.0.9740
\ No newline at end of file