工单模块

This commit is contained in:
2025-12-19 11:11:51 +08:00
parent 41cbe2bd54
commit 409e33abb6
49 changed files with 1934 additions and 323 deletions

View File

@@ -9,7 +9,7 @@
<version>1.0.0</version>
</parent>
<groupId>org.xyzh</groupId>
<groupId>org.xyzh.apis</groupId>
<artifactId>api-workcase</artifactId>
<version>1.0.0</version>
@@ -18,4 +18,10 @@
<maven.compiler.target>21</maven.compiler.target>
</properties>
<dependencies>
<dependency>
<groupId>org.xyzh.apis</groupId>
<artifactId>api-ai</artifactId>
</dependency>
</dependencies>
</project>