refactor: 优化代码生成 POJO 逻辑及部分 freemarker 模板变量命名

This commit is contained in:
2023-08-19 22:34:56 +08:00
parent c1a6ef2304
commit cd3ac8a120
8 changed files with 66 additions and 50 deletions

View File

@@ -55,12 +55,7 @@
{{ rowIndex + 1 + (queryParams.page - 1) * queryParams.size }}
</template>
</a-table-column>
<a-table-column
title="表名称"
data-index="tableName"
:width="200"
tooltip
/>
<a-table-column title="表名称" data-index="tableName" :width="225" />
<a-table-column title="描述" data-index="comment" tooltip />
<a-table-column title="存储引擎" data-index="engine" align="center" />
<a-table-column title="字符集" data-index="charset" />