| 123456789101112131415161718192021222324 |
- <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>gw-cloud-backend</artifactId>
- <groupId>cn.com.goldenwater</groupId>
- <version>0.0.1-SNAPSHOT</version>
- </parent>
- <modelVersion>4.0.0</modelVersion>
- <packaging>pom</packaging>
- <artifactId>gw-cloud-platform-dcproj-pageoffice</artifactId>
- <!--引入子模块结构-->
- <modules>
- <module>gw-cloud-platform-dcproj-po-api</module>
- <module>gw-cloud-platform-dcproj-po-service-provincial</module>
- <module>gw-cloud-platform-dcproj-po-service</module>
- <module>gw-cloud-platform-dcproj-po-dao</module>
- <module>gw-cloud-platform-dcproj-po-model</module>
- </modules>
- </project>
|