1
疫情隔离酒店管理系统的设计与实现
摘要
摘要:计算机技术的应用非常广泛,几乎涉及到每个行业,人们现在的生活
也无法离开互联网。传统的客房模式主要依靠管理人员纯手工记录的相关信息,
比较繁琐,不方便查找,也非常容易出现错误。为了简化疫情隔离酒店管理的工
作流程,提高疫情隔离酒店管理的管理效率,实现客房的现代化建设,本文设计
了一款疫情隔离酒店管理系统。首先,根据收集到的用户需求分析,对设计系统
有一个初步的认识与了解,确定疫情隔离酒店管理系统的总体功能模块。然后,
详细设计系统的主要功能模块,使用 MySQL 数据库将与系统有关的数据进行保
存,再通过使用关键的开发工具,如 IDEA 开发平台、VUE 技术、SpringBoot 框
架等,编写相关的代码设计系统。接着,进行系统测试,并且不断地查找问题,
以及想出解决问题的方法,不断地改进和完善系统的设计。最后,对系统进行总
结和展望工作,总结实现系统过程中的学习经验等内容,并且对系统未来的运维
和发展提出相关的展望。本疫情隔离酒店管理系统的设计和实现,在安全性方面,
用户使用浏览器访问网站时,采用注册和密码等相关的保护措施,提高系统的可
靠性,维护用户的个人信息和财产的安全;在方便性方面,促进了客房的信息化
建设,极大的方便了相关的工作人员对疫情隔离酒店管理信息进行管理。
关键词:疫情隔离酒店管理;Java 语言;B/S 模式;VUE 技术;系统测试
2
Design and Implementation of Epidemic Isolation Hotel
Management System
The application of computer technology is very extensive, involving almost
every industry, and people's current lives cannot be separated from the Internet. The
traditional management model of epidemic isolation hotels mainly relies on the
manual recording of relevant information by management personnel, which is
relatively cumbersome, inconvenient to search, and very prone to errors. In order to
simplify the workflow of epidemic isolation hotel management, improve the
management efficiency of epidemic isolation hotel management, and achieve modern
construction of epidemic isolation hotel management, this article designs an epidemic
isolation hotel management system. Firstly, based on the collected user needs analysis,
we have a preliminary understanding and understanding of the design system, and
determine the overall functional modules of the epidemic isolation hotel management
system. Then, the main functional modules of the system are designed in detail, using
a MySQL database to save data related to the system. Then, by using key
development tools such as the IDEA development platform, VUE technology,
SpringBoot framework, etc., relevant code is written to design the system. Next,
conduct system testing and continuously search for problems, as well as come up with
solutions to improve and perfect the system design. Finally, summarize and prospect
the system, summarize the learning experience during the implementation process,
and propose relevant prospects for the future operation, maintenance, and
development of the system. The design and implementation of this epidemic isolation
hotel management system, in terms of security, when users use a browser to access
the website, relevant protection measures such as registration and password are
adopted to improve the reliability of the system and maintain the security of users'
personal information and property; In terms of convenience, it has promoted the
informatization construction of epidemic isolation hotel management and greatly
3
facilitated the management of epidemic isolation hotel management information by
relevant staff.
Key words: Community epidemic prevention and control; Java language; B / S
mode; VUE technology; system test
4
目 录
摘要....................................................................................................................................................1
DESIGN AND IMPLEMENTATION OF EPIDEMIC ISOLATION HOTEL
MANAGEMENT SYSTEM ............................................................................................................2
目 录................................................................................................................................................4
1 绪 论............................................................................................................................................6
1.1 研究背景与意义.............................................................................................6
1.2 国内外研究现状.............................................................................................7
1.2.1 国内研究现状.....................................................................................7
1.2.2 国外研究现状.....................................................................................8
1.3 研究内容.........................................................................................................8
1.4 论文结构..........................................................................................................9
2 相关技术介绍..............................................................................................................................10
2.1 B/S 模式.......................................................................................................10
2.2 IDEA 开发环境.............................................................................................10
2.3 MySQL 数据库...............................................................................................10
2.4 Java 语言.....................................................................................................11
2.5 VUE 技术.......................................................................................................11
2.6 Tomcat 服务器.............................................................................................11
2.7 SpringBoot 框架...........................................................................................12
3 系统分析.......................................................................................................................................13
3.1 需求分析.......................................................................................................13
3.2 可行性分析...................................................................................................14
3.2.1 经济可行性.......................................................................................14
3.2.2 技术可行性.......................................................................................14
3.2.3 操作可行性.......................................................................................15
3.2.4 法律可行性.......................................................................................15
3.4 系统流程分析................................................................................................16
3.4.1 用户操作流程...................................................................................16
3.4.2 数据增加流程...................................................................................16
3.4.3 数据修改流程...................................................................................17
3.4.4 数据删除流程...................................................................................17
4 系统设计.......................................................................................................................................19
4.1 系统功能设计...............................................................................................19
5
4.2 数据库设计...................................................................................................19
4.2.1 概念设计...........................................................................................19
4.2.2 逻辑设计...........................................................................................24
5 系统实现.......................................................................................................................................28
5.1 个人中心.......................................................................................................28
5.2 管理员管理...................................................................................................29
5.3 轮播图管理...................................................................................................29
5.4 菜品信息管理...............................................................................................30
5.5 基础数据管理...............................................................................................30
5.6 客房管理.......................................................................................................32
6 系统测试.......................................................................................................................................33
6.1 测试概述........................................................................................................33
6.2 功能模块测试................................................................................................34
6.2.管理员登录模块测试..........................................................................34
6.3 测试结果分析................................................................................................36
7 总结与展望...................................................................................................................................37
参考文献..........................................................................................................................................38
致谢..................................................................................................................................................39