We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5987d00 commit 29dffbfCopy full SHA for 29dffbf
docs/backend/reference/CRUD.md
@@ -21,8 +21,9 @@ fba 遵循以下命名规范:
21
- 获取/查询列表表达式:`get_select()`
22
- 获取/查询列表:`get_list()`
23
- 获取/查询所有:`get_all()`
24
+- 连接查询(join):`get_with_join()`
25
+- 关系查询(relationship):`get_with_relation()`
26
- 子查询:`get_children()`
-- 关系查询:`get_with_relation()`
27
- 创建:`create()`
28
- 更新:`update()`
29
- 删除:`delete()`
docs/backend/reference/schema.md
@@ -14,7 +14,8 @@ title: schema
14
- 更新入参:`UpdateXxxParam()`
15
- 批量删除入参:`DeleteXxxParam()`
16
- 查询详情:`GetXxxDetail()`
17
-- 查询详情(包含关系):`GetXxxWithRelationDetail()`
+- 查询详情(join):`GetXxxWithJoinDetail()`
18
+- 查询详情(relationship):`GetXxxWithRelationDetail()`
19
- 查询树:`GetXxxTree()`
20
## Field 定义
0 commit comments