!124 修改自动去除表前缀属性autoRemovePre注释

Merge pull request !124 from RACSU/master
pull/124/MERGE
若依 2019-08-30 14:01:28 +08:00 committed by Gitee
commit 7d26bfb247
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ public class GenConfig
/** 生成包路径 */
public static String packageName;
/** 自动去除表前缀,默认是true */
/** 自动去除表前缀,默认是false */
public static boolean autoRemovePre;
/** 表前缀(类名不会包含表前缀) */