Files
makemd/docs/02_Backend/00_Backend_Index.md
wurenzhi 48a78137c5 refactor(terminology): 统一术语标准并优化代码类型安全
- 将B2B统一为TOB术语
- 将状态值统一为大写格式
- 优化类型声明,避免使用any
- 将float类型替换为decimal以提高精度
- 新增术语标准化文档
- 优化路由结构和菜单分类
- 添加TypeORM实体类
- 增强加密模块安全性
- 重构前端路由结构
- 完善任务模板和验收标准
2026-03-20 09:43:50 +08:00

27 lines
614 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# 后端文档索引
> **模块**: 02_Backend - 后端设计与实现
> **更新日期**: 2026-03-21
---
## 后端文档概览
后端文档包含后端设计、API规范等核心文档详细内容请参考全局文档索引。
> **详细文档索引**:请参考 [全局文档索引](../10_Documents_Global/DOC_INDEX.md)
---
## 关联模块
- [架构模块](../01_Architecture/00_Architecture_Index.md)
- [前端模块](../03_Frontend/00_Frontend_Index.md)
---
## 最近更新
- 2026-03-21: 简化文档索引引用全局DOC_INDEX.md
- 2026-03-19: 重构后端文档结构,统一命名规范