mirror of
https://gitee.com/dromara/dax-pay.git
synced 2025-09-08 21:47:36 +00:00
feat 支付对账单创建和下载, 以及定时任务类
This commit is contained in:
@@ -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>
|
||||
|
Reference in New Issue
Block a user