合并 qms 代码

This commit is contained in:
Administrator
2025-09-04 00:51:20 +00:00
committed by chenbowen
parent 81f651388f
commit 75a20dcf56
574 changed files with 35454 additions and 3394 deletions

24
yudao-module-qms/pom.xml Normal file
View File

@@ -0,0 +1,24 @@
<?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>