diff --git a/docs/zh/others/codegen.md b/docs/zh/others/codegen.md index 0b3b6e1f..5cf5a3c7 100644 --- a/docs/zh/others/codegen.md +++ b/docs/zh/others/codegen.md @@ -141,7 +141,7 @@ public class Codegen { // 开启 Entity 的生成 globalConfig.enableEntity(); // 关闭 Entity 的生成 - globalConfig.disableEntity(); +globalConfig.disableEntity(); ``` 所有方法均支持链式调用配置,代码如下: