fix:将系统名称从“芋道管理系统”变更为“AIOTAGRO管理系统
This commit is contained in:
13
docs/小程序架构文档.md
Normal file
13
docs/小程序架构文档.md
Normal file
@@ -0,0 +1,13 @@
|
||||
# 小程序架构文档
|
||||
|
||||
## 技术选型
|
||||
- 原生小程序或 UniApp + 后端 REST API
|
||||
|
||||
## 架构示意
|
||||
```mermaid
|
||||
flowchart LR
|
||||
MP[MiniProgram] --> API
|
||||
API --> DB[(MySQL)]
|
||||
API --> Redis[(Cache)]
|
||||
API --> MQ{{Async}}
|
||||
```
|
||||
Reference in New Issue
Block a user