Commit 107b7351 by jianan

出账检核-港币出账金额

parent 24017a14
...@@ -161,6 +161,18 @@ public class FortuneVO implements Serializable { ...@@ -161,6 +161,18 @@ public class FortuneVO implements Serializable {
private String currency; private String currency;
/** /**
* 结算汇率
*/
@Schema(description = "结算汇率")
private BigDecimal exchangeRate;
/**
* 港币出账金额
*/
@Schema(description = "港币出账金额")
private BigDecimal hkdAmount;
/**
* 已出账金额 * 已出账金额
*/ */
@Schema(description = "已出账金额") @Schema(description = "已出账金额")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment