update docs/zh/codegen.md.

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

View File

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