业务助手-城投调研工具后端
Go to file
wcq 1a604142d6 修改用戶模塊劉闢 2023-03-28 10:25:07 +08:00
.idea 编写企业新建接口与第三方接口 2023-03-23 15:31:16 +08:00
Config 天眼查api token配置 2023-03-27 16:49:17 +08:00
Context 添加第三方接口、新建城投公司时股东信息自动录入 2023-03-24 11:03:13 +08:00
Mods 修改用戶模塊劉闢 2023-03-28 10:25:07 +08:00
ThirdPartyApi 添加天眼查组合信息api接口 2023-03-28 10:06:26 +08:00
Utils 通用增刪改查增加find_in_set 2023-03-28 10:15:27 +08:00
jurigged 添加jurigged 2023-03-13 16:27:35 +08:00
static 修改地区数据 2023-03-27 11:11:25 +08:00
.gitignore 编写文件上传接口 2023-03-23 10:44:12 +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    #项目开发启动入口