添加业务模块

This commit is contained in:
2025-02-08 11:18:44 +08:00
parent d74cc374f3
commit e23030bf18
11 changed files with 938 additions and 7 deletions

View File

@@ -54,6 +54,12 @@
<artifactId>test-generator</artifactId>
</dependency>
<!-- 业务模块-->
<dependency>
<groupId>com.test</groupId>
<artifactId>test-test</artifactId>
</dependency>
</dependencies>
<build>