mirror of
https://gitee.com/mybatis-flex/mybatis-flex.git
synced 2025-12-08 01:28:24 +08:00
update docs/zh/codegen.md.
Signed-off-by: lhzsdnu <2383376138@qq.com>
This commit is contained in:
parent
8a7bbd5bdc
commit
3d523c9989
@ -98,10 +98,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