feat 支付对账单创建和下载, 以及定时任务类

This commit is contained in:
bootx
2024-01-21 01:04:24 +08:00
parent 36b0288386
commit 97ed6b7e25
19 changed files with 368 additions and 90 deletions

View File

@@ -49,12 +49,22 @@
<groupId>cn.bootx.platform</groupId>
<artifactId>common-spring</artifactId>
</dependency>
<!-- 查询构造器 -->
<dependency>
<groupId>cn.bootx.platform</groupId>
<artifactId>common-super-query</artifactId>
</dependency>
<!-- 定时任务(quartz) -->
<dependency>
<groupId>cn.bootx.platform</groupId>
<artifactId>common-starter-quartz</artifactId>
</dependency>
<!-- 序列生成器 -->
<dependency>
<groupId>cn.bootx.platform</groupId>
<artifactId>common-sequence</artifactId>
<version>${bootx-platform.version}</version>
</dependency>
<!-- 支付核心包-->
<dependency>