修改框架

This commit is contained in:
2026-04-22 10:20:53 +08:00
parent e4b54e749f
commit 611cad2672
629 changed files with 1129 additions and 1129 deletions
+28
View File
@@ -0,0 +1,28 @@
<?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>quoted</artifactId>
<groupId>com.quoted</groupId>
<version>3.9.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>quoted-system</artifactId>
<description>
system系统模块
</description>
<dependencies>
<!-- 通用工具-->
<dependency>
<groupId>com.quoted</groupId>
<artifactId>quoted-common</artifactId>
</dependency>
</dependencies>
</project>