From b3991f08deb21ec6913f80d6f923a643f3369454 Mon Sep 17 00:00:00 2001 From: SanLi <2689170096@qq.com> Date: Sun, 5 Jul 2020 22:41:59 +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 --- .../template/velocity/documentation_word.vm | 19 +------------------ 1 file changed, 1 insertion(+), 18 deletions(-) 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 2dcc669..7dc530d 100644 --- a/screw-core/src/main/resources/template/velocity/documentation_word.vm +++ b/screw-core/src/main/resources/template/velocity/documentation_word.vm @@ -14,21 +14,4 @@ * * You should have received a copy of the GNU Lesser General Public License * along with this program. If not, see . - *#$!{_data.title}数据库名:$!{_data.database} - #*版本*# - #if(${_data.description}) - 文档版本:$!{_data.version} - #end - #*描述*# - #if(${_data.description}) - 文档描述:$!{_data.description} - #end - #*表名*# - #foreach($t in $_data.tables) - $!{t.tableName}编号名称数据类型长度小数位允许空值主键默认值说明 - #foreach($c in $t.columns) - ${velocityCount}$!{c.columnName}$!{c.typeName}$!{c.columnSize}#if(${c.decimalDigits})${c.decimalDigits}#else 0#end$!{c.nullable}$!{c.primaryKey}$!{c.columnDef}$!{c.remarks} - #end - - #end - $!{_data.title}screwscrew20117100Microsoft 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.typeName}$!{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数据库表结构文档#endscrewscrew20117100Microsoft Office Word011falsefalse116falsefalse16.00002052-11.1.0.9740 \ No newline at end of file