mall是一套電商系統,后臺系統主要包括商品管理、訂單管理、營銷管理(運營管理+促銷管理)、內容管理、用戶管理等模塊,本文主要對這些模塊的數據庫表結構及功能做大概的介紹。
商品管理
數據庫表結構
功能結構
訂單管理
數據庫表結構
功能結構
營銷管理
數據庫表結構
功能結構
內容管理
數據庫表結構
功能結構
用戶管理
數據庫表結構
功能結構
注意
:部分功能暫未實現,只是對表結構進行了設計,商品管理、訂單管理、營銷管理大部分功能均已實現。
相關資料
PowerDesigner數據庫設計文件
商品管理:https://github.com/macrozheng/mall-learning/blob/master/document/pdm/mall_pms.pdm
訂單管理:https://github.com/macrozheng/mall-learning/blob/master/document/pdm/mall_oms.pdm
營銷管理:https://github.com/macrozheng/mall-learning/blob/master/document/pdm/mall_sms.pdm
內容管理:https://github.com/macrozheng/mall-learning/blob/master/document/pdm/mall_cms.pdm
用戶管理:https://github.com/macrozheng/mall-learning/blob/master/document/pdm/mall_ums.pdm
MindMaster功能思維導圖
商品管理:https://github.com/macrozheng/mall-learning/blob/master/document/mind/pms.emmx
訂單管理:https://github.com/macrozheng/mall-learning/blob/master/document/mind/oms.emmx
營銷管理:https://github.com/macrozheng/mall-learning/blob/master/document/mind/sms.emmx
內容管理:https://github.com/macrozheng/mall-learning/blob/master/document/mind/cms.emmx
用戶管理:https://github.com/macrozheng/mall-learning/blob/master/document/mind/ums.emmx
使用到的工具
PowerDesigner:http://powerdesigner.de/
MindMaster:http://www.edrawsoft.cn/mindmaster
推薦閱讀
mall在Linux環境下的部署(基于Docker Compose)
mall在Linux環境下的部署(基于Docker容器)
mall在Windows環境下的部署
mall整合SpringBoot+MyBatis搭建基本骨架
mall整合Swagger-UI實現在線API文檔
mall整合SpringSecurity和JWT實現認證和授權(一)
mall整合Elasticsearch實現商品搜索
mall整合Mongodb實現文檔操作
mall整合RabbitMQ實現延遲消息
mall整合OSS實現文件上傳
歡迎關注,點個在看