mirror of
https://gitee.com/mybatis-flex/mybatis-flex.git
synced 2025-12-08 01:28:24 +08:00
fix: apt 配置 allInTables 不生效问题。
This commit is contained in:
parent
c30f013dec
commit
2766bafbff
@ -43,12 +43,12 @@ public enum ConfigurationKey {
|
|||||||
/**
|
/**
|
||||||
* Tables 类名。
|
* Tables 类名。
|
||||||
*/
|
*/
|
||||||
ALL_IN_TABLES_CLASS_NAME("processor.allInTables.className", "Tables"),
|
ALL_IN_TABLES_CLASS_NAME("processor.allInTables.tablesClassName", "Tables"),
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 自定义 Tables 生成的包名。
|
* 自定义 Tables 生成的包名。
|
||||||
*/
|
*/
|
||||||
ALL_IN_TABLES_PACKAGE("processor.allInTables.package", null),
|
ALL_IN_TABLES_PACKAGE("processor.allInTables.tablesPackage", null),
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user