赞
踩
CRM代表客户关系管理,或者在销售过程中管理与现有客户和潜在客户的互动的过程。任何使用数据建立、改进和管理客户关系的策略或方法都可以归入“CRM”的描述范围,但该术语最常用于指代 CRM 软件或技术。
什么是 CRM 软件?
源码及演示:c.xsymz.icu
部分源码展示:pom.xml
- <?xml version="1.0" encoding="UTF-8"?>
-
- <project xmlns=xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- <modelVersion>4.0.0</modelVersion>
-
- <groupId>com.bjpowernode</groupId>
- <artifactId>crm</artifactId>
- <version>1.0-SNAPSHOT</version>
- <packaging>war</packaging>
-
- <properties>
- <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
- <maven.compiler.source>1.7</maven.compiler.source>
- <maven.compiler.target>1.7</maven.compiler.target>
- <tk-mybatis.version>4.1.5</tk-mybatis.version>
- <mybatis-version>3.4.6</mybatis-version>
- <springforamework.version>5.0.3.RELEASE</springforamework.version>
- </properties>
-
- <dependencies>
- <dependency>
- <groupId>junit</groupId>
- <artifactId>junit</artifactId>
- <version>4.11</version>
- <scope>test</scope>
- </dependency>
-
- <!--Spring-->
- <dependency>
- <groupId>org.springframework</groupId>
- <artifactId>spring-context</artifactId>
- <version>${springforamework.version}</version>
- </dependency>
-
- <dependency>
- <groupId>org.springframework</groupId>
- <artifactId>spring-webmvc</artifactId>
- <version>${springforamework.version}</version>
- </dependency>
-
- <dependency>
- <groupId>org.springframework</groupId>
- <artifactId>spring-tx</artifactId>
- <version>${s
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。