摘要
随着信息技术在管理上越来越深入而广泛的应用,管理信息系统的实施在技术上已逐步成熟。本文介绍了微信小程序在线订餐系统的开发全过程。通过分析微信小程序在线订餐系统管理的不足,创建了一个计算机管理微信小程序在线订餐系统的方案。文章介绍了微信小程序在线订餐系统的系统分析部分,包括可行性分析等,系统设计部分主要介绍了系统功能设计和数据库设计。
本微信小程序在线订餐系统管理员功能可以修改个人中心,用户管理,菜品分类管理,菜品信息管理,订单信息管理,取消订单管理,订单配送管理,菜品评价管理以及系统管理。微信小程序用户可以注册以及登录,登录之后可以可以查看菜品信息,可以对菜品信息进行收藏以及订购,还可以查看菜品资讯,可以对已经生成的订单信息进行取消操作,查看订单配送情况,以及查看菜品评价,我的收藏等。因而具有一定的实用性。本站后台采用Java的SSM框架进行后台管理开发,可以在浏览器上登录进行后台数据方面的管理,MySQL作为本地数据库,微信小程序用到了微信开发者工具,充分保证系统的稳定性。系统具有界面清晰、操作简单,功能齐全的特点,使得微信小程序在线订餐系统管理工作系统化、规范化。
关键词:微信小程序在线订餐系统;SSM框架;MYSQL数据库
Abstract
With the deepening and extensive application of information technology in management, the implementation of management information systems has gradually matured in technology. This article introduces the entire development process of the WeChat Mini Program online ordering system. By analyzing the deficiencies in the management of the WeChat applet online meal ordering system, a computer management plan for the WeChat applet online meal ordering system was created. The article introduces the system analysis part of the WeChat applet online ordering system, including feasibility analysis, etc. The system design part mainly introduces the system function design and database design.
The online ordering system administrator function of this WeChat applet can modify the personal center, user management, dish classification management, dish information management, order information management, cancel order management, order delivery management, dish evaluation management and system management. WeChat applet users can register and log in. After logging in, they can view the dish information, collect and order the dish information, and view the dish information, cancel the order information that has been generated, check the order delivery status, and view Dishes evaluation, my collection, etc. So it has a certain practicability. The background of this site uses the Java SSM framework for background management and development. You can log in on the browser to manage the background data. MySQL is the local database, and the WeChat applet uses the WeChat developer tools to fully ensure the stability of the system. The system has the characteristics of clear interface, simple operation and complete functions, which makes the management of the WeChat applet online ordering system systematized and standardized.
Keywords: WeChat applet online ordering system; SSM framework; MYSQL database
目录
1系统概述 1
1.1 研究背景 1
1.2研究目的 1
1.3系统设计思想 1
2相关技术 2
2.1微信小程序 2
2.2 MYSQL数据库 3
2.3 uni-app 3
2.4 SSM框架简介 4
3系统分析 5
3.1可行性分析 5
3.1.1技术可行性 6
3.1.2经济可行性 6
3.1.3操作可行性 6
3.2系统性能分析 6
3.2.1 系统安全性 6
3.2.2 数据完整性 7
3.3系统界面分析 7
3.4系统流程和逻辑 8
4系统概要设计 9
4.1概述 9
4.2系统结构 10
4.3.数据库设计 11
4.3.1数据库实体 11
4.3.2数据库设计表 13
5系统详细实现 18
5.1 管理员模块的实现 18
5.1.1 菜品信息管理 18
5.1.2 订单配送管理 18
5.1.3 订单统计管理 19
5.1.4 菜品评价管理 19
5.1.5 菜品分类管理 20
5.2 小程序用户模块的实现 21
5.2.1 系统首页 21
5.2.2 我的菜单 22
5.2.2 收藏与下单 24
6系统测试 25
6.1概念和意义 25
6.2特性 25
6.3重要性 26
6.4测试方法 26
6.5 功能测试 27
6.6可用性测试 27
6.7性能测试 27
6.8测试分析 28
6.9测试结果分析 28
结论 28
致谢语 29
参考文献 30
随着互联网技术的快速发展,网络时代的到来,网络信息也将会改变当今社会。各行各业在日常企业经营管理等方面也在慢慢的向规范化和网络化趋势汇合。微信小程序在线订餐系统的信息化程度体现在将互联网与信息技术应用于经营与管理,以现代化工具代替传统手工作业。无疑,使用网络信息化管理使信息管理更先进、更高效、更科学,信息交流更迅速。
对于之前微信小程序在线订餐系统的管理,大部分都是使用传统的人工方式去管理,这样导致了管理效率低下、出错频率高。而且,时间一长的话,积累下来的数据信息不容易保存,对于查询、更新还有维护会带来不少问题。对于数据交接也存在很大的隐患。如果采用电子化的存储方式就会带来很大的改善,而且给用户的查询带来了很大便利,因此设计一个微信小程序在线订餐系统刻不容缓,能够提高信息的管理水平。