update mybatis-flex-codegen/src/main/java/com/mybatisflex/codegen/config/GlobalConfig.java.

Signed-off-by: lhzsdnu <2383376138@qq.com>
This commit is contained in:
lhzsdnu 2023-04-13 13:30:45 +00:00 committed by Gitee
parent 3d523c9989
commit 24d50c3a92
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -32,10 +32,10 @@ public class GlobalConfig {
//entity 的包名
private String entityPackage;
//mapper 类的前缀
//entity 类的前缀
private String entityClassPrefix;
//mapper 类的后缀
//entity 类的后缀
private String entityClassSuffix;
//entity 是否使用 Lombok