添加礼薄详情导出PDF功能

This commit is contained in:
xzh
2025-03-25 23:06:00 +08:00
parent 9bd8123b1a
commit f79082af90
31 changed files with 246 additions and 50 deletions

View File

@@ -59,5 +59,17 @@
<groupId>cn.xxzhx.giftBook</groupId>
<artifactId>giftBook-common-tenant</artifactId>
</dependency>
<!-- iText 9 -->
<dependency>
<groupId>com.itextpdf</groupId>
<artifactId>kernel</artifactId>
<version>9.1.0</version>
</dependency>
<dependency>
<groupId>com.itextpdf</groupId>
<artifactId>layout</artifactId>
<version>9.1.0</version>
</dependency>
</dependencies>
</project>