38 lines
1.2 KiB
XML

<?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>
<module>xhpc-common</module>
<module>xhpc-general</module>
<module>xhpc-power-pile</module>
<module>xhpc-charging-station</module>
<module>xhpc-user</module>
<module>xhpc-payment</module>
<module>xhpc-order</module>
<module>xhpc-wxma</module>
<module>xhpc-tradebill</module>
<module>xhpc-message-board</module>
<module>xhpc-card</module>
<module>xhpc-data-big-screen</module>
<module>xhpc-workorder</module>
<module>xhpc-activity</module>
<module>xhpc-log</module>
<module>xhpc-clearing</module>
</modules>
<artifactId>xhpc-modules</artifactId>
<packaging>pom</packaging>
<description>
充电业务模块
</description>
</project>