整体需求完善

This commit is contained in:
2025-07-30 10:56:56 +08:00
parent c7505179bb
commit c254e2f94c
17 changed files with 700 additions and 103 deletions

View File

@ -185,7 +185,12 @@
<artifactId>jaxb-runtime</artifactId>
<version>2.3.3</version> <!-- 注意版本不超过2.3.3 -->
</dependency>
</dependencies>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
<build>
<plugins>