mirror of
https://gitee.com/dromara/RuoYi-Vue-Plus.git
synced 2026-09-18 01:25:28 +08:00
28 lines
904 B
XML
28 lines
904 B
XML
<?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>
|
|
<groupId>org.dromara</groupId>
|
|
<artifactId>ruoyi-modules</artifactId>
|
|
<version>${revision}</version>
|
|
<relativePath>../pom.xml</relativePath>
|
|
</parent>
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
<artifactId>ruoyi-md-form</artifactId>
|
|
|
|
<packaging>pom</packaging>
|
|
<description>
|
|
动态表单
|
|
</description>
|
|
|
|
<modules>
|
|
<module>ruoyi-md-form-api</module>
|
|
<module>ruoyi-md-form-mapper</module>
|
|
<module>ruoyi-md-form-service</module>
|
|
<module>ruoyi-md-form-starter</module>
|
|
<module>ruoyi-md-form-feign</module>
|
|
</modules>
|
|
</project>
|