Helius
2021-03-30 60def2b83b84f3e5b743e55e24bfa84e7560152b
1
2
3
4
5
6
7
8
9
10
11
12
13
package com.xcong.excoin.modules.platform.vo;
 
import java.math.BigDecimal;
 
import io.swagger.annotations.ApiModel;
import io.swagger.annotations.ApiModelProperty;
import lombok.Data;
@Data
@ApiModel(value = "会员快捷买入卖出", description = "会员快捷买入卖出类")
public class PlatformCnyUsdtExchangeVo {
    
    
}