毕 业 设 计(论 文)
题目:养老院管理系统的设计与实现
摘 要
随着互联网的发展,其基础理论与技术日益成熟,并已广泛渗透到社会的各
个领域。它促进了信息的媒体传播,结合信息管理工具,能够为大众提供优质的
服务。针对传统信息管理存在的混乱、差错率高、安全性差、工作强度大、耗时
费力等问题,采用养老院管理系统能实现更有效的科学管理。
养老院管理系统主要采用 Java 作为后台技术语言,利用 MySQL 数据库建立
数据表来存储系统产生的信息。后台框架基于 SpringBoot 进行构建和布局。该系
统提供了信息展示及多项服务功能,包括床位管理、床位调动申请、出院申请、
调动申请、字典管理、房间管理、公告信息管理、床位更换申请、家属管理、健
康信息管理、老人管理、请假申请、离职申请以及管理员管理等。总之,养老院
管理系统实现了信息的集中化管理,具有安全性高、工作效率高、存储容量大、
成本低等优点,能有效降低信息管理成本,提升信息管理效率。
关键词:养老院管理系统;床位,老人 SpringBoot 数据库;Java 语言
Abstract
With the development of the Internet, its basic knowledge and technology have
long been sound and fully invested in various fields of society. It enables information
to be disseminated through new media and closely cooperates with information
management methods. Common tools can provide high-quality services to everyone.
The use of a campus epidemic prevention and control management system can
efficiently manage a series of issues such as traditional information management
methods being chaotic, with high error rates, poor information security performance,
high work intensity, and time-consuming, making information management methods
more professional.
The campus epidemic prevention and control management system adopts Java
language as the key technical language for backend management, and uses MySQL
database system database to establish data reports to store the information caused by
the system. The key framework for backend management is the Spring Boot
framework for comprehensive framework and planning. This system software can
provide information explanations and corresponding services. The system software
system provides services such as dictionary management methods, user management
system, health reporting and evaluation personal collection, protection information,
inspection information, warehouse management, announcement management, and
scrolling images. Overall, the campus epidemic prevention and control management
system centrally manages method information, which has characteristics such as
strong stability, strong work ability, large storage space, and low cost. Can reduce the
cost of information management methods and implement information management
methods.
Key Words:Personnel management system; Mysql database; Java language
目 录
摘 要.............................................................................................................................I
ABSTRACT ..................................................................................................................II
目 录 ..........................................................................................................................III
第 1 章 绪论 ..................................................................................................................1
1.1 课题背景 .........................................................................................................1
1.2 课题意义 .........................................................................................................1
1.3 研究内容 .........................................................................................................1
第 2 章 开发环境与技术 ..............................................................................................3
2.1 JAVA 语言 .........................................................................................................3
2.2 MYSQL 数据库 ...............................................................................................3
2.3 IDEA 开发工具................................................................................................4
2.4 SPRING BOOT 框架............................................................................................4
第 3 章 系统分析 ..........................................................................................................5
3.1 可行性分析 .....................................................................................................5
3.1.1 技术可行性 ..........................................................................................5
3.1.2 经济可行性 ..........................................................................................5
3.1.3 操作可行性 ..........................................................................................5
3.2 系统流程 .........................................................................................................5
3.2.1 操作流程 ..............................................................................................6
3.2.2 登录流程 ..............................................................................................6
3.2.3 删除信息流程 ......................................................................................7
3.2.4 添加信息流程 ......................................................................................7
3.3 性能需求 .........................................................................................................8
3.4 功能需求 .........................................................................................................9
第 4 章 系统设计 ........................................................................................................10
4.1 系统设计思想 ...............................................................................................10
4.2 功能结构设计 ...............................................................................................11
4.3 数据库设计 ...................................................................................................11
4.3.1 数据库概念设计 ................................................................................11
4.3.2 数据库物理设计 ................................................................................18
第 5 章 系统实现 ........................................................................................................22
5.1 管理员功能实现 ...........................................................................................23
5.1.1 床位管理 ............................................................................................23
5.1.2 老人管理 ............................................................................................23
5.1.3 公告管理 ............................................................................................24
5.1.4 公告类型管理 ....................................................................................24
5.2 用户功能实现 .......................................................................................................25
5.2.1 床位 ....................................................................................................25
5.2.2 老人 ....................................................................................................25
5.1.3 公告 ....................................................................................................26
5.1.4 公告类型 ............................................................................................27
第 6 章 系统测试 ........................................................................................................29
6.1 功能测试 .......................................................................................................29
6.1.1 登录功能测试 ....................................................................................29
6.2 系统测试结果 ...............................................................................................29
结 论 ..........................................................................................................................31
致 谢 ..........................................................................................................................32