feat: 增加上期结余

This commit is contained in:
2024-11-17 19:52:51 +08:00
parent 94d4dfebcb
commit 04ba884d46
16 changed files with 363 additions and 56 deletions

View File

@@ -89,6 +89,13 @@
<artifactId>poi-ooxml</artifactId>
<version>5.2.0</version>
</dependency>
<dependency>
<groupId>org.aspectj</groupId>
<artifactId>aspectjweaver</artifactId>
<version>1.9.22.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-amqp</artifactId>