mirror of
https://gitee.com/mybatis-flex/mybatis-flex.git
synced 2025-12-08 01:28:24 +08:00
fixed f2a8a48 from https://gitee.com/Suomm/mybatis-flex/pulls/141
fix: 代码生成器 tableDef 包名与 APT 保持一致。
This commit is contained in:
parent
3af5cec8b2
commit
7f69b7da49
@ -200,7 +200,7 @@ public class PackageConfig {
|
||||
*/
|
||||
public String getTableDefPackage() {
|
||||
if (StringUtil.isBlank(tableDefPackage)) {
|
||||
return getEntityPackage().concat(".tables");
|
||||
return getEntityPackage().concat(".table");
|
||||
}
|
||||
return tableDefPackage;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user