业务助手-城投调研工具后端
Go to file
wcq 34f7cb1830 添加修改记录模块 2023-03-14 10:49:27 +08:00
.idea 添加修改记录模块 2023-03-14 10:49:27 +08:00
Config 修改配置 2023-03-13 16:24:58 +08:00
Context 添加修改记录模块 2023-03-14 10:49:27 +08:00
Mods 添加修改记录模块 2023-03-14 10:49:27 +08:00
Utils 添加修改记录模块 2023-03-14 10:49:27 +08:00
jurigged 添加jurigged 2023-03-13 16:27:35 +08:00
.gitignore 初始化项目 2023-03-13 14:22:40 +08:00
README.md 添加用户模块 2023-03-14 09:37:59 +08:00
debug.py 添加修改记录模块 2023-03-14 10:49:27 +08:00
main.py 添加修改记录模块 2023-03-14 10:49:27 +08:00
requirements.txt 初始化项目 2023-03-13 14:22:40 +08:00

README.md

urban-investment-research

城投调研工具后端

克隆项目

git clone http://gitlab.fecribd.com/wuchunquan/urban-investment-research.git

项目结构说明

Config/    #配置信息
Context/   #全局服务
jurigged/  #热更新库
Mods/      #业务模块
    - BasicInformation/      #基础信息
    - CreditRisks/           #信用风险
    - EditRecord/            #编辑记录
    - FinancialStatements/   #财务报表
    - IndepthResearch/       #深度调研
    - Operation/             #经营情况
    - SubjectRating/         #主体评级
    - User/                  #用户模块
Utils/     #工具库
debug.py   #项目开发启动入口
main.py    #项目开发启动入口