I
汽车配件管理系统设计与实现
摘 要
随着车企规模的不断壮大,信息变得越来越多。同时计算机网络技术高速发展,网
络管理运用也变得越来越广泛。因此,建立一个 ssm 框架的汽车配件管理系统来管理车
企信息,会使管理工作系统化、规范化,也会提高车企形象,提高管理效率。
本汽车配件管理系统是针对目前网上车企的实际需求,从实际工作出发,对过去的
汽车配件管理系统存在的问题进行分析,结合计算机系统的结构、概念、模型、原理、
方法,在计算机各种优势的情况下,采用目前最流行的 ssm 框架和 eclipse 编辑器、mysql
数据库设计并实现的 。本汽车配件管理系统主要包括登录模块、员工信息管理模块、
配件信息管理模块、采购信息管理模块、和退出模块等多个模块。它帮助汽车配件管理
实现了信息化、网络化,通过测试,实现了系统设计目标,相比传统的管理模式,本系
统合理的利用了网络数据资源,有效的减少了汽车配件管理的经济投入,大大提高了汽
车配件管理的效率。
关键词:ssm;mysql;汽车配件管理系统
II
ABSTRACT
With the growing size of the car company, information has become more and more. At
the same time, the rapid development of computer network technology, network management
has become more and more extensive. Therefore, the establishment of an SSM framework
auto parts management system to manage the information of the car enterprises will
systematize and standardize the management work, and will also improve the image of the car
enterprises and improve management efficiency.
This auto parts management system is aimed at the actual needs of the current online car
companies. From the actual work, the problems existing in the past auto parts management
system are analyzed, and the structure, concept, model, principle, and method of the computer
system are combined. Designed and implemented with the most popular SSM framework and
eclipse editor and MySQL database in the context of various computer advantages. The auto
parts management system mainly includes login module, employee information management
module, accessories information management module, procurement information management
module, and exit module and many other modules. It has helped auto parts management to
realize information and networking, and has achieved system design goals through testing.
Compared with the traditional management model, the system has reasonably used network
data resources and effectively reduced the economic investment in auto parts management.
Has greatly improved the efficiency of auto parts management.
KEY WORDS:ssm;mysql; Auto Accessories Management System
III
目 录
摘 要 ...................................................................................................................................I
ABSTRACT ........................................................................................................................I
目 录...............................................................................................................................III
第 1 章 绪论.......................................................................................................................1
1.1 开发背景................................................................................................................1
1.2 开发意义................................................................................................................1
1.3 研究内容................................................................................................................1
第 2 章 主要技术和工具介绍...........................................................................................5
2.1 SSM 框架..............................................................................................................5
2.1.1. Spring 框架 ................................................................................................5
2.1.2 SpringMVC..................................................................................................6
2.1.3. MyBatis 的选用.........................................................................................6
2.2 mysql 数据库.........................................................................................................6
2.3 eclipse 与 Tomcat 简介 .........................................................................................6
第 3 章 系统分析...............................................................................................................4
3.1 可行性分析............................................................................................................4
3.1.1 经济可行性..................................................................................................4
3.1.2 技术可行性..................................................................................................4
3.1.3 操作可行性..................................................................................................4
3.2 需求分析................................................................................................................4
3.3 业务流程分析........................................................................................................5
3.4 数据流程分析........................................................................................................6
第 4 章 系统设计...............................................................................................................8
4.1 系统结构设计........................................................................................................8
IV
4.2 功能模块设计........................................................................................................8
4.3 数据库设计............................................................................................................9
4.3.1 数据库设计概述..........................................................................................9
4.3.1 概念设计......................................................................................................9
4.3.2 表设计........................................................................................................11
第 5 章 系统实现...........................................................................................................17
5.1 基本任务..............................................................................................................17
5.2 主页面的实现......................................................................................................17
5.3 登录模块的实现..................................................................................................17
5.4 员工信息管理模块的实现..................................................................................19
5.6 配件信息管理模块的实现..................................................................................20
5.6 入库信息管理模块的实现..................................................................................21
5.7 采购信息管理模块的实现..................................................................................22
5.8 出库信息管理模块的实现..................................................................................23
第 6 章 系统测试...........................................................................................................25
6.1 测试目的..............................................................................................................25
6.2 测试概述..............................................................................................................25
6.3 单元测试..............................................................................................................25
6.3.1 登录测试....................................................................................................25
6.3.2 员工信息测试............................................................................................26
6.4 集成测试..............................................................................................................27
第 7 章 总结...................................................................................................................28
致 谢...............................................................................................................................29
参考文献...........................................................................................................................29
V