子模块引入

This commit is contained in:
2025-07-09 14:31:05 +08:00
parent 828687d20b
commit 69fb8678e3
12 changed files with 521 additions and 154 deletions

View File

@@ -61,6 +61,13 @@
<artifactId>zhyc-generator</artifactId>
</dependency>
<!-- 业务模块 -->
<dependency>
<groupId>zhyc</groupId>
<artifactId>zhyc-module</artifactId>
</dependency>
</dependencies>
<build>