fix: apt 配置 allInTables 不生效问题。

This commit is contained in:
Suomm 2023-07-06 21:24:57 +08:00
parent c30f013dec
commit 2766bafbff

View File

@ -43,12 +43,12 @@ public enum ConfigurationKey {
/**
* Tables 类名
*/
ALL_IN_TABLES_CLASS_NAME("processor.allInTables.className", "Tables"),
ALL_IN_TABLES_CLASS_NAME("processor.allInTables.tablesClassName", "Tables"),
/**
* 自定义 Tables 生成的包名
*/
ALL_IN_TABLES_PACKAGE("processor.allInTables.package", null),
ALL_IN_TABLES_PACKAGE("processor.allInTables.tablesPackage", null),
/**