!133 update docs/zh/base/relations-query.md.

Merge pull request !133 from 疾浪/N/A
This commit is contained in:
Michael Yang 2023-07-13 13:22:02 +00:00 committed by Gitee
commit 98cc384809
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -250,7 +250,7 @@ public class Book implements Serializable {
## 多对多 `@RelationManyToOne`
## 多对多 `@RelationManyToMany`
假设一个账户可以有多个角色,一个角色也可以有多个账户,他们是多对多的关系,需要通过中间件表 `tb_role_mapping` 来维护: