摘 要 随着信息技术的发展,管理系统越来越成熟,各种企事业单位使用各种类型的管理系统来提高工作效率,从而降低手工劳动的弊端。传统模式的家政服务管理满足不了现代人的生活追求,服务质量、服务速度。随着互联网+的理念的发展,为了提供用户方便快捷的家政服务渠道,打造舒适的家政服务;基于微信小程序的家政服务平台是一个对服务人员进行分级管理,再通过数据显示给用户,让用户进行选择,最终形成订单收取费用为整个流程的全面管理平台。 论文先介绍当前基于微信小程序的家政服务平台的现状,然后调研开发这一系统的主流技术,最终选择通过微信小程序、Vue.js框架、Java后台开发,选择轻量级的关系型MySQL数据库存储数据。接着进行系统的需求分析、总体功能设计、详细设计的过程。基于微信小程序的家政服务平台主要包括了前台预约和后台信息管理两个部分。基于微信小程序的家政服务平台可以为家政服务提供高效的预约方式,提供便捷的预约渠道,提高了预约效率。
关键词:微信小程序、家政服务、预约、MySQL数据库
Abstract With the development of information technology, management systems are becoming increasingly mature, and various enterprises and institutions use various types of management systems to improve work efficiency and reduce the drawbacks of manual labor. The traditional mode of household service management cannot meet the modern people's pursuit of life, service quality, and service speed. With the development of the concept of Internet plus, in order to provide users with convenient and fast housekeeping service channels, create comfortable housekeeping services; The household service platform based on WeChat mini program is a comprehensive management platform that manages service personnel in a hierarchical manner, displays data to users, allows them to make choices, and ultimately forms the entire process of order collection fees. The paper first introduces the current status of the current home service platform based on WeChat applet, then investigates and develops the mainstream technology of this system, and finally chooses to use the lightweight relational MySQL database to store data through WeChat applet, Vue.js framework, and Java background development. Then proceed with the process of system requirements analysis, overall functional design, and detailed design. The home service platform based on WeChat mini programs mainly includes two parts: front desk appointment and backend information management. The household service platform based on WeChat mini programs can provide efficient appointment methods for household services, provide convenient appointment channels, and improve appointment efficiency.
Keywords: WeChat mini program, housekeeping service, appointment, MySQL database
目 录
摘 要 I Abstract II 1 绪论 1 1.1 选题背景意义 1 1.2 国内外研究现状 1 1.3 研究内容 2 2 相关技术介绍 4 2.1 Java语言 4 2.2微信小程序 4 2.3 Mysql数据库 5 3 系统分析 6 3.1可行性分析 6 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.3.1 微信小程序功能需求 7 3.3.2 管理员后台功能需求 8 4系统总体设计 10 4.1系统功能设计 10 4.1.1功能设计 10 4.2.2用户预定设计 11 4.2 数据库设计 11 4.2.1逻辑结构设计 11 4.2.2物理结构设计 12 5 系统详细设计与实现 19 5.1 系统开发环境 19 5.2 后台管理功能设计 19 5.2.1管理员功能设计 19 5.2.2管理主界面设计 20 5.2.3家政人员管理设计 22 5.2.3家政服务管理设计 24 5.2.4用户管理设计 26 5.2.5家政服务订单设计 29 5.3 微信小程序功能设计 31 5.3.1会员注册设计 31 5.3.2会员登录设计 32 5.3.3家政服务查看设计 34 5.3.4家政服务预定设计 35 6系统测试 37 6.1 测试说明 37 6.2 测试用例 37 6.3 系统测试结果 39 总结 40 参考文献 41 谢 辞 43
在前台主要包括首页、查看家政服务资讯、家政服务信息,家政服务论坛、家政服务预定。 基于微信小程序的家政服务平台的首页包括了logo信息、导航信息、家政服务信息推荐和底部信息。在首页中通过导航栏可以跳转到对应的功能页面,在家政服务信息推荐中,通过后台的推荐信息查看对应的家政服务。 前台用户可以查看家政服务资讯,在家政服务资讯模块中包括家政服务资讯,图片资讯内容和标题。 家政服务信息包括家政服务的分类,价格,服务人员等。登录用户可以进行预定。 论坛交流,根据论坛类型进行发帖和回复。 后台管理员通过管理权进行登录,然后进行家政服务管理、预约订单管理、公告资讯管理、会员信息管理、论坛管理、系统管理。