generate.doc.db.pdf.ftl Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of springfuse Show documentation
Show all versions of springfuse Show documentation
Provide basic framework and class library based on Spring Boot Framework.
${projectName} 数据库文档
<#assign var = 1 >
<#list tbMap?keys as key>
${key}
<#list tbMap[key] as tb>
表${var} ${tb.fullName}
<#assign var = var + 1 >
字段名称
数据类型
字段含义
功能说明
备注
<#list tb.paramList as param>
${param.name}
${param.type}
${param.content}
${param.desc}
${param.remark}
#list>
#list>
#list>
© 2015 - 2025 Weber Informatics LLC | Privacy Policy