We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b37b4c5 commit 8230f1cCopy full SHA for 8230f1c
js/main.js
@@ -944,7 +944,7 @@
944
log('getDoc [] for i=' + i + ': table = \n' + format(JSON.stringify(table)));
945
946
947
- doc += '### ' + (i + 1) + '. ' + table.TABLE_NAME + '\n#### 说明: \n' + App.toMD(table.TABLE_COMMENT);
+ doc += '### ' + (i + 1) + '. ' + CodeUtil.getModelName(table.TABLE_NAME) + '\n#### 说明: \n' + App.toMD(table.TABLE_COMMENT);
948
949
//Column[]
950
doc += '\n\n#### 字段: \n 名称 | 类型(长度) | 可为null | 说明' +
0 commit comments