2
0

feat: 账单和发票补充

This commit is contained in:
caiyuchao
2025-06-11 17:45:52 +08:00
parent 560162c27d
commit 32fc1d98ac
12 changed files with 454 additions and 14 deletions

View File

@@ -108,6 +108,13 @@
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-thymeleaf</artifactId>
</dependency>
<dependency>
<groupId>com.itextpdf</groupId>
<artifactId>html2pdf</artifactId>
<version>6.2.0</version>
</dependency>
</dependencies>
<build>