22 lines
746 B
XML
Raw Normal View History

2025-10-09 14:25:15 +08:00
<?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">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>cn.iocoder.boot</groupId>
<artifactId>yudao</artifactId>
<version>${revision}</version>
2025-10-09 15:06:32 +08:00
<relativePath>../pom.xml</relativePath>
2025-10-09 14:25:15 +08:00
</parent>
<artifactId>yudao-module-mdpf</artifactId>
<packaging>pom</packaging>
2025-10-09 14:50:28 +08:00
<name>yudao-module-mdpf</name>
2025-10-09 14:25:15 +08:00
<modules>
<module>yudao-module-mdpf-api</module>
<module>yudao-module-mdpf-biz</module>
</modules>
</project>