业务助手-城投调研工具后端
Go to file
wcq 1406c1e1a9 编写信息录入接口 2023-03-30 16:49:46 +08:00
.idea 编写信息录入接口 2023-03-30 16:49:46 +08:00
Config 编写信息录入接口 2023-03-30 16:49:46 +08:00
Context 添加接口调用限制 2023-03-29 16:32:04 +08:00
DataLoad 编写信息录入接口 2023-03-30 16:49:46 +08:00
Mods 编写信息录入接口 2023-03-30 16:49:46 +08:00
ThirdPartyApi 编写信息录入接口 2023-03-30 16:49:46 +08:00
Utils 添加接口调用限制 2023-03-29 16:32:04 +08:00
jurigged 添加jurigged 2023-03-13 16:27:35 +08:00
static 编写数据录入,修改数据库模型 2023-03-30 15:05:45 +08:00
.gitignore 编写文件上传接口 2023-03-23 10:44:12 +08:00
CodeMakeUtils.py 增加城投查询数据表 2023-03-29 15:42:57 +08:00
README.md 编写财务报表的增删改查 2023-03-21 14:34:38 +08:00
debug.py 编写通用查询接口 2023-03-22 17:06:48 +08:00
docs_fect_hook.js bug修改 2023-03-27 15:53:10 +08:00
init.py 添加行业分类信息相关接口 2023-03-23 16:08:39 +08:00
main.py 修改bug 2023-03-27 14:35:22 +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    #项目开发启动入口