update 最近交易新增币种单位返回

This commit is contained in:
yyb
2026-01-19 16:29:41 +08:00
parent da3351044e
commit b6b4c27e24

View File

@@ -47,4 +47,7 @@ public class RecentlyTransactionDto {
@ApiModelProperty(value = "交易状态 0 失败 1 成功 2 充值/提现/支付中 3校验失败") @ApiModelProperty(value = "交易状态 0 失败 1 成功 2 充值/提现/支付中 3校验失败")
private Integer status; private Integer status;
@ApiModelProperty(value = "金额单位(币种)")
private String coin;
} }