I
毕业设计(论文)
题 目 :
疫情防控物业管理系统
姓 名 :
学 号 :
所 属 学 院 :
专 业 班 级 :
指 导 :
职 称:
完成日期 2020 年 月
II
摘 要
21 世纪的今天,随着社会的不断发展与进步,人们对于信息科学化的认识,已由低层次
向高层次发展,由原来的感性认识向理性认识提高,管理工作的重要性已逐渐被人们所认识,
科学化的管理,使信息存储达到准确、快速、完善,并能提高工作管理效率,促进其发展。
论文主要是对疫情防控物业管理系统 进行了介绍,包括研究的现状,还有涉及的开发背
景,然后还对系统的设计目标进行了论述,还有系统的需求,以及整个的设计方案,对系统
的设计以及实现,也都论述的比较细致,最后对 疫情防控物业管理系统 进行了一些具体测
试。
本文以 SSM 为开发技术,实现了一个 ,疫情防控物业管理系统 。 疫情防控物业管理
系统 的主要实现功能包括:管理员:首页、个人中心、业主管理、车位信息管理、费用信息
管理 、报告信息管理 、核酸检测管理、访客登记管理、投诉信息管理、公告信息管理、公
告回复管理,业主:首页、个人中心、车位信息管理、费用信息管理 、报告信息管理 、核
酸检测管理、投诉信息管理、公告信息管理、公告回复管理、隔离状态管理等功能。通过这
些功能模块的设计,基本上实现了整个疫情防控物业管理系统的过程。
具体在系统设计上,采用了 B/S 的结构,同时,也使用 SSM 技术在动态页面上进行了设
计,后台上采用 Mysql 数据库,是一个非常优秀的 疫情防控物业管理系统 。
关键词 : 疫情防控物业管理系统 ;SSM 技术;Mysql 数据库;B/S 结构
III
Abstract
In the 21st century, with the continuous development and progress of society, people's
understanding of information science has developed from low level to high level, from original
perceptual knowledge to rational knowledge. The importance of management has been gradually
recognized by people. Scientific management can make information storage accurate, fast and
perfect, and can improve work management efficiency and promote it development.
This paper mainly introduces the property management system of epidemic prevention and control,
including the current situation of the research, the development background involved, and then
discusses the design objectives of the system, as well as the requirements of the system, as well as
the whole design scheme. The design and implementation of the system are also discussed in detail.
Finally, the property management system for epidemic prevention and control is discussed Some
specific tests were carried out.
In this paper, SSM as the development technology, the realization of an epidemic prevention and
control property management system. The main functions of the property management system for
epidemic prevention and control include: Administrator: home page, personal center, owner
management, parking information management, cost information management, report information
management Nucleic acid detection management, visitor registration management, complaint
information management, announcement information management, announcement response
management, owner: home page, personal center, parking information management, expense
information management, report information management, nucleic acid detection management,
complaint information management, announcement information management, announcement reply
management, isolation status management and other functions. Through the design of these
functional modules, the whole process of the property management system for epidemic prevention
and control is basically realized.
In the system design, B / S structure is adopted. At the same time, SSM technology is used to
design the dynamic page, and MySQL database is used in the background. It is a very excellent
property management system for epidemic prevention and control.
Key words: property management system for epidemic prevention and control; SSM technology;
MySQL database; B / S structure
IV
目 录
1 概述 ..................................................................................................................................................1
1.1 课题背景及意义 ....................................................................................................................1
1.2 国内外研究现状 ...................................................................................................................1
1.3 本课题主要工作 ...................................................................................................................2
2 系统开发环境 ..................................................................................................................................3
2.1 Java 技术 ................................................................................................................................3
2.2 Mysql 数据库.........................................................................................................................3
2.3 B/S 结构 .................................................................................................................................4
2.4 SSM 框架 ...............................................................................................................................4
3 系统分析 ..........................................................................................................................................5
3.1 可行性分析 ............................................................5
3.1.1 技术可行性 ................................................................................................................5
3.1.2 操作可行性 .......................................................5
3.1.3 经济可行性 ................................................................................................................5
3.1.4 法律可行性 ................................................................................................................6
3.2 系统流程分析 ...........................................................6
3.2.1 系统开发流程 .............................................................................................................6
3.2.2 业主登录流程 ............................................................................................................7
3.2.3 系统操作流程 ............................................................................................................7
3.2.4 添加信息流程 ............................................................................................................8
3.2.5 修改信息流程 ............................................................................................................9
3.2.6 删除信息流程 ............................................................................................................9
3.3 系统用例分析 ..........................................................10
3.3.1 管理员用例图 ...........................................................................................................10
3.3.2 业主用例图 ...............................................................................................................11
4 系统设计 ...................................................................12
4.1 系统概述 .............................................................12
4.2 系统结构设计 .........................................................12
4.3 数据库设计 ............................................................13
4.3.1 数据库设计原则 ......................................................................................................13
4.3.2 数据库实体 ..............................................................................................................13
4.3.3 数据库表设计 ..........................................................................................................15
V
5 系统界面实现 .................................................................................................................................17
5.1 登录 .....................................................................................................................................17
5.2 管理员功能模块 ...............................................................................................................17
5.2.1 业主管理 ..................................................................................................................17
5.2.2 车位信息管理 ..........................................................................................................18
5.2.3 费用信息管理 ........................................................................................................18
5.2.4 报告信息管理 ........................................................................................................18
5.2.5 核酸检测管理 .........................................................................................................19
5.2.6 访客登记管理 .........................................................................................................19
5.2.7 公告信息管理 .........................................................................................................19
5.2.8 公告回复管理 .........................................................................................................20
5.2.9 投诉信息管理 .........................................................................................................20
5.3 业主功能模块 .....................................................................................................................21
6 系统测试 .........................................................................................................................................22
6.1 系统测试的意义 ..................................................................................................................22
6.2 测试方法 .............................................................................................................................23
6.3 测试分析 ..............................................................................................................................23
结 论 ............................................................................................................................................24
致 谢 ............................................................................................................................................25
参考文献 ............................................................................................................................................26