初始化项目提交

This commit is contained in:
chenbowen
2025-09-04 10:11:50 +08:00
parent 64ae58fafe
commit 259790beca
79 changed files with 5185 additions and 93 deletions

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-jy-report-api</module>
<module>yudao-module-jy-report-server</module>
</modules>
<modelVersion>4.0.0</modelVersion>
<artifactId>yudao-module-jy-report</artifactId>
<packaging>pom</packaging>
<name>${project.artifactId}</name>
<description>
JyReport 模块。
</description>
</project>