本科毕业设计论文
题目:百货中心供应链管理系统设计与实现
系 别:
XX 系(全称)
专 业:
软件工程
班 级:
软件工程 15201
学生姓名:
学生学号:
指导教师:
导师 1 导师 2
2020 年 5 月
毕业设计论文
摘 要
社会发展日新月异,用计算机应用实现数据管理功能已经算是很完善的了,但是随
着移动互联网的到来,处理信息不再受制于地理位置的限制,处理信息及时高效,备受
人们的喜爱。本次开发一套百货中心供应链管理系统有管理员,人事,财务,销售,采
购,服务六个角色。管理员功能有个人中心,人事管理,财务管理,销售管理,采购管
理,服务管理,合作公司管理,部门信息管理,商品入库管理,商品出库管理,商品采
购管理,商品销售管理。人事功能有个人中心,财务管理,销售管理,采购管理,服务
管理,合作公司管理,部门信息管理。财务和销售,功能有个人中心,合作公司管理,
部门信息管理,商品信息管理,商品入库管理,商品出库管理,商品采购管理,商品销
售管理。采购功能有个人中心,合作公司管理,部门信息管理,商品信息管理,商品入
库管理,商品出库管理,商品采购管理。服务有个人中心,合作公司管理,部门信息管
理,商品信息管理,商品入库管理,商品出库管理。人事,财务,销售,采购,服务都
可以注册登录。百货中心供应链管理系统服务端用 Java 开发,用 SSM 框架开发的网站
后台,数据库用到了 MySQL 数据库作为数据的存储。这样就让用户用着方便快捷,都
通过同一个后台进行业务处理,而后台又可以根据并发量做好部署,用硬件和软件进行
协作,满足于数据的交互式处理,让用户的数据存储更安全,得到数据更方便。
关键字:百货中心供应链管理系统;SSM 框架;Java;MySQL
毕业设计论文
Abstract
With the rapid development of society, the use of computer applications to realize data
management functions is already very complete, but with the advent of the mobile Internet,
the processing of information is no longer subject to geographical restrictions, and the
processing of information is timely and efficient, which is much loved by people. The
development of a department store center supply chain management system has six roles of
administrator, personnel, finance, sales, procurement, and service. The administrator functions
include personal center, personnel management, financial management, sales management,
procurement management, service management, cooperative company management,
department information management, commodity storage management, commodity delivery
management, commodity procurement management, and commodity sales management.
Personnel functions include personal center, financial management, sales management,
purchasing management, service management, cooperative company management, and
department information management. Finance and sales, the functions include personal center,
cooperative company management, department information management, commodity
information management, commodity storage management, commodity outbound
management, commodity procurement management, and commodity sales management.
Purchasing functions include personal center, cooperative company management, department
information management, commodity information management, commodity storage
management, commodity outbound management, and commodity procurement management.
Services include personal center, cooperative company management, department information
management, commodity information management, commodity storage management, and
commodity outbound management. Personnel, finance, sales, procurement, and services can
all be registered and logged in. The server side of the supply chain management system of the
department store is developed with Java, and the backend of the website developed with the
SSM framework, and the database uses the MySQL database as the data storage. In this way,
users can use it conveniently and quickly, and they all process business through the same
background, and the background can be deployed according to the amount of concurrency,
using hardware and software to cooperate, satisfying the interactive processing of data, and
allowing users to store more data. Safe and easy to get data.
Key Words:Department Store Center Supply Chain Management System; SSM Framework;
Java; MySQL
毕业设计论文
目 录
摘 要 .........................................................................................................................................I
目 录.......................................................................................................................................III
第 1 章 绪论...............................................................................................................................1
1.1 研究背景 ..............................................................................................................................1
1.2 研究现状 ..............................................................................................................................1
1.3 目的和意义 ..........................................................................................................................2
1.4 论文研究内容 ......................................................................................................................2
第 2 章 程序开发技术...............................................................................................................3
2.1 JSP 技术介绍........................................................................................................................3
2.2 B/S 结构介绍........................................................................................................................5
2.3 MYSQL 数据库介绍.............................................................................................................5
2.4 SSM 框架介绍......................................................................................................................6
第 3 章 系统分析.......................................................................................................................7
3.1 可行性分析...........................................................................................................................7
3.1.1 技术可行性分析........................................................................................................7
3.1.2 经济可行性分析........................................................................................................7
3.1.3 操作可行性分析........................................................................................................8
3.2 系统运行环境.......................................................................................................................8
3.3 系统流程分析.......................................................................................................................8
第 4 章 系统设计.....................................................................................................................12
4.1 系统设计的原则 ................................................................................................................12
4.2 功能结构设计 ....................................................................................................................12
4.3 数据库设计 ........................................................................................................................14
4.3.1 数据库 E-R 图 ........................................................................................................14
4.3.2 数据库表结构.........................................................................................................15
第 5 章 系统实现.....................................................................................................................20
5.1 人事信息管理 ....................................................................................................................20
毕业设计论文
5.2 财务信息管理 ....................................................................................................................20
5.3 销售信息管理 ....................................................................................................................21
5.4 采购信息管理 ....................................................................................................................22
5.5 服务信息管理 ....................................................................................................................22
5.6 合作公司管理 ....................................................................................................................23
5.7 部门信息管理 ....................................................................................................................23
5.8 商品信息管理 ....................................................................................................................24
第 6 章 系统测试.....................................................................................................................25
6.1 系统测试方法.....................................................................................................................25
6.2 系统测试分析 ....................................................................................................................26
结 论.......................................................................................................................................27
致 谢.......................................................................................................................................28
参考文献...................................................................................................................................29