2021-07-13 17:50:09 +08:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
|
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"
|
|
|
|
|
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
|
|
|
|
<parent>
|
|
|
|
|
<groupId>com.ruoyi</groupId>
|
|
|
|
|
<artifactId>ruoyi</artifactId>
|
|
|
|
|
<version>3.0.0</version>
|
|
|
|
|
</parent>
|
|
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
|
|
|
|
|
|
<modules>
|
2021-07-21 18:07:56 +08:00
|
|
|
<module>xhpc-common</module>
|
|
|
|
|
<module>xhpc-general</module>
|
2021-07-18 17:50:20 +08:00
|
|
|
<module>xhpc-power-pile</module>
|
2021-07-21 18:07:56 +08:00
|
|
|
<module>xhpc-charging-station</module>
|
2021-07-19 18:38:42 +08:00
|
|
|
<module>xhpc-user</module>
|
2021-07-22 19:03:27 +08:00
|
|
|
<module>xhpc-payment</module>
|
2021-07-24 18:07:51 +08:00
|
|
|
<module>xhpc-order</module>
|
2021-08-12 15:54:28 +08:00
|
|
|
<module>xhpc-wxma</module>
|
2022-01-25 14:28:38 +08:00
|
|
|
<module>xhpc-card</module>
|
2022-04-06 17:25:43 +08:00
|
|
|
<module>xhpc-activity</module>
|
2021-07-13 17:50:09 +08:00
|
|
|
</modules>
|
|
|
|
|
|
|
|
|
|
<artifactId>xhpc-modules</artifactId>
|
|
|
|
|
<packaging>pom</packaging>
|
|
|
|
|
|
|
|
|
|
<description>
|
|
|
|
|
充电业务模块
|
|
|
|
|
</description>
|
|
|
|
|
|
|
|
|
|
</project>
|