Files
aiot-platform-cloud/viewsh-module-crm/pom.xml
lzh 8ccfafe2bb
Some checks failed
Java CI with Maven / build (11) (push) Has been cancelled
Java CI with Maven / build (17) (push) Has been cancelled
Java CI with Maven / build (8) (push) Has been cancelled
first commit
2025-12-31 11:48:19 +08:00

26 lines
970 B
XML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<groupId>com.viewsh</groupId>
<artifactId>viewsh</artifactId>
<version>${revision}</version>
</parent>
<modules>
<module>viewsh-module-crm-api</module>
<module>viewsh-module-crm-server</module>
</modules>
<modelVersion>4.0.0</modelVersion>
<artifactId>viewsh-module-crm</artifactId>
<packaging>pom</packaging>
<name>${project.artifactId}</name>
<description>
crm 包下客户关系管理Customer Relationship Management
例如说:客户、联系人、商机、合同、回款等等
商业智能 BI 模块,包括:报表、图表、数据大屏等等
</description>
</project>