diff --git a/hsweb-examples/hsweb-examples-custom-entity/README.md b/hsweb-examples/hsweb-examples-custom-entity/README.md index f8856f0c2..53d75fd14 100644 --- a/hsweb-examples/hsweb-examples-custom-entity/README.md +++ b/hsweb-examples/hsweb-examples-custom-entity/README.md @@ -213,6 +213,7 @@ public class CustomMybatisMapperCustomer implements MybatisMapperCustomer { ``` 5. 使用jpa注解方式拓展字段 + 依赖jpa-api: ```xml