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

pull/124/head
racsu 2019-08-30 10:32:28 +08:00
parent 5a7fcde102
commit 2c0042c3df
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;
/** 表前缀(类名不会包含表前缀) */