业务助手-城投调研工具后端
Go to file
wcq 1ec16747d2 添加区域经济路由 2023-03-22 10:29:32 +08:00
.idea 添加修改记录模块 2023-03-14 10:49:27 +08:00
Config 编写财务报表的增删改查 2023-03-21 16:28:32 +08:00
Context 编写编辑记录中间件 2023-03-20 14:11:37 +08:00
Mods 添加区域经济路由 2023-03-22 10:29:32 +08:00
Utils 编写财务报表的增删改查 2023-03-21 14:34:38 +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-21 14:34:38 +08:00
debug.py 添加修改记录模块 2023-03-14 10:49:27 +08:00
docs_fect_hook.js 添加未查询的错误提示 2023-03-22 09:24:16 +08:00
main.py 添加区域经济路由 2023-03-22 10:29:32 +08:00
requirements.txt 增加城投信息的增删改查接口 2023-03-17 14:31:32 +08:00

README.md

urban-investment-research

城投调研工具后端

克隆项目

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

项目结构说明

Config/    #配置信息
Context/   #全局服务
jurigged/  #热更新库
Mods/      #业务模块
    - BasicInformation/      #基础信息
    - CommonInformation/     #共用数据
    - EditRecord/            #编辑记录
    - IndepthResearch/       #深度调研
    - OtherInformation/      #补充信息
    - RegionalEconomies/     #区域经济
    - User/                  #用户模块
Utils/     #工具库
debug.py   #项目开发启动入口
main.py    #项目开发启动入口