mirror of
https://gitee.com/mybatis-flex/mybatis-flex.git
synced 2025-12-07 00:58:24 +08:00
Merge branch 'main' of https://gitee.com/mybatis-flex/mybatis-flex
This commit is contained in:
commit
576bd1ccae
@ -98,10 +98,10 @@ public class GlobalConfig {
|
||||
//entity 的包名
|
||||
private String entityPackage;
|
||||
|
||||
//mapper 类的前缀
|
||||
//entity 类的前缀
|
||||
private String entityClassPrefix = "";
|
||||
|
||||
//mapper 类的后缀
|
||||
//entity 类的后缀
|
||||
private String entityClassSuffix = "";
|
||||
|
||||
//entity 是否使用 Lombok
|
||||
|
||||
@ -32,10 +32,10 @@ public class GlobalConfig {
|
||||
//entity 的包名
|
||||
private String entityPackage;
|
||||
|
||||
//mapper 类的前缀
|
||||
//entity 类的前缀
|
||||
private String entityClassPrefix;
|
||||
|
||||
//mapper 类的后缀
|
||||
//entity 类的后缀
|
||||
private String entityClassSuffix;
|
||||
|
||||
//entity 是否使用 Lombok
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user