在modules包下新建asset-management包,将代码挪过来

Signed-off-by: CCass <only_pop@qq.com>
This commit is contained in:
CCass
2025-09-28 18:02:12 +08:00
parent 2ed4e2a39a
commit 87fe29649a
31 changed files with 375 additions and 68 deletions

View File

@@ -68,6 +68,11 @@
<artifactId>spring-boot-starter-test</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.ruoyi</groupId>
<artifactId>ruoyi-asset-management-api</artifactId>
<scope>test</scope>
</dependency>
</dependencies>