Revert "1. 统一包名修改"

This commit is contained in:
chenbowen
2025-09-22 03:05:14 +08:00
parent 30e8a5a704
commit 9a311fc3f6
5602 changed files with 85186 additions and 84972 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>yudao</artifactId>
<groupId>cn.iocoder.cloud</groupId>
<version>${revision}</version>
</parent>
<modules>
<module>yudao-module-template-api</module>
<module>yudao-module-template-server</module>
</modules>
<modelVersion>4.0.0</modelVersion>
<artifactId>yudao-module-template</artifactId>
<packaging>pom</packaging>
<name>${project.artifactId}</name>
<description>
样例模块。
</description>
</project>