# JeecgCrm
**Repository Path**: ma_hongbiao/jeecg-crm
## Basic Information
- **Project Name**: JeecgCrm
- **Description**: 基于JeecgBoot的CRM客户管理系统
- **Primary Language**: Unknown
- **License**: Apache-2.0
- **Default Branch**: crm
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 1
- **Forks**: 0
- **Created**: 2025-06-08
- **Last Updated**: 2025-11-10
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
# 基于JeecgBoot开发的CRM客户关系管理系统
## 致谢
* 技术
[JeecgBoot](https://gitee.com/jeecg/JeecgBoot)
* 业务
SuiteCRM
## 删除demo的表和数据
truncate table sys_log;
truncate table sys_data_log ;
truncate table jimu_report ;
truncate table jimu_report_data_source ;
truncate table jimu_report_db ;
truncate table jimu_report_db_field ;
truncate table jimu_report_db_param ;
truncate table jimu_report_export_job ;
truncate table jimu_report_export_log ;
truncate table jimu_report_link ;
truncate table jimu_report_share ;
truncate table onl_drag_comp;
truncate table onl_drag_dataset_head ;
truncate table onl_drag_dataset_item ;
truncate table onl_drag_dataset_param ;
truncate table onl_drag_page ;
truncate table onl_drag_page_comp ;
truncate table onl_drag_share ;
truncate table onl_drag_table_relation ;
truncate table airag_app ;
truncate table airag_flow ;
truncate table airag_knowledge ;
truncate table airag_knowledge_doc ;
truncate table sys_comment ;
drop table demo ;
drop table joa_demo ;
drop table rep_demo_dxtj ;
drop table rep_demo_employee ;
drop table rep_demo_gongsi ;
drop table rep_demo_jianpiao ;
drop table rep_demo_order_main ;
drop table rep_demo_order_product ;
drop table jeecg_order_customer ;
drop table jeecg_order_main ;
drop table jeecg_order_ticket ;
drop table test_demo ;
drop table test_enhance_select ;
drop table test_note ;
drop table test_online_link ;
drop table test_order_customer ;
drop table test_order_main ;
drop table test_order_product ;
drop table test_person ;
drop table test_shoptype_tree ;