fix:将系统名称从“芋道管理系统”变更为“AIOTAGRO管理系统

This commit is contained in:
2025-10-04 18:39:38 +08:00
parent 9b110e7296
commit 4ed9b88904
132 changed files with 481 additions and 17852 deletions

View File

@@ -0,0 +1,13 @@
# 小程序架构文档
## 技术选型
- 原生小程序或 UniApp + 后端 REST API
## 架构示意
```mermaid
flowchart LR
MP[MiniProgram] --> API
API --> DB[(MySQL)]
API --> Redis[(Cache)]
API --> MQ{{Async}}
```