Helius
2020-05-29 233d60b729866fa1e8786bd6b0067022f6755ad4
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 {
    
    
}