新增地图模块

This commit is contained in:
wenc000 2020-10-16 17:44:08 +08:00
parent 5e2fce8501
commit 75496131a6
2 changed files with 18 additions and 0 deletions

View File

@ -0,0 +1,17 @@
<?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>
<artifactId>cm-cloud</artifactId>
<groupId>com.cm</groupId>
<version>1.0.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>cloud-common-plugin-map</artifactId>
<description>地图插件,画网格</description>
<version>1.0.1-SNAPSHOT</version>
</project>

View File

@ -26,6 +26,7 @@
<module>cloud-central-control-client</module>
<module>cloud-hardware-smart-gate</module>
<module>cloud-common-dingding</module>
<module>cloud-common-plugin-map</module>
</modules>
<packaging>pom</packaging>
<description>成迈云</description>