moban moban 6 2 2018-10-13T05:24:00Z 2018-10-13T05:36:00Z 1 11 64 1 1 74 15 <#list tables as table> 表名 ${table.tableName!} 注释 ${table.tableComment!} 列名 数据类型 字段长度 允许空 备注 <#list table.columns as column> ${column.columnName!} ${column.columnType!} ${column.columnKey!} ${column.isNullable!} ${column.columnComment!}