update 卖家提现列表symbol字段改为coin

This commit is contained in:
yyb
2026-01-28 10:51:11 +08:00
parent f93ca1735c
commit 87947c4a60
2 changed files with 2 additions and 2 deletions

View File

@@ -43,7 +43,7 @@ public class PayWithdrawSellerRecordDto {
* 币种 * 币种
*/ */
@ApiModelProperty(value = "币种") @ApiModelProperty(value = "币种")
private String symbol; private String coin;
/** /**
* 链名称 * 链名称

View File

@@ -120,7 +120,7 @@ FROM lease_pay_withdraw_message
from_address as fromAddress, from_address as fromAddress,
to_address as toAddress, to_address as toAddress,
amount, amount,
from_symbol as symbol, from_symbol as coin,
from_chain as chain, from_chain as chain,
create_time as createTime, create_time as createTime,
update_time as updateTime, update_time as updateTime,