update 卖家提现记录删除收款和付款钱包地址
This commit is contained in:
@@ -32,17 +32,13 @@ public class PayRecordMessageDto {
|
||||
@ApiModelProperty(value = "消息ID")
|
||||
private String queueId;
|
||||
|
||||
/**
|
||||
* 买家充值地址
|
||||
*/
|
||||
@ApiModelProperty(value = "买家钱包地址")
|
||||
private String fromAddress;
|
||||
|
||||
/**
|
||||
* 卖家地址(卖家自定义地址)
|
||||
*/
|
||||
@ApiModelProperty(value = "收款地址(卖家自定义地址)")
|
||||
private String toAddress;
|
||||
//@ApiModelProperty(value = "买家钱包地址")
|
||||
//private String fromAddress;
|
||||
//
|
||||
//
|
||||
//@ApiModelProperty(value = "收款地址(卖家自定义地址)")
|
||||
//private String toAddress;
|
||||
|
||||
/**
|
||||
* 支付金额
|
||||
|
||||
@@ -1,20 +1,8 @@
|
||||
package com.m2pool.lease.mapper;
|
||||
|
||||
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
|
||||
import com.m2pool.lease.dto.CheckAddressDto;
|
||||
import com.m2pool.lease.dto.PayRecordMessageDto;
|
||||
import com.m2pool.lease.dto.RecentlyTransactionDto;
|
||||
import com.m2pool.lease.dto.TransactionRecordDto;
|
||||
import com.m2pool.lease.entity.LeasePayRecordMessage;
|
||||
import com.m2pool.lease.entity.LeasePayRecordMessageInfo;
|
||||
import com.m2pool.lease.entity.LeaseShopConfig;
|
||||
import com.m2pool.lease.entity.LeaseUserWalletData;
|
||||
import org.apache.ibatis.annotations.MapKey;
|
||||
import org.apache.ibatis.annotations.Mapper;
|
||||
import org.apache.ibatis.annotations.Param;
|
||||
|
||||
import java.util.List;
|
||||
import java.util.Map;
|
||||
|
||||
/**
|
||||
* <p>
|
||||
|
||||
Reference in New Issue
Block a user