mirror of
https://gitee.com/dromara/dax-pay.git
synced 2025-09-04 03:30:36 +00:00
feat 增加分账订单列表查询条件属性, 添加监控依赖
This commit is contained in:
@@ -14,5 +14,22 @@ import lombok.experimental.Accessors;
|
||||
@Schema(title = "分账订单查询参数")
|
||||
public class AllocationOrderQuery {
|
||||
|
||||
@Schema(description = "分账订单号")
|
||||
private String orderNo;
|
||||
|
||||
@Schema(description = "支付订单ID")
|
||||
private Long paymentId;
|
||||
|
||||
@Schema(description = "支付订单标题")
|
||||
private String title;
|
||||
|
||||
@Schema(description = "分账业务号")
|
||||
private String allocationNo;
|
||||
|
||||
@Schema(description = "分账通道")
|
||||
private String channel;
|
||||
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
@@ -34,6 +34,11 @@
|
||||
<groupId>cn.bootx.platform</groupId>
|
||||
<artifactId>common-starter-code-gen</artifactId>
|
||||
</dependency>
|
||||
<!-- 系统监控 -->
|
||||
<dependency>
|
||||
<groupId>cn.bootx.platform</groupId>
|
||||
<artifactId>common-starter-monitor</artifactId>
|
||||
</dependency>
|
||||
<!-- 支付演示模块 -->
|
||||
<dependency>
|
||||
<groupId>cn.bootx.platform</groupId>
|
||||
|
Reference in New Issue
Block a user