文件名称:crms
-
所属分类:
- 标签属性:
- 上传时间:2016-09-07
-
文件大小:17.73mb
-
已下载:0次
-
提 供 者:
-
相关连接:无下载说明:别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容来自于网络,使用问题请自行百度
CRM系统,客户关系管理(CRM)软件系统的简称。CRM(客户关系管理)是英文Customer Relationship Management 的缩写。-CRM system
(系统自动生成,下载前可以参看下载内容)
下载文件列表
.springBeans
.settings/.jsdtscope
.settings/com.genuitec.eclipse.j2eedt.core.prefs
.settings/org.eclipse.jdt.core.prefs
.settings/org.eclipse.wst.jsdt.ui.superType.container
.settings/org.eclipse.wst.jsdt.ui.superType.name
src/applicationContext.xml
src/basd/applicationContext-basd-action.xml
src/basd/applicationContext-basd-biz.xml
src/basd/applicationContext-basd-dao.xml
src/basd/com/crm/basd/action/BasdAction.java
src/basd/com/crm/basd/biz/BasdBiz.java
src/basd/com/crm/basd/biz/impl/BasdBizImpl.java
src/basd/com/crm/basd/biz/impl/ProductBizImple.java
src/basd/com/crm/basd/biz/impl/StorageBizImple.java
src/basd/com/crm/basd/biz/ProductBiz.java
src/basd/com/crm/basd/biz/StorageBiz.java
src/basd/com/crm/basd/dao/BasdDao.java
src/basd/com/crm/basd/dao/impl/BasdDaoImpl.java
src/basd/com/crm/basd/dao/impl/ProductDaoImple.java
src/basd/com/crm/basd/dao/impl/StorageDaoImple.java
src/basd/com/crm/basd/dao/ProductDao.java
src/basd/com/crm/basd/dao/StorageDao.java
src/basd/com/crm/basd/test/BasdTest.java
src/basd/struts-basd.xml
src/com/crm/common/dao/BaseHibernateDAO.java
src/com/crm/common/entity/BasDict.hbm.xml
src/com/crm/common/entity/BasDict.java
src/com/crm/common/entity/CstActivity.hbm.xml
src/com/crm/common/entity/CstActivity.java
src/com/crm/common/entity/CstCustomer.hbm.xml
src/com/crm/common/entity/CstCustomer.java
src/com/crm/common/entity/CstLinkman.hbm.xml
src/com/crm/common/entity/CstLinkman.java
src/com/crm/common/entity/CstLost.hbm.xml
src/com/crm/common/entity/CstLost.java
src/com/crm/common/entity/CstService.hbm.xml
src/com/crm/common/entity/CstService.java
src/com/crm/common/entity/OrderLine.hbm.xml
src/com/crm/common/entity/OrderLine.java
src/com/crm/common/entity/Orders.hbm.xml
src/com/crm/common/entity/Orders.java
src/com/crm/common/entity/Product.hbm.xml
src/com/crm/common/entity/Product.java
src/com/crm/common/entity/SalChance.hbm.xml
src/com/crm/common/entity/SalChance.java
src/com/crm/common/entity/SalPlan.hbm.xml
src/com/crm/common/entity/SalPlan.java
src/com/crm/common/entity/Storage.hbm.xml
src/com/crm/common/entity/Storage.java
src/com/crm/common/entity/SysRight.hbm.xml
src/com/crm/common/entity/SysRight.java
src/com/crm/common/entity/SysRole.hbm.xml
src/com/crm/common/entity/SysRole.java
src/com/crm/common/entity/SysRoleRight.hbm.xml
src/com/crm/common/entity/SysRoleRight.java
src/com/crm/common/entity/SysUser.hbm.xml
src/com/crm/common/entity/SysUser.java
src/com/crm/filter/RightInterceptor.java
src/com/crm/filter/SetCharacterEncodingFilter.java
src/com/crm/util/CodeImageServlet.java
src/com/crm/util/GlobalsConstUtil.java
src/com/crm/util/HtmlUtil.java
src/com/crm/util/MD5Util.java
src/com/crm/util/Page.java
src/com/crm/util/TimeTool.java
src/com/crm/util/VerifyCode.java
src/cust/applicationContext-cust-action.xml
src/cust/applicationContext-cust-biz.xml
src/cust/applicationContext-cust-dao.xml
src/cust/com/crm/cust/action/CustomerAction.java
src/cust/com/crm/cust/action/LostAction.java
src/cust/com/crm/cust/biz/ActivityBiz.java
src/cust/com/crm/cust/biz/CustomerBiz.java
src/cust/com/crm/cust/biz/impl/ActivityBizImpl.java
src/cust/com/crm/cust/biz/impl/CustomerBizImpl.java
src/cust/com/crm/cust/biz/impl/LinkmanBizImpl.java
src/cust/com/crm/cust/biz/impl/LostBizImpl.java
src/cust/com/crm/cust/biz/impl/OrdersBizImpl.java
src/cust/com/crm/cust/biz/LinkmanBiz.java
src/cust/com/crm/cust/biz/LostBiz.java
src/cust/com/crm/cust/biz/OrdersBiz.java
src/cust/com/crm/cust/dao/ActivityDao.java
src/cust/com/crm/cust/dao/CustomerDao.java
src/cust/com/crm/cust/dao/impl/ActivityDaoImpl.java
src/cust/com/crm/cust/dao/impl/CustomerDaoImpl.java
src/cust/com/crm/cust/dao/impl/LinkmanDaoImpl.java
src/cust/com/crm/cust/dao/impl/LostDaoImpl.java
src/cust/com/crm/cust/dao/impl/OrdersDaoImpl.java
src/cust/com/crm/cust/dao/LinkmanDao.java
src/cust/com/crm/cust/dao/LostDao.java
src/cust/com/crm/cust/dao/OrdersDao.java
src/cust/com/crm/cust/test/CustomerTest.java
src/cust/struts-cust.xml
src/jdbc.properties
src/log4j.properties
src/rept/applicationContext-rept-action.xml
src/rept/applicationContext-rept-biz.xml
src/rept/applicationContext-rept-dao.xml
src/rept/com/crm/rept/action/ExcelContributeAction.java
src/rept/com/crm/rept/action/ExcelCstCustomerAction.java
src/rept/com/crm/rept/action/ExcelCstLostAction.java
src/rept/com/crm/rept/action/ExcelCstServiceAction.java
src/rept/com/crm/rept/action/ReptAction.java
src/rept/com/crm/rept/biz/CreateExcelBiz.java
src/rept/com/crm/rept/biz/ExcelBiz.java
src/rept/com/crm/rept/biz/ExcelInfoBiz.java
src/rept/com/crm/rept/biz/impl/CreateExcelBizImpl.java
src/rept/com/crm/rept/biz/impl/ExcelBizImpl.java
src/rept/com/crm/rept/biz/impl/ExcelInfoBizImpl.java
src/rept/com/crm/rept/biz/impl/ReptBizImpl.java
src/rept/com/crm/rept/biz/PropertyAnnotation.java
src/rept/com/crm/rept/biz/ReptBiz.java
src/rept/com/crm/rept/dao/impl/ReptDaoImpl.java
src/rept/com/crm/rept/dao/ReptDao.java
src/rept/com/crm/rept/test/ReptTest.java
src/rept/struts-rept.xml
src/role/applicationContext-role-action.xml
src/role/applicationContext-role-biz.xml
src/role/applicationContext-role-dao.xml
src/role/com/crm/role/act
.settings/.jsdtscope
.settings/com.genuitec.eclipse.j2eedt.core.prefs
.settings/org.eclipse.jdt.core.prefs
.settings/org.eclipse.wst.jsdt.ui.superType.container
.settings/org.eclipse.wst.jsdt.ui.superType.name
src/applicationContext.xml
src/basd/applicationContext-basd-action.xml
src/basd/applicationContext-basd-biz.xml
src/basd/applicationContext-basd-dao.xml
src/basd/com/crm/basd/action/BasdAction.java
src/basd/com/crm/basd/biz/BasdBiz.java
src/basd/com/crm/basd/biz/impl/BasdBizImpl.java
src/basd/com/crm/basd/biz/impl/ProductBizImple.java
src/basd/com/crm/basd/biz/impl/StorageBizImple.java
src/basd/com/crm/basd/biz/ProductBiz.java
src/basd/com/crm/basd/biz/StorageBiz.java
src/basd/com/crm/basd/dao/BasdDao.java
src/basd/com/crm/basd/dao/impl/BasdDaoImpl.java
src/basd/com/crm/basd/dao/impl/ProductDaoImple.java
src/basd/com/crm/basd/dao/impl/StorageDaoImple.java
src/basd/com/crm/basd/dao/ProductDao.java
src/basd/com/crm/basd/dao/StorageDao.java
src/basd/com/crm/basd/test/BasdTest.java
src/basd/struts-basd.xml
src/com/crm/common/dao/BaseHibernateDAO.java
src/com/crm/common/entity/BasDict.hbm.xml
src/com/crm/common/entity/BasDict.java
src/com/crm/common/entity/CstActivity.hbm.xml
src/com/crm/common/entity/CstActivity.java
src/com/crm/common/entity/CstCustomer.hbm.xml
src/com/crm/common/entity/CstCustomer.java
src/com/crm/common/entity/CstLinkman.hbm.xml
src/com/crm/common/entity/CstLinkman.java
src/com/crm/common/entity/CstLost.hbm.xml
src/com/crm/common/entity/CstLost.java
src/com/crm/common/entity/CstService.hbm.xml
src/com/crm/common/entity/CstService.java
src/com/crm/common/entity/OrderLine.hbm.xml
src/com/crm/common/entity/OrderLine.java
src/com/crm/common/entity/Orders.hbm.xml
src/com/crm/common/entity/Orders.java
src/com/crm/common/entity/Product.hbm.xml
src/com/crm/common/entity/Product.java
src/com/crm/common/entity/SalChance.hbm.xml
src/com/crm/common/entity/SalChance.java
src/com/crm/common/entity/SalPlan.hbm.xml
src/com/crm/common/entity/SalPlan.java
src/com/crm/common/entity/Storage.hbm.xml
src/com/crm/common/entity/Storage.java
src/com/crm/common/entity/SysRight.hbm.xml
src/com/crm/common/entity/SysRight.java
src/com/crm/common/entity/SysRole.hbm.xml
src/com/crm/common/entity/SysRole.java
src/com/crm/common/entity/SysRoleRight.hbm.xml
src/com/crm/common/entity/SysRoleRight.java
src/com/crm/common/entity/SysUser.hbm.xml
src/com/crm/common/entity/SysUser.java
src/com/crm/filter/RightInterceptor.java
src/com/crm/filter/SetCharacterEncodingFilter.java
src/com/crm/util/CodeImageServlet.java
src/com/crm/util/GlobalsConstUtil.java
src/com/crm/util/HtmlUtil.java
src/com/crm/util/MD5Util.java
src/com/crm/util/Page.java
src/com/crm/util/TimeTool.java
src/com/crm/util/VerifyCode.java
src/cust/applicationContext-cust-action.xml
src/cust/applicationContext-cust-biz.xml
src/cust/applicationContext-cust-dao.xml
src/cust/com/crm/cust/action/CustomerAction.java
src/cust/com/crm/cust/action/LostAction.java
src/cust/com/crm/cust/biz/ActivityBiz.java
src/cust/com/crm/cust/biz/CustomerBiz.java
src/cust/com/crm/cust/biz/impl/ActivityBizImpl.java
src/cust/com/crm/cust/biz/impl/CustomerBizImpl.java
src/cust/com/crm/cust/biz/impl/LinkmanBizImpl.java
src/cust/com/crm/cust/biz/impl/LostBizImpl.java
src/cust/com/crm/cust/biz/impl/OrdersBizImpl.java
src/cust/com/crm/cust/biz/LinkmanBiz.java
src/cust/com/crm/cust/biz/LostBiz.java
src/cust/com/crm/cust/biz/OrdersBiz.java
src/cust/com/crm/cust/dao/ActivityDao.java
src/cust/com/crm/cust/dao/CustomerDao.java
src/cust/com/crm/cust/dao/impl/ActivityDaoImpl.java
src/cust/com/crm/cust/dao/impl/CustomerDaoImpl.java
src/cust/com/crm/cust/dao/impl/LinkmanDaoImpl.java
src/cust/com/crm/cust/dao/impl/LostDaoImpl.java
src/cust/com/crm/cust/dao/impl/OrdersDaoImpl.java
src/cust/com/crm/cust/dao/LinkmanDao.java
src/cust/com/crm/cust/dao/LostDao.java
src/cust/com/crm/cust/dao/OrdersDao.java
src/cust/com/crm/cust/test/CustomerTest.java
src/cust/struts-cust.xml
src/jdbc.properties
src/log4j.properties
src/rept/applicationContext-rept-action.xml
src/rept/applicationContext-rept-biz.xml
src/rept/applicationContext-rept-dao.xml
src/rept/com/crm/rept/action/ExcelContributeAction.java
src/rept/com/crm/rept/action/ExcelCstCustomerAction.java
src/rept/com/crm/rept/action/ExcelCstLostAction.java
src/rept/com/crm/rept/action/ExcelCstServiceAction.java
src/rept/com/crm/rept/action/ReptAction.java
src/rept/com/crm/rept/biz/CreateExcelBiz.java
src/rept/com/crm/rept/biz/ExcelBiz.java
src/rept/com/crm/rept/biz/ExcelInfoBiz.java
src/rept/com/crm/rept/biz/impl/CreateExcelBizImpl.java
src/rept/com/crm/rept/biz/impl/ExcelBizImpl.java
src/rept/com/crm/rept/biz/impl/ExcelInfoBizImpl.java
src/rept/com/crm/rept/biz/impl/ReptBizImpl.java
src/rept/com/crm/rept/biz/PropertyAnnotation.java
src/rept/com/crm/rept/biz/ReptBiz.java
src/rept/com/crm/rept/dao/impl/ReptDaoImpl.java
src/rept/com/crm/rept/dao/ReptDao.java
src/rept/com/crm/rept/test/ReptTest.java
src/rept/struts-rept.xml
src/role/applicationContext-role-action.xml
src/role/applicationContext-role-biz.xml
src/role/applicationContext-role-dao.xml
src/role/com/crm/role/act
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.