*本系统功能模块、字段参数,均可结合用户实际业务需求调整,可增可减,以达到最佳业务管理流程的体验!
| 编号 | 模块名称 | 字段参数 |
| 1 | 用户管理 | userID、username、password、email、mobile、role等 |
| 2 | 歌曲管理 | songID、songName、artist、album、genre、duration等 |
| 3 | 播放列表管理 | userID、songList等 |
| 4 | 歌手管理 | artistID、debutDate、genre等 |
| 5 | 专辑管理 | albumID、albumName、artistID、genre等 |
| 6 | 歌曲分类管理 | songList等 |
| 7 | 用户收藏管理 | userID、songList等 |
| 8 | 歌曲评论管理 | commentID、userID、songID、content等 |
| 9 | 歌手评论管理 | commentID、userID、artistID、content等 |
| 10 | 专辑评论管理 | commentID、userID、albumID、content等 |
| 11 | 用户日志管理 | userID、action、timestamp等 |
| 12 | 歌曲排行榜管理 | rankID、rankName、songList等 |
| 13 | 歌手排行榜管理 | rankID、rankName等 |
| 14 | 专辑排行榜管理 | rankID、rankName、albumList等 |
| 15 | 歌曲搜索管理 | searchID、timestamp等 |
| 16 | 歌手搜索管理 | searchID、timestamp等 |
| 17 | 专辑搜索管理 | searchID、timestamp等 |
| 18 | 歌曲播放记录管理 | recordID、userID、songID、timestamp等 |
| 19 | 歌手热度管理 | artistID、timestamp等 |
| 20 | 专辑热度管理 | albumID、timestamp等 |