项目文档

This commit is contained in:
青蓝 2024-10-24 16:45:54 +00:00
parent 4a42ffd5e9
commit 298b7900ec

View File

@ -49,9 +49,9 @@ api-billing-system/
├── Config/ # 系统配置文件 ├── Config/ # 系统配置文件
├── Tests/ # 单元测试及集成测试 ├── Tests/ # 单元测试及集成测试
├── Tools/ # 工具类 ├── Tools/ # 工具类
├── README.md # 项目文档(本文件) ├── README.md # 项目文档(本文件)
├── Database.md # 数据库定义文档 ├── Database.md # 数据库定义文档
├── APIDefine.md # API定义文档 ├── APIDefine.md # API定义文档
└── ErrorCode.md # 错误码文档 └── ErrorCode.md # 错误码文档
``` ```