当前位置: 首页 » 高等教育 » 毕业设计 » 基于微信小程序电子菜单点菜系统的设计与实现(SSM,MySQL)(含录像)

资料介绍:
基于微信小程序电子菜单点菜系统的设计与实现(SSM,MySQL)(含录像)(论文说明书10000字,程序代码,MySQL数据库)
摘要
基于微信小程序的电子菜单点菜系统采用JAVA编程语言,结合html技术和mvc技术,在dreamweaver编辑器和mysql数据库上设计并实现的。目的在于呈现一个完整的交易系统,供各种用户使用,系统着重实现了菜品发布、出售、交易的功能。基于微信小程序的电子菜单点菜系统主要包括管理端和客户端两部分:前台子系统为用户提供注册、登陆的功能,以及浏览菜品,购买菜品,提交订单后采用模拟的金额支付,实现菜品的购买流程。后台子系统供网站内部管理人员使用,可以添加新的菜品、菜品修改和调整,菜品种类维护,可以对用户进行管理。对用户的订单进行管理配送等。
关键词:基于B/S模式;mysql;电子菜单点菜系统
Abstract
The electronic menu ordering system based on WeChat applet adopts the JAVA programming language, combines html technology and mvc technology, and is designed and implemented on the dreamweaver editor and mysql database. The purpose is to present a complete trading system for various users. The system focuses on realizing the functions of dish publishing, selling and trading. The electronic menu ordering system based on WeChat applet mainly includes two parts: the management terminal and the client terminal: the front-end subsystem provides users with the functions of registration and login, as well as browsing and purchasing dishes. purchase process. The background subsystem is used by the internal management personnel of the website, which can add new dishes, modify and adjust dishes, maintain the types of dishes, and manage users. Manage and ship orders for users.
Keywords :Based on B/S mode; mysql; Electronic menu ordering system

9.系统前台功能模块分为:
菜品模块:展示系统的所有最新菜品;
推荐菜品模块:展示系统的所有推荐菜品;
菜品分类模块:通过菜品分类更快找到所需的菜品;
菜品索引模块:输入关键词,如菜品名称、菜品ID、菜品类别来索引菜品。
用户购物车模块:跟淘宝、京东等大型电子商务网站一样,将菜品放入用户购物车,从而管理用户购物车里的菜品。
订单上交模块:跟淘宝外卖网、饿了么、美团外卖等大型电子商务网站一样,确认购物车的菜品后,提交用户订单,然后确认收货地址和收货人、联系电话等,方可付款。
用户订单索引模块:对用户的已有的订单进行查看和索引。
用户注册模块:浏览者可以通过注册成为用户;
用户登录模块:用户可以登录后购买想要的菜品;
用户资料修改:用户可以修改自己的信息。
10.系统后台功能模块分为:
菜品信息管理模块:管理各菜品信息,对菜品的信息进行维护,可以增加菜品,修改,删除菜品信息;
系统用户维护模块:包括注册用户维护和系统管理员用户维护,普通管理员能对注册用户维护,不能对系统管理员用户维护,只有超级管理员才有维护管理员的权限。
订单维护模块;对用户的交易订单进行维护,是否有刷单等不合理订单,删除不合理的订单等操作。
公告管理模块:可以管理分类信息,增加和删除公告信息;
评论管理模块:管理员可以查看用户的评论,对评论进行维护。

后台开发语言:JAVA,框架:SSM,数据库:mysql,开发软件:eclipse/myeclipse/idea
小程序软件:微信开发者