mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-20 19:15:35 +08:00
订单分账逻辑
This commit is contained in:
@@ -3,11 +3,24 @@ package com.jsowell.adapay.vo;
|
||||
import lombok.Getter;
|
||||
import lombok.Setter;
|
||||
|
||||
/**
|
||||
* 订单分账结果
|
||||
*/
|
||||
@Getter
|
||||
@Setter
|
||||
public class OrderSettleResult {
|
||||
/**
|
||||
* 状态
|
||||
* 订单编号
|
||||
*/
|
||||
private String orderCode;
|
||||
|
||||
/**
|
||||
* 订单结算金额
|
||||
*/
|
||||
private String settleAmt;
|
||||
|
||||
/**
|
||||
* 分账状态
|
||||
*/
|
||||
private String status;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user