fix: 将辅助类生成的默认后缀由 Def 改为 TableDef 与 APT 生成的类名保持一致。

This commit is contained in:
Suomm 2023-06-22 13:38:00 +08:00
parent b693bdfb33
commit d1bf1acdd5

View File

@ -32,7 +32,7 @@ public class TableDefConfig {
/**
* TableDef 类的后缀
*/
private String classSuffix = "Def";
private String classSuffix = "TableDef";
/**
* 是否覆盖之前生成的文件