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

Merge pull request !124 from RACSU/master
This commit is contained in:
若依
2019-08-30 14:01:28 +08:00
committed by Gitee

View File

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