
毕业设计(论文)
中文题目:
汽车租赁管理系统

毕业设计(论文)
I
摘要
如今,在科学技术飞速发展的情况下,信息化的时代也已因为计算机的出现
而来临,信息化也已经影响到了社会上的各个方面。它可以为人们提供许多便利
之处,可以大大提高人们的工作效率。随着计算机技术的发展的普及,各个领域
也都体会到其强大的数据处理能力,这也成为各行各业不可或缺的工具。所以计
算机技术被广泛应用于信息管理系统和数据处理等方面。通过它可以大大减少相
关的工作处理步骤,也可以提高信息和数据的安全性。
本文对信息的问题进行了分析,发现目前线下管理和数据安全方面一些所存
在的问题,所以决定通过计算机技术,以 HBuilderX 编辑器以及 uni-app 框架等进
行开发,使用 MySQL 和 springboot 框架技术来实现汽车租赁管理系统。用户可以
通过本系统进行查看相关信息。管理员也可以在本系统上进行一些信息管理,如
用户、联系客服、车辆信息等。从而是能够加快租赁公司的发展,节省租赁公司
资源,为租赁公司的可持续发展提供良好的基础。
汽车租赁管理系统是一种网络化的管理软件,于是本安卓 APP 提供了车辆信
息、车辆租赁,登录退出等功能,为本行业节省了大量的时间和人力成本。同时,
该安卓 APP 还提供了灵活的权限管理和角色分配功能,以及良好的用户体验和可
扩展性,可根据用户的具体需求进行二次开发和定制。
关键词:汽车租赁管理系统;springboot 框架;uni-app 框架;

毕业设计(论文)
ABSTRACT
Nowadays, with the rapid development of science and technology, the era of
informatization has also arrived due to the emergence of computers, and informatization
has also affected various aspects of society. It can provide people with many
conveniences and greatly improve their work efficiency. With the development and
popularization of computer technology, various fields have also experienced its
powerful data processing capabilities, which have become an indispensable tool in
various industries. So computer technology is widely used in information management
systems and data processing. It can greatly reduce the related work processing steps and
improve the security of information and data.
This article analyzes information issues and identifies some existing issues in
offline management and data security. Therefore, it has been decided to develop a car
rental management system using computer technology, such as the HBuilderX editor
and uni app framework, and MySQL and Springboot framework technologies. Users
can view relevant information through this system. Administrators can also manage
information on this system, such as users, contact customer service, vehicle information,
etc. It can accelerate the development of leasing companies, save leasing company
resources, and provide a good foundation for the sustainable development of leasing
companies.
The car rental management system is a networked management software, so this
Android app provides functions such as vehicle information, vehicle rental, login and
logout, saving a lot of time and labor costs for the industry. At the same time, the
Android app also provides flexible permission management and role assignment
functions, as well as a good user experience and scalability, which can be further
developed and customized according to the specific needs of users.
Keywords: Car rental management system; Springboot framework; Uni app
framework;
目录
第 1 章 序言.................................................................................................1

毕业设计(论文)
1.1 研究目的及意义 .................................................................................................1
1.2 国内外研究现状 .................................................................................................2
1.3 论文的结构 .........................................................................................................2
第 2 章 系统关键技术.................................................................................3
2.1 HBuilderX 简介 ..................................................................................................3
2.2 MySQL 数据库简单介绍 ..................................................................................4
2.3 Spring boot 框架 .................................................................................................4
2.4 uni-app 框架简介 ................................................................................................5
第 3 章 需求分析.......................................................................................5
3.1 可行性分析 .........................................................................................................6
3.1.1 技术可行性分析 ......................................................................................6
3.1.2 经济可行性 ..............................................................................................7
3.1.3 操作可行性 ..............................................................................................7
3.1.4 法律可行性 ..............................................................................................8
3.2 系统功能分析 .....................................................................................................9
3.2.1 系统角色分析 ..........................................................................................9
3.2.2 系统用例图 ..............................................................................................9
3.3 系统流程分析 ...................................................................................................10
3.3.1 系统开发流程 ........................................................................................11
3.3.2 系统登录流程分析 ................................................................................12
3.3.3 系统内部流程 ........................................................................................13
3.3.4 添加信息流程 ........................................................................................14
3.3.5 修改信息流程 ........................................................................................15
3.3.6 删除信息流程 ........................................................................................16
3.3.7 发布信息流程 ........................................................................................16
第 4 章 系统设计.....................................................................................17
4.1 系统概述 ...........................................................................................................18
4.2 系统结构设计 ...................................................................................................18
4.3 数据库结构设计 ...............................................................................................22
4.3.1 数据库实体设计 ....................................................................................22

毕业设计(论文)
4.3.2 局部 E-R 属性图....................................................................................24
4.3.3 数据库表设计 ........................................................................................26
第 5 章 系统功能实现...............................................................................28
5.1 用户 APP 端功能模块实现.............................................................................30
5.2 管理员服务端功能模块实现 ..........................................................................31
第 6 章 系统测试.......................................................................................33
6.1 测试目的 ...........................................................................................................35
6.2 功能测试 ...........................................................................................................36
6.3 测试结果分析 ...................................................................................................38
结束语 .........................................................................................................39
参考文献 .....................................................................................................40
致谢 .............................................................................................................41