支付
This commit is contained in:
29
zhwl-device/pom.xml
Normal file
29
zhwl-device/pom.xml
Normal file
@@ -0,0 +1,29 @@
|
||||
<?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>zhwl</artifactId>
|
||||
<groupId>com.zhwl</groupId>
|
||||
<version>3.8.7</version>
|
||||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
<artifactId>zhwl-device</artifactId>
|
||||
|
||||
<packaging>pom</packaging>
|
||||
|
||||
<description>设备管理</description>
|
||||
|
||||
<modules>
|
||||
<module>zhwl-device-handheld</module>
|
||||
<module>zhwl-device-gate</module>
|
||||
<module>zhwl-device-passflow</module>
|
||||
<module>zhwl-device-ticket_machine</module>
|
||||
</modules>
|
||||
|
||||
<dependencies>
|
||||
|
||||
</dependencies>
|
||||
|
||||
</project>
|
Reference in New Issue
Block a user