基于ssm的医药进出口交易系统设计与实现-计算机毕业设计源码+LW文档

摘要

首先,论文一开始便是清楚的论述了系统的研究内容。其次,剖析系统需求分析,弄明白“做什么”,分析包括业务分析和业务流程的分析以及用例分析,更进一步明确系统的需求。然后在明白了系统的需求基础上需要进一步地设计系统,主要包罗软件架构模式、整体功能模块、数据库设计。本项目软件架构选择B/S模式,总体功能模块运用自顶向下的分层思想。再然后就是实现系统并进行代码编写实现功能。论文的最后章节总结一下自己完成本论文和开发本项目的心得和总结。通过医药进出口交易系统将会使医药进出口交易各个方面的工作效率带来实质性的提升。

关键字:B/S模式 医药进出口交易 软件架构

Abstract

First of all, the thesis clearly discusses the systematic research content at the very beginning. Secondly, the analysis of system requirements analysis, understand “what to do”, including business analysis and business process analysis and use case analysis, further clear system requirements. Then, on the basis of understanding the requirements of the system, we need to further design the system, mainly including software architecture pattern, overall functional modules and database design. The software architecture of the project is B/S mode, and the overall functional modules are layered from top to bottom. Then is the realization of the system and code writing to achieve the function. The last chapter of the paper summarizes the experience and summary of the completion of this paper and the development of this project. Through the medical import and export trading system will make the medical import and export trading in all aspects of work efficiency to bring substantial improvement.

Key words: B/S mode pharmaceutical import and export transaction software architecture

目录

1绪论 4

1.1项目研究的背景 4

1.2开发意义 4

1.3项目研究内容与结构 4

2开发技术介绍 6

2.1B/S架构 6

2.2 Java技术 6

2.3 MySQL 介绍 6

2.4 MySQL环境配置 7

2.5 SSM框架 7

3系统分析 8

3.1可行性分析 8

3.1.1技术可行性 8

3.1.2经济可行性 8

3.1.3操作可行性 8

3.2网站性能需求分析 9

3.3网站功能分析 9

3.4系统流程的分析 10

3.4.1 用户管理的流程 10

3.4.2 个人中心管理流程 11

3.4.3 登录流程 11

4系统设计 12

4.1 软件功能模块设计 12

4.2 数据库设计 12

4.2.1 概念模型设计 12

4.2.2 物理模型设计 13

5系统详细设计 20

5.1系统登录 20

5.2管理员功能模块 20

5.3仓储部门功能模块 22

5.4业务部门功能模块 23

5.5供应部门功能模块 23

5.6财务部功能模块 24

5.7客户功能模块 24

6系统测试 25

7总结与心得体会 26

7.1 总结 26

7.2 心得体会 26

参考文献 27

致谢 28

考虑到实际生活中在医药进出口交易方面的需要以及对该系统认真的分析,将系统权限按管理员、仓储部门、供应部门、业务部门、客户和财务部这六类涉及用户划分。

(a) 管理员;管理员使用本系统涉到的功能主要有首页、个人中心、药品信息管理、仓储部门管理、供应部门管理、业务部门管理、客户管理、财务部管理、采购订单管理、药品入库管理、药品出库管理、过期药品管理、销售订单管理、客户订单管理、退货订单管理等功能。

(b) 仓储部门;仓储部门使用本系统涉到的功能主要有首页、个人中心、药品信息管理、药品入库管理、过期药品管理等功能。

(c) 业务部门;业务部门使用本系统涉到的功能主要有首页、个人中心、采购订单管理、销售订单管理等功能。

(d) 供应部门;供应部门使用本系统涉到的功能主要有首页、个人中心、药品信息管理、药品出库管理、销售订单管理等功能。

 (e) 财务部;财务部使用本系统涉到的功能主要有首页、个人中心、药品出库管理、客户订单管理、退货订单管理等功能。

 (f) 客户;客户使用本系统涉到的功能主要有首页、个人中心、客户订单管理、退货订单管理等功能。

资源下载: