From b6b4c27e249c9be28449819321a044dbaa8bb17e Mon Sep 17 00:00:00 2001 From: yyb <1416014977@qq.com> Date: Mon, 19 Jan 2026 16:29:41 +0800 Subject: [PATCH] =?UTF-8?q?update=20=E6=9C=80=E8=BF=91=E4=BA=A4=E6=98=93?= =?UTF-8?q?=E6=96=B0=E5=A2=9E=E5=B8=81=E7=A7=8D=E5=8D=95=E4=BD=8D=E8=BF=94?= =?UTF-8?q?=E5=9B=9E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/java/com/m2pool/lease/dto/RecentlyTransactionDto.java | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/main/java/com/m2pool/lease/dto/RecentlyTransactionDto.java b/src/main/java/com/m2pool/lease/dto/RecentlyTransactionDto.java index 2264ccd..8b8d708 100644 --- a/src/main/java/com/m2pool/lease/dto/RecentlyTransactionDto.java +++ b/src/main/java/com/m2pool/lease/dto/RecentlyTransactionDto.java @@ -47,4 +47,7 @@ public class RecentlyTransactionDto { @ApiModelProperty(value = "交易状态 0 失败 1 成功 2 充值/提现/支付中 3校验失败") private Integer status; + + @ApiModelProperty(value = "金额单位(币种)") + private String coin; }