mirror of
https://gitee.com/mybatis-flex/mybatis-flex.git
synced 2025-12-07 00:58:24 +08:00
fix: 将辅助类生成的默认后缀由 Def 改为 TableDef 与 APT 生成的类名保持一致。
This commit is contained in:
parent
b693bdfb33
commit
d1bf1acdd5
@ -32,7 +32,7 @@ public class TableDefConfig {
|
||||
/**
|
||||
* TableDef 类的后缀。
|
||||
*/
|
||||
private String classSuffix = "Def";
|
||||
private String classSuffix = "TableDef";
|
||||
|
||||
/**
|
||||
* 是否覆盖之前生成的文件。
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user