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 d740efc commit cbc702fCopy full SHA for cbc702f
src/main/resources/config/generator.properties
@@ -40,6 +40,8 @@ template=/src/main/resources/template/two/RESTful
40
41
# 需要移除的表名前缀,使用逗号进行分隔多个前缀,示例值: t_,table_(不能有空格)
42
tableRemovePrefixes=
43
+# 需要移除的列名前缀,使用逗号进行分隔多个前缀,示例值: user_,item_(不能有空格)
44
+rowRemovePrefixes=
45
46
# author属性,方法注释作者名称
47
author=Generator
0 commit comments