基本信息
源码名称:报价管理系统源码Mysql版本
源码大小:18.92M
文件格式:.zip
开发语言:Java
更新时间:2021-12-05
   友情提示:(无需注册或充值,赞助后即可获取资源下载链接)

     嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300

本次赞助数额为: 10 元 
   源码介绍
报价管理系统源码Mysql版本

.
├── 好例子网_报价管理系统源码Mysql版本(www.52itstyle.com).zip
└── 报价管理系统源码Mysql版本
    ├── JavaPrj_6
    │   ├── WebRoot
    │   │   ├── META-INF
    │   │   │   └── MANIFEST.MF
    │   │   ├── WEB-INF
    │   │   │   ├── classes
    │   │   │   │   ├── META-INF
    │   │   │   │   │   └── persistence.xml
    │   │   │   │   ├── beans.xml
    │   │   │   │   ├── com
    │   │   │   │   │   └── sanqing
    │   │   │   │   │       ├── action
    │   │   │   │   │       │   ├── BaseAction.class
    │   │   │   │   │       │   ├── CustomerAction.class
    │   │   │   │   │       │   ├── CustomerManageAction.class
    │   │   │   │   │       │   ├── LoginAction.class
    │   │   │   │   │       │   ├── OrderAction.class
    │   │   │   │   │       │   ├── OrderManageAction.class
    │   │   │   │   │       │   ├── ProductAction.class
    │   │   │   │   │       │   ├── ProductManageAction.class
    │   │   │   │   │       │   ├── ProductTypeAction.class
    │   │   │   │   │       │   ├── ProductTypeManageAction.class
    │   │   │   │   │       │   ├── QuotationAction.class
    │   │   │   │   │       │   ├── QuotationManageAction.class
    │   │   │   │   │       │   ├── UserAction.class
    │   │   │   │   │       │   └── UserManageAction.class
    │   │   │   │   │       ├── dao
    │   │   │   │   │       │   ├── DAO.class
    │   │   │   │   │       │   └── DaoSupport.class
    │   │   │   │   │       ├── intercepter
    │   │   │   │   │       │   └── LoginIntercepter.class
    │   │   │   │   │       ├── po
    │   │   │   │   │       │   ├── Customer.class
    │   │   │   │   │       │   ├── Order.class
    │   │   │   │   │       │   ├── Product.class
    │   │   │   │   │       │   ├── ProductType.class
    │   │   │   │   │       │   ├── Quotation.class
    │   │   │   │   │       │   └── User.class
    │   │   │   │   │       ├── service
    │   │   │   │   │       │   ├── CustomerService.class
    │   │   │   │   │       │   ├── OrderService.class
    │   │   │   │   │       │   ├── ProductService.class
    │   │   │   │   │       │   ├── ProductTypeService.class
    │   │   │   │   │       │   ├── QuotationService.class
    │   │   │   │   │       │   └── UserService.class
    │   │   │   │   │       ├── serviceImpl
    │   │   │   │   │       │   ├── CustomerServiceImpl.class
    │   │   │   │   │       │   ├── OrderServiceImpl.class
    │   │   │   │   │       │   ├── ProductServiceImpl.class
    │   │   │   │   │       │   ├── ProductTypeServiceImpl.class
    │   │   │   │   │       │   ├── QuotationServiceImpl.class
    │   │   │   │   │       │   └── UserServiceImpl.class
    │   │   │   │   │       └── util
    │   │   │   │   │           ├── DateConverter.class
    │   │   │   │   │           ├── GenericsUtils.class
    │   │   │   │   │           ├── PageIndex.class
    │   │   │   │   │           ├── PageView.class
    │   │   │   │   │           └── QueryResult.class
    │   │   │   │   ├── log4j.properties
    │   │   │   │   ├── struts.xml
    │   │   │   │   └── xwork-conversion.properties
    │   │   │   ├── lib
    │   │   │   │   ├── antlr-2.7.6.jar
    │   │   │   │   ├── aopalliance-1.0.jar
    │   │   │   │   ├── asm-attrs.jar
    │   │   │   │   ├── asm.jar
    │   │   │   │   ├── aspectjrt.jar
    │   │   │   │   ├── aspectjweaver.jar
    │   │   │   │   ├── cglib-2.1.3.jar
    │   │   │   │   ├── classworlds-1.1.jar
    │   │   │   │   ├── common-annotations.jar
    │   │   │   │   ├── commons-beanutils-1.7.0.jar
    │   │   │   │   ├── commons-chain-1.1.jar
    │   │   │   │   ├── commons-collections-3.1.jar
    │   │   │   │   ├── commons-collections-3.2.jar
    │   │   │   │   ├── commons-dbcp.jar
    │   │   │   │   ├── commons-digester-1.6.jar
    │   │   │   │   ├── commons-fileupload-1.2.1.jar
    │   │   │   │   ├── commons-io-1.3.2.jar
    │   │   │   │   ├── commons-lang-2.3.jar
    │   │   │   │   ├── commons-logging-1.0.4.jar
    │   │   │   │   ├── commons-logging-api-1.1.jar
    │   │   │   │   ├── commons-logging.jar
    │   │   │   │   ├── commons-pool.jar
    │   │   │   │   ├── commons-validator-1.3.0.jar
    │   │   │   │   ├── dom4j-1.6.1.jar
    │   │   │   │   ├── dom4j.jar
    │   │   │   │   ├── dwr.jar
    │   │   │   │   ├── ehcache-1.2.jar
    │   │   │   │   ├── ejb3-persistence.jar
    │   │   │   │   ├── ezmorph-1.0.3.jar
    │   │   │   │   ├── freemarker-2.3.12.jar
    │   │   │   │   ├── hibernate-annotations.jar
    │   │   │   │   ├── hibernate-cglib-repack-2.1_3.jar
    │   │   │   │   ├── hibernate-commons-annotations.jar
    │   │   │   │   ├── hibernate-core.jar
    │   │   │   │   ├── hibernate-entitymanager.jar
    │   │   │   │   ├── hibernate3.jar
    │   │   │   │   ├── javassist.jar
    │   │   │   │   ├── jaxen-1.1-beta-7.jar
    │   │   │   │   ├── jstl.jar
    │   │   │   │   ├── jta.jar
    │   │   │   │   ├── junit-3.8.1.jar
    │   │   │   │   ├── log4j-1.2.11.jar
    │   │   │   │   ├── mysql-connector-java-5.0.8-bin.jar
    │   │   │   │   ├── ognl-2.6.11.jar
    │   │   │   │   ├── oro-2.0.8.jar
    │   │   │   │   ├── pager-taglib.jar
    │   │   │   │   ├── plexus-container-default-1.0-alpha-10.jar
    │   │   │   │   ├── plexus-utils-1.2.jar
    │   │   │   │   ├── proxool-0.8.3.jar
    │   │   │   │   ├── slf4j-api.jar
    │   │   │   │   ├── slf4j-nop-1.5.2.jar
    │   │   │   │   ├── spring.jar
    │   │   │   │   ├── standard.jar
    │   │   │   │   ├── struts2-core-2.1.2.jar
    │   │   │   │   ├── struts2-jasperreports-plugin-2.1.6.jar
    │   │   │   │   ├── struts2-spring-plugin-2.1.2.jar
    │   │   │   │   ├── testng-5.1.jar
    │   │   │   │   ├── tiles-api-2.0.5.jar
    │   │   │   │   ├── tiles-core-2.0.5.jar
    │   │   │   │   ├── tiles-jsp-2.0.5.jar
    │   │   │   │   ├── xml-apis-1.0.b2.jar
    │   │   │   │   ├── xpp3_min-1.1.3.4.O.jar
    │   │   │   │   ├── xstream-1.2.2.jar
    │   │   │   │   └── xwork-2.1.1.jar
    │   │   │   └── web.xml
    │   │   ├── back_index.html
    │   │   ├── cotnrol
    │   │   ├── crossbrowser.js
    │   │   ├── customer
    │   │   │   ├── customer_add.jsp
    │   │   │   ├── customer_list.jsp
    │   │   │   ├── customer_query.jsp
    │   │   │   └── customer_update.jsp
    │   │   ├── images
    │   │   │   ├── addpic.gif
    │   │   │   ├── arrowdown.gif
    │   │   │   ├── arrowup.gif
    │   │   │   ├── c.png
    │   │   │   ├── cq.png
    │   │   │   ├── cz.gif
    │   │   │   ├── dela.gif
    │   │   │   ├── file1.gif
    │   │   │   ├── list_middle.jpg
    │   │   │   ├── login
    │   │   │   │   ├── logo.gif
    │   │   │   │   ├── logo_bg.gif
    │   │   │   │   ├── logo_copyright_bg.gif
    │   │   │   │   ├── logo_under_line.gif
    │   │   │   │   ├── userLogin.gif
    │   │   │   │   ├── userLogin_button.gif
    │   │   │   │   └── userLogin_down.gif
    │   │   │   ├── login_2.gif
    │   │   │   ├── login_5.gif
    │   │   │   ├── o.png
    │   │   │   ├── oq.png
    │   │   │   ├── p.png
    │   │   │   ├── pq.png
    │   │   │   ├── pt.png
    │   │   │   ├── ptq.png
    │   │   │   ├── q.png
    │   │   │   ├── qq.png
    │   │   │   ├── tip.gif
    │   │   │   ├── title_left.gif
    │   │   │   ├── title_middle.gif
    │   │   │   ├── title_right.gif
    │   │   │   ├── u.png
    │   │   │   └── uq.png
    │   │   ├── index.jsp
    │   │   ├── main.html
    │   │   ├── order
    │   │   │   ├── order_add.jsp
    │   │   │   ├── order_list.jsp
    │   │   │   ├── order_query.jsp
    │   │   │   └── order_update.jsp
    │   │   ├── outlook.html
    │   │   ├── outlook.js
    │   │   ├── product
    │   │   │   ├── product_add.jsp
    │   │   │   ├── product_list.jsp
    │   │   │   ├── product_query.jsp
    │   │   │   ├── product_update.jsp
    │   │   │   ├── producttype_add.jsp
    │   │   │   ├── producttype_list.jsp
    │   │   │   ├── producttype_query.jsp
    │   │   │   └── producttype_update.jsp
    │   │   ├── quotation
    │   │   │   ├── quotation_add.jsp
    │   │   │   ├── quotation_list.jsp
    │   │   │   ├── quotation_query.jsp
    │   │   │   └── quotation_update.jsp
    │   │   ├── script
    │   │   │   └── public.js
    │   │   ├── share
    │   │   │   ├── Foot.jsp
    │   │   │   ├── Head.jsp
    │   │   │   ├── directUrl.jsp
    │   │   │   ├── fenye.jsp
    │   │   │   ├── message.jsp
    │   │   │   ├── pub_add_success.jsp
    │   │   │   ├── pub_del_success.jsp
    │   │   │   ├── pub_update_success.jsp
    │   │   │   ├── simpleHead.jsp
    │   │   │   └── taglib.jsp
    │   │   ├── style
    │   │   │   └── oa.css
    │   │   └── user
    │   │       ├── user_add.jsp
    │   │       ├── user_list.jsp
    │   │       ├── user_query.jsp
    │   │       └── user_update.jsp
    │   └── src
    │       ├── META-INF
    │       │   └── persistence.xml
    │       ├── beans.xml
    │       ├── com
    │       │   └── sanqing
    │       │       ├── action
    │       │       │   ├── BaseAction.java
    │       │       │   ├── CustomerAction.java
    │       │       │   ├── CustomerManageAction.java
    │       │       │   ├── LoginAction.java
    │       │       │   ├── OrderAction.java
    │       │       │   ├── OrderManageAction.java
    │       │       │   ├── ProductAction.java
    │       │       │   ├── ProductManageAction.java
    │       │       │   ├── ProductTypeAction.java
    │       │       │   ├── ProductTypeManageAction.java
    │       │       │   ├── QuotationAction.java
    │       │       │   ├── QuotationManageAction.java
    │       │       │   ├── UserAction.java
    │       │       │   └── UserManageAction.java
    │       │       ├── dao
    │       │       │   ├── DAO.java
    │       │       │   └── DaoSupport.java
    │       │       ├── intercepter
    │       │       │   └── LoginIntercepter.java
    │       │       ├── po
    │       │       │   ├── Customer.java
    │       │       │   ├── Order.java
    │       │       │   ├── Product.java
    │       │       │   ├── ProductType.java
    │       │       │   ├── Quotation.java
    │       │       │   └── User.java
    │       │       ├── service
    │       │       │   ├── CustomerService.java
    │       │       │   ├── OrderService.java
    │       │       │   ├── ProductService.java
    │       │       │   ├── ProductTypeService.java
    │       │       │   ├── QuotationService.java
    │       │       │   └── UserService.java
    │       │       ├── serviceImpl
    │       │       │   ├── CustomerServiceImpl.java
    │       │       │   ├── OrderServiceImpl.java
    │       │       │   ├── ProductServiceImpl.java
    │       │       │   ├── ProductTypeServiceImpl.java
    │       │       │   ├── QuotationServiceImpl.java
    │       │       │   └── UserServiceImpl.java
    │       │       └── util
    │       │           ├── DateConverter.java
    │       │           ├── GenericsUtils.java
    │       │           ├── PageIndex.java
    │       │           ├── PageView.java
    │       │           └── QueryResult.java
    │       ├── log4j.properties
    │       ├── struts.xml
    │       └── xwork-conversion.properties
    ├── 数据库
    │   └── quote.sql
    └── 项目安装说明.txt

40 directories, 233 files