教育部固定资产最低使用年限规定,数据读取以及入库代码

Signed-off-by: CCass <only_pop@qq.com>
This commit is contained in:
CCass
2025-09-24 23:04:38 +08:00
parent a61bd57e22
commit 2b6d8137db
15 changed files with 1563 additions and 0 deletions

View File

@@ -56,6 +56,19 @@
<artifactId>ruoyi-system-api</artifactId>
</dependency>
<!-- Apache Commons IO -->
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
</dependency>
<!-- 测试依赖 -->
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-test</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
</project>