Files
zt-qms/yudao-module-qms/pom.xml
2025-09-19 17:50:02 +08:00

25 lines
772 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>
<artifactId>dsc-qms</artifactId>
<groupId>cn.iocoder.cloud</groupId>
<version>${revision}</version>
</parent>
<modules>
<module>yudao-module-qms-api</module>
<module>yudao-module-qms-server</module>
</modules>
<modelVersion>4.0.0</modelVersion>
<artifactId>yudao-module-qms</artifactId>
<packaging>pom</packaging>
<name>${project.artifactId}</name>
<description>
JyBusiness 模块。
</description>
</project>