# CRM-Practice **Repository Path**: scrh0052/CRM-Practice ## Basic Information - **Project Name**: CRM-Practice - **Description**: 练手CRM项目 - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-06-23 - **Last Updated**: 2021-08-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # CRM客户信息管理系统 --- ## 使用技术 - 后端 - Spring - SpringMVC - Mybatis、TkMybatis - jsp、servlet - Druid数据库连接池 - Hutool工具包 - 前端 - UI框架:Bootstrap、layui - JS工具:jQuery、Ajax --- ## 实现功能展示 不同模块有的相似功能不予重复展示 ### 管理员用户相关 - 登录功能(提供的sql脚本中包含默认用户名`admin`密码`admin`) ![image-20210817145710154](https://gitee.com/scrh0052/pic-go-repo/raw/master/img/20210817145717.png) - 登录后界面 ![image-20210817145858637](https://gitee.com/scrh0052/pic-go-repo/raw/master/img/20210817145858.png) - 管理员用户的头像上传修改 ![image-20210817150054730](https://gitee.com/scrh0052/pic-go-repo/raw/master/img/20210817150054.png) - 登出 ![image-20210817150202669](https://gitee.com/scrh0052/pic-go-repo/raw/master/img/20210817150202.png) ### 市场活动模块 - 分页查询 ![image-20210817150251541](https://gitee.com/scrh0052/pic-go-repo/raw/master/img/20210817150251.png) - 批量删除 ![image-20210817150431894](https://gitee.com/scrh0052/pic-go-repo/raw/master/img/20210817150431.png) - 修改 ![image-20210817150454433](https://gitee.com/scrh0052/pic-go-repo/raw/master/img/20210817150454.png) - 创建 ![image-20210817150527617](https://gitee.com/scrh0052/pic-go-repo/raw/master/img/20210817150527.png) - 详情页及备注(评论) ![image-20210817150652420](https://gitee.com/scrh0052/pic-go-repo/raw/master/img/20210817150652.png) ### 线索模块(展示与市场活动不同的部分) - 搜索条件下拉框 ![image-20210817150835341](https://gitee.com/scrh0052/pic-go-repo/raw/master/img/20210817150835.png) - 与市场活动相关联 ![image-20210817150911274](https://gitee.com/scrh0052/pic-go-repo/raw/master/img/20210817150911.png) - 线索的转换 ![image-20210817150946453](https://gitee.com/scrh0052/pic-go-repo/raw/master/img/20210817150946.png) --- 客户、联系人以及交易模块与市场活动模块基本类似,不予展示