pom.xml 1.0 KB

12345678910111213141516171819202122232425262728
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <project xmlns="http://maven.apache.org/POM/4.0.0"
  3. xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  4. xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
  5. <parent>
  6. <groupId>cn.iocoder.boot</groupId>
  7. <artifactId>yudao</artifactId>
  8. <version>${revision}</version>
  9. </parent>
  10. <modules>
  11. <module>yudao-module-crm-api</module>
  12. <module>yudao-module-crm-biz</module>
  13. <module>yudao-module-bi-biz</module>
  14. <module>yudao-module-bi-api</module>
  15. </modules>
  16. <modelVersion>4.0.0</modelVersion>
  17. <artifactId>yudao-module-crm</artifactId>
  18. <packaging>pom</packaging>
  19. <name>${project.artifactId}</name>
  20. <description>
  21. crm 包下,客户关系管理(Customer Relationship Management)。
  22. 例如说:客户、联系人、商机、合同、回款等等
  23. 商业智能 BI 模块,包括:报表、图表、数据大屏等等
  24. </description>
  25. </project>