Skip to content

Commit

Permalink
Update 0-代码分层设计.md
Browse files Browse the repository at this point in the history
  • Loading branch information
gqcn authored Oct 31, 2024
1 parent 10b225e commit e60d1d7
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,9 @@ hide_title: true

传统的三层架构设计如上图,将项目代码划分了三层,每一层有其独自的职责边界。但在大多数的场景中,我们常看到的是以下的分层结构,将数据结构模型再进一步地抽离了出来统一维护。

![三层架构设计模式](/markdown/fe9aea78ab05dc6db3b34d021a05ee76.png)图3\. 常见三层架构设计模型
![三层架构设计模式](/markdown/fe9aea78ab05dc6db3b34d021a05ee76.png)

图3\. 常见三层架构设计模型

### 表示层 \- `UI`

Expand Down Expand Up @@ -82,4 +84,4 @@ hide_title: true

## 四、更进一步了解

代码分层思想是最基础的工程设计入门,我们需要将分层思想进行落地,具体请参考: [工程目录设计🔥](1-工程目录设计.md)
代码分层思想是最基础的工程设计入门,我们需要将分层思想进行落地,具体请参考: [工程目录设计🔥](1-工程目录设计.md)

0 comments on commit e60d1d7

Please sign in to comment.