摘 要


民以食为天,餐饮业一直是与人们日常生活息息相关的产业。传统的电话订餐或者到店消费已经不能适应市场发展的需求。随着网络的迅速崛起,互联网日益成为提供信息的最佳俱渠道和逐步走向传统的流通领域,传统的餐饮业进而也面临着巨大的挑战,此时推出网络订餐非常适时。

与传统的电话订餐以及去店里订餐的方式相比,网络订餐有着自己独特的优点——直观、互动性强、成本低、方便快捷。顾客可以及时了解到最新商品,及时反馈商家的服务;也能在商家营业的任何时候下单,并且自由决定送餐时间,这对于消费者也是更好的服务。对于商家来说,也可以更方便地留住有价值的客户,挖掘潜在客户等。网络点餐提供图文并茂,及时更新的丰富消息,这一定程度上给客户更多的选择权和自由权。目前网络点餐形式主要有商家入驻APP、自己创建店铺的小程序等订餐小程序开发使系统能够更加方便快捷,同时也促使订餐小程序变的更加系统化、有序化。系统界面较友好,易于操作。具体在系统设计上,客户端使用微信开发者,后台也使用java技术在动态页面上进行了设计,Mysql数据库,是一个非常优秀的订餐系统小程序



关键词:订餐小程序;微信开发者 java语言  Mysql 数据库 SSM框架  


Abstract

   

Food is the essence of the people, and catering industry has always been closely related to people's daily life. The traditional telephone ordering or store consumption can not meet the needs of market development. With the rapid rise of the Internet, the Internet is becoming the best channel to provide information and gradually moving towards the traditional circulation field. The traditional catering industry is also facing great challenges. At this time, it is very timely to launch online ordering.

Compared with the traditional way of telephone ordering and ordering in the store, online ordering has its own unique advantages - intuitive, interactive, low cost, convenient and fast. Customers can know the latest products in time and feed back the service of the business in time; they can also place orders at any time when the business is open and freely decide the meal delivery time, which is also a better service for consumers. For businesses, it is more convenient to retain valuable customers and tap potential customers. Online ordering provides rich information with pictures and text, which gives customers more choices and freedom to a certain extent. At present, the main forms of online ordering are businesses entering app, creating their own shop app, etc. the development of ordering app makes the system more convenient and efficient, and also makes the ordering app more systematic and orderly. The system interface is friendly and easy to operate. Specifically in the system design, the client uses wechat developers, the background also uses Java technology in the dynamic page design, MySQL database, is a very excellent ordering system small program


Key words: ordering small program, wechat developer, Java language, MySQL database, SSM framework

目  录

摘 要 III

Abstract 1

1 系统概述 2

1.1 概述 3

1.2课题意义 4

1.3 主要内容 5

2 系统开发环境 6

2.1微信开发者工具 6

2.2小程序框架以及目录结构介绍 6

2.3 JAVA简介 7

2.4 MySQL数据库 7

2.5 SSM三大框架 7

3 需求分析 8

3.1 系统设计目标 8

3.2需求分析概述 9

3.3 系统可行性分析 9

3.4经济可行性 10

3.5操作可行性:  11

3.6系统流程和逻辑 12

4系统概要设计 13

4.1 概述 14

4.2 系统结构 15

4.3. 数据库设计 16

4.3.1 数据库实体 17

4.3.2 数据库设计表 18

5系统详细设计 18

5.2用户微信端功能模块 20

5.3管理员服务端功能界面 20

6 系统测试 21

6.1 测试理论 21

6.2 测试方法及用例 22

6.3测试结果 24

结论 25

致 谢 26

参考文献 27


订餐小程序主要是为了提高用户的工作效率和更方便快捷的满足用户,更好存储所有数据信息及快速方便的检索功能,对订餐小程序的各个模块是通过许多今天的发达订餐小程序做出合理的分析来确定考虑用户的可操作性,遵循开发的系统优化的原则,经过全面的调查和研究。

订餐小程序所要实现的功能分析,对于现在网络方便,订餐小程序要实现管理员、用户可以直接在平台上进行查看自己所需数据信息,这样既能节省管理的时间,不用再像传统的方式,如果用户想要进行交流信息,必须双方见面进行沟通交流所需的信息,由于很多用户时间的原因,没有办法进行见面沟通交流,真的很难满足用户的各种需求。所以订餐小程序的开发不仅仅是能满足用户的需求,还能提高用户的使用率。所以系统管理必须要更快捷、有效、长期地为用户或潜在用户传递信息。建立一个订餐小程序更好的交流平台,提高系统对用户交流后的信息服务的效率。此系统可以满足大多数用户所提出的问题,用户可以根据自身的需求获取相应的服务,为系统管理提供了快捷的途径。

订餐小程序用户端要求在系统的安卓手机上可以运行,主要实现了线上订餐和配送等相关信息的查看,并且根据需求进行对管理服务端;首页、个人中心、用户管理、菜品分类管理、菜品信息管理、订单信息管理、配送信息管理、菜品评价管理、订单投诉管理、系统管理,用户微信端;首页、菜品信息、菜品资讯、我的(个人信息、菜品信息、订单信息、配送信息、菜品评价、订单投诉、我的收藏管理、客服)等主要功能模块的操作和管理。

基于微信小程序的订餐系统设计与实现-计算机毕业设计源码+LW文档_MySQL

基于微信小程序的订餐系统设计与实现-计算机毕业设计源码+LW文档_MySQL_02

基于微信小程序的订餐系统设计与实现-计算机毕业设计源码+LW文档_MySQL_03

基于微信小程序的订餐系统设计与实现-计算机毕业设计源码+LW文档_MySQL_04