摘 要
物流作为中国经济发展迅速的代表行业之一,在当今时代,它在我们身边无处不在,我们几乎可以随时随地看到它们的身影,为什么我们能在网上买的东西能在几天时间里送到我们手中,都是因为有许许多多的物流企业存在,然而随着社会经济的发展,我们的购买能力的提升,物流企业信息管理面临着巨大的压力,如果还是照以前采用纸笔管理信息的方式,企业信息管理通常比较繁杂,企业工作的效率实在是太低,此时采用计算机来管理企业信息成为了一种趋势,计算机相比人为操作有更高的效率,更安全,也给企业工作人员降低了工作压力,工作管理人员只需要通过操作电脑,就可以管理企业的信息,但是我们如何通过计算机来管理企业信息呢,这时开发一个物流管系统成为了众多中小型物流企业的第一任务,它对于很多企业是发展中必不可少的一部。
在本文中,我将介绍用Java语言实现物流管理系统的基本过程,以及各种使用的技术。在物流管理系统中,主要任务是简化企业信息的增删改查操作,通过一系列的开发,本系统基本实现了物流企业所需要的功能,基本达到了数据的一致性和安全性,为了达到企业内部管理的要求,本系统对人事信息和客户信息进行管理,使物流管理系统更加完善
关键词:物流;企业管理;Java
summary
Logistics, as one of the representative industries of China's rapid economic development, In today's age, It is all around us, We can see them, almost anytime and anywhere, Why can something we can buy online be delivered to us in a few days, It is all because there are many logistics enterprises that exist, However, with the development of the social economy, The improvement in our purchasing ability, Information management of logistics enterprises is facing great pressure, If you still manage information by paper and pen as before, Enterprise information management is usually more complicated, The efficiency of working in enterprises is really too inefficient, It is now a trend to use computers to manage enterprise information, Computers are more efficient than human operations, safer, It also reduces the work pressure on the enterprise staff, Work management only needs to operate the computer, You can manage business information, But how do we manage enterprise information through our computers, At this time, developing a logistics management system became the first task of many small and medium-sized logistics enterprises, It is an indispensable part of the development for many enterprises.
In this paper, I introduce the basic process of implementing logistics management systems in Java, as well as the various techniques used.In logistics management system, the main task is to simplify the operation of enterprise information, through a series of development, the system basically implements the logistics enterprise required functions, basically reached the consistency and security of data, in order to meet the requirements of enterprise internal management, the system of personnel information and customer information management, make the logistics management system more perfect
Key words: logistics; enterprise management; Java
目录
1. 绪论
1.1设计背景
1.2设计意义
1.3设计思路
2. 需求分析
2.1 需求描述
2.2 用例建模
2.2.1人事信息管理
2.2.2货物信息管理
2.2.3订单信息管理
2.3 用例描述
2.3.1 用户管理用例描述
2.3.2 客户用例描述
2.3.3 订单用例描述
2.3.4 费用统计用例描述
2.3.5 货物统计用例描述
3. 系统设计
3.1 数据库设计
3.1.1 概念模型
3.1.2 逻辑模型
3.1.3 物理模型
3.1.4 数据库脚本
3.2 系统架构设计
3.3 模块设计
3.3.1用户管理类图
3.3.2 用户管理操作流程
3.3.3 角色管理操作流程
4. 产品实现
4.1 系统管理模块实现
4.1.1 界面设计
4.1.2 功能实现
5. 产品测试
5.1 测试方法与策略
5.2系统管理模块测试
6. 结论
6.1毕业设计成果特点
6.2设计成果的实用价值或应用前景
6.3不足之处或遗留未予解决的问题
参考文献
致谢