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 aeb32e1 commit 3d5c864Copy full SHA for 3d5c864
docs/backend/summary/intro.md
@@ -10,15 +10,15 @@ mvc 架构作为常规设计模式,在 python web 中很常见,但是三层
10
11
但请注意,我们并没有传统的多 app 结构(django、springBoot...),而是[自以为是的 app 结构](#项目结构)
12
13
-如果您不喜欢这种模式,可以使用模板对其进行任意改造!
+如果您不喜欢这种模式,可以对其进行任意改造!
14
15
-| 工作流程 | java | fastapi_best_architecture |
+| 模块 | java | fastapi_best_architecture |
16
| -------- | -------------- | ------------------------- |
17
| 视图 | controller | api |
18
| 数据传输 | dto | schema |
19
| 业务逻辑 | service + impl | service |
20
| 数据访问 | dao / mapper | crud |
21
-| 模型 | model / entity | model |
+| 模型 | entity | model |
22
23
## 特性
24
0 commit comments