基于JAVA的物流配送系统毕业论文

 2021-04-12 04:04

摘 要

系统是以struts为web层,spring包含业务层以及struts和ibatis的整合,ibatis为持久层的物流配送系统。

过去,传统运输行业由于没有明确的管理方法,导致市场的环境相当复杂、杂乱,没有对配送车辆以及配送人员等进行有效而统一的管理,这就满足不了对越发追求安全高效率的人们的需求。在如今这个做什么都抓紧时间、追求效率的时代,那种古老而又传统的运输方式终将会被更加先进而又智能的高效率运输方式所取代并推广。为了提高物流配送的整体效率(配送、库存管理等等),我开发了一个能够方便客户使用的物流配送系统,有客户管理、货物管理、订单管理、配送管理、仓库管理、咨讯管理、系统管理这几个大的功能模块。客户管理能够查看客户的列表,修改客户的等级;货物管理可以查看货物列表以及修改货物的属性;订单管理能够查看订单的详细信息,可以编辑和删除订单,也可看到退货列表;配送管理可以查看订单的配送、出货和收款退货状态;仓库管理可查看或者编辑仓库的信息和库存数量;资讯管理可以修改文章的内容;系统管理可以修改管理员的密码或者设置用户的等级。该系统还具有库存报表功能,能够直接把数据结果通过表格直观地显示出来。

通过这个系统,客户能够充分利用系统中的信息来进行管理,进一步地实现物流配送过程的自动化、信息化,降低企业管理成本,提高企业利润。受益于这个系统,传统物流行业将加快向现代物流转型的发展。

关键词:JAVA;物流配送系统 ;struts;spring;ibatis;

Design and implementation of logistics distribution system

ABSTRACT

This system is based on struts as the web layer, and spring includes the business layer and the integration of struts and ibatis, and ibatis is the logistics distribution system of the persistence layer.

In the past, the traditional transport industry did not have a clear management method, leading to a rather complex and messy market environment. There was no effective and unified management of distribution vehicles and distribution personnel, which could not meet the needs of people who are increasingly pursuing safety and efficiency. In today's time-efficient era, the ancient and traditional mode of transportation will be replaced and popularized by more advanced and intelligent efficient transportation. In order to improve the overall efficiency of logistics and distribution (distribution, inventory management, etc.), I developed a convenient logistics and distribution system for customers, including customer management, goods management, order management, distribution management, warehouse management, information management, system management and so on. Customer management can view the list of customers and modify the level of customers; Cargo management can view the cargo list and modify the properties of the cargo; The order management can view the detailed information of the order, edit and delete the order, and see the return list. Delivery management can check the delivery of orders, shipments and returns; Warehouse management can view or edit warehouse information and inventory quantity; Information management can modify the content of articles; System administration can change the administrator's password or set the user's level. The system also has the function of inventory report, which can directly display the data results through the table intuitively.

Through this system, customers can make full use of the information in the system to manage, further realize the automation and informatization of logistics distribution process, reduce enterprise management costs and improve enterprise profits. Benefiting from this system, the traditional logistics industry will accelerate the transformation to modern logistics.

Key words:Logistics distribution system;JAVA;struts;spring;ibatis;

目 录

1绪论 1

1.1 课题的背景 1

1.2 目的和意义 1

1.3 可行性分析 2

1.3.1 经济可行性 2

1.3.2 技术可行性 3

1.3.3 操作可行性 4

2系统分析 5

2.1 业务流分析 5

2.2 数据流分析 6

2.3 数据字典 7

3系统设计 9

3.1 数据库概念结构设计 9

3.2 数据库逻辑结构设计 11

3.3 软件介绍 14

4系统实现 15

4.1系统功能模块的实现 15

4.1.1 管理员登陆界面 15

4.1.2 登录成功主界面 16

4.1.3 客户管理界面 17

4.1.4 货物管理界面 18

4.1.5 订单管理界面 20

4.1.6 配送管理界面 21

4.1.7 仓库管理界面 23

4.1.8 资讯管理界面 24

4.1.9 系统管理界面 25

5系统调试与测试 28

结 论 29

致 谢 30

参考文献 31

1绪论

1.1 课题的背景

现今我国的物流业发展正在蓬勃发展,随着物联网等新兴技术的兴起,物流发展趋势会变得越来越好。但与其他物流业高度信息化、自动化的地方对比,我国的物流业整合水平还是处于发展阶段。

为了提高物流的效率,现在出现了电商、物流、配送、售后一体化的形式,比如网上淘宝旗下的菜鸟联盟和京东旗下的京东快递,这些电商平台提高了配送效率,让客户获得了很好的体验,而且会根据客户所寄地址而自动根据最近的仓库来发货,减少运输过程中运输成本和配送时间的浪费。

同样的,在这个即将到来的物联网时代,传统物流企业成本高、效率低的问题必须得到解决,所以应该向现代物流自动化的方向进行转型。而物流配送系统就是传统物流的救命稻草。它可以显著提高物流配送的速度,避免应库存更新不及时带来的缺货问题,提高物流企业的利润,减少因为交通不便利或者路途遥远而推迟收货时间的问题,并且能让传统物流企业慢慢转型成电商物流企业,物联网的加持对于物流业来说是一个福音,有利于行业的快速平稳增长。

1.2 目的和意义

这几年里我学习了许多编程的课程,比如jsp、数据库、软件工程等等,老师在教授这些课程的过程中传授给我很多概念性的知识,但有些知识是课本上学不到的必须要通过亲自敲代码才能使自己的编程经验更加丰富。所以毕业设计可以让我把书本上和老师教授给我的知识实践在这个系统中,把握这次机会能让我增长不少的经验和知识。

在过去的几十年里,流动性和运输业必须面对一个仍在继续的变革过程。对流动性、交通量的需求以及对交通基础设施的需求都在进一步增加,而不断上涨且高度波动的石油价格正在挑战经济和社会。同时,政策和规划方面的决策者必须应对金融危机,导致交通基础设施维护和扩建资金不足,他们必须通过减少二氧化碳排放和能源消耗来应对气候变化。由于形势预计会恶化,导致根本性的变化,运输系统预计会发生变化,同时也会影响我们对流动性的理解。与每一个变化一样,交通、空间和经济规划以及政策方面的决策者需要对变化过程做出反应。在此背景下,“转型”一词不仅用来描述由不同的社会经济和政治驱动因素驱动的变革过程,还用来描述决策者意识到持续变革的过程,从而能够根据他们设定的目标积极地塑造变革过程。

您需要先支付 80元 才能查看全部内容!立即支付

课题毕业论文、开题报告、任务书、外文翻译、程序设计、图纸设计等资料可联系客服协助查找,优先添加企业微信。