【正文】
I 本 科 畢 業(yè) 論 文(設計 ) 院 系 軟件學院 題 目 物流配送管理系統(tǒng) 配送中心子系統(tǒng)的實現 學生姓名 張杰 學 號 071251213 年 級 2020 級 專 業(yè) 軟件工程 指導教師 職 稱 論文提交日期 南京大學軟件學院本科畢業(yè)論文 I 摘 要 電子計算機技術的迅速發(fā)展,網絡的廣泛延伸,使整個社會進入了信息時代。與此同時,隨著物流供應鏈管理的不斷發(fā)展,各種物流信息的復雜化,傳統(tǒng)的物流配送模式已經不能滿足企業(yè)的需求,各企業(yè)迫切要求物流信息化,而計算機網絡技術的盛行又給物流信息化提供了技術上的支持。因此,企業(yè)為了 提高 效率,市場競爭力以及 實現信息共享 ,大力開發(fā)物流信息系統(tǒng)。 在此背景下,本小組根據用戶具體需求,按要求逐步建立起安全的 、 高效的 、可擴展的, 基于 B/S 模式的物流配送管理系統(tǒng)。 本系統(tǒng)使用 MyEclipse 為主要開發(fā)工具, 使用了 MVC 模式開發(fā),采用了 SSH 框架,前臺使用了 JSP、 AJAX、XML等技術實現與用戶的交互,后臺使用 Oracle 數據庫實現對數據的有效存儲和查詢。 本系統(tǒng)主要職責是與客戶進行交互,根據客戶的購貨要求生成訂單,為客戶提供訂貨、退貨、退訂、換貨等服務,提供相關查詢功能,如訂單詳細信息查詢、退貨單詳細信息查詢,庫存查詢,商品查詢等。本系統(tǒng)也為物流公司提供財務統(tǒng)計,購貨等服務。 本人在該項目中設計實現配送中心子系統(tǒng), 為用戶提供商 品管理、庫房管理、進貨管理、退貨管理、供應商管理等服務。 關鍵詞 : 物流配送管理 項目 , B/S 框架 , SSH 框架 南京大學軟件學院本科畢業(yè)論文 II Abstract With the rapid development of puter technology, the broad extension of the work the whole society es into the information age. At the same time, as the development of logistics supply chain management, all kinds of plicated logistics information, the traditional logistics model has been unable to meet the needs of enterprises. Companies urgently require logistics information, and the popularity of puter work technology provided technical support. Therefore, the enterprises in order to improve efficiency, petitiveness and information sharing, and vigorously develop the logistics information system In this context, the group according to user’s needs, gradually establish the required secure, efficient, scalable, based on B / S model of logistics and distribution management system. This system is developed with MyEclipse . It adopts the MVC developing model and SSH technology. We use the JSP, AJAX, XML technology at the client side while using Oracle at service side. The main job of the system is to munication with user. according to customer requirements, the system generated purchase orders, to provide customers with orders, returns, unsubscribe, replacement and other services, provide search functions, such as the Order Details query, return a single query for more information , stock, modity inquiries. The system also provides financial statistics for the logistics pany, purchases and other services. I designed and implemented in the project subdistribution centers, to provide users with product management, treasury management, stock management, returns management, supplier management and other services. Keywords: logistics, B/S, SSH 南京大學軟件學院本科畢業(yè)論文 III 目 錄 摘 要 .............................................................................................................................I Abstract ......................................................................................................................... II 目 錄 .......................................................................................................................... III 第一章 概述 .................................................................................................................. 1 項目背景 .......................................................................................................... 1 國內外物流配送技術現狀 .............................................................................. 1 論文組織結構 .................................................................................................. 3 第二章 相關技術概述 .................................................................................................. 4 JavaEE Web 層組件技術 ................................................................................. 4 JSP 技術 ............................................................................................... 4 Servlet 技術 ......................................................................................... 6 SSH 技術 .......................................................................................................... 7 Spring 技術 .......................................................................................... 7 Hibernate 技術 ..................................................................................... 8 Struts 技術 ......................................................................................... 10 AJAX 技術 .................................................................................................. 11 第三章 物流配送管理系統(tǒng)項目概述 ........................................................................ 12 項目整體需求 ................................................................................................ 12 項目角色說明 ................................................................................................. 12 整體業(yè)務流程描述 ........................................................................................ 14 配送中心子模塊描述 .................................................................................... 15 配送中心子模塊需求描述 ................................................................... 15 配送中心子模塊流程描述 ................................................................... 16 第四章 JavaEE 技術在物流配送管理項目中的應用 ............................................... 17 配送中心子系統(tǒng)的簡述 ................................................................................ 17 商品管理模塊設計 .............................................................................. 17 庫房管理模塊設計 .............................................................................. 19 庫房管理模塊設計 ............................................................................... 19 配送中心子模塊數據庫表描述 ..................................................................... 21 JSP 技術在項目中的應用 .............................................................................. 22 Spring技術在項目中的應用 .......