urban-investment-research/README.md

29 lines
691 B
Markdown
Raw Normal View History

2023-03-13 14:18:10 +08:00
# urban-investment-research
城投调研工具后端
2023-03-13 16:24:58 +08:00
## 克隆项目
2023-03-13 14:18:10 +08:00
2023-03-13 16:24:58 +08:00
```shell
git clone http://gitlab.fecribd.com/wuchunquan/urban-investment-research.git
2023-03-13 14:18:10 +08:00
```
2023-03-14 09:20:45 +08:00
## 项目结构说明
2023-03-13 14:18:10 +08:00
2023-03-14 09:20:45 +08:00
```
Config/ #配置信息
Context/ #全局服务
jurigged/ #热更新库
Mods/ #业务模块
- BasicInformation/ #基础信息
2023-03-21 14:34:38 +08:00
- CommonInformation/ #共用数据
2023-03-14 09:20:45 +08:00
- EditRecord/ #编辑记录
- IndepthResearch/ #深度调研
2023-03-21 14:34:38 +08:00
- OtherInformation/ #补充信息
- RegionalEconomies/ #区域经济
2023-03-14 09:37:59 +08:00
- User/ #用户模块
2023-03-14 09:20:45 +08:00
Utils/ #工具库
debug.py #项目开发启动入口
main.py #项目开发启动入口
```