Administrator
5 days ago 8d84a90a076676dfeb80b1882029895d28e9b238
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 {
    
    
}