refactor(terminology): 统一术语标准并优化代码类型安全

- 将B2B统一为TOB术语
- 将状态值统一为大写格式
- 优化类型声明,避免使用any
- 将float类型替换为decimal以提高精度
- 新增术语标准化文档
- 优化路由结构和菜单分类
- 添加TypeORM实体类
- 增强加密模块安全性
- 重构前端路由结构
- 完善任务模板和验收标准
This commit is contained in:
2026-03-20 09:43:50 +08:00
parent eafa1bbe94
commit 48a78137c5
132 changed files with 13767 additions and 2140 deletions

View File

@@ -12,7 +12,7 @@
| [01_Data_API](01_Data_API.md) | 数据模块API规范 | ✅ |
| [02_Finance_API](02_Finance_API.md) | 财务模块API规范 | ✅ |
| [03_Order_API](03_Order_API.md) | 订单模块API规范 | ✅ |
| [04_Product_API](04_Product_API.md) | 品模块API规范 | ✅ |
| [04_Product_API](04_Product_API.md) | 品模块API规范 | ✅ |
---