Skip to content

Commit cbc702f

Browse files
committed
添加一个属性
1 parent d740efc commit cbc702f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/main/resources/config/generator.properties

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@ template=/src/main/resources/template/two/RESTful
4040

4141
# 需要移除的表名前缀,使用逗号进行分隔多个前缀,示例值: t_,table_(不能有空格)
4242
tableRemovePrefixes=
43+
# 需要移除的列名前缀,使用逗号进行分隔多个前缀,示例值: user_,item_(不能有空格)
44+
rowRemovePrefixes=
4345

4446
# author属性,方法注释作者名称
4547
author=Generator

0 commit comments

Comments
 (0)