| | |
| | | package com.xcong.excoin.modules.platform.entity;
|
| | |
|
| | | import java.io.Serializable;
|
| | | import java.math.BigDecimal;
|
| | |
|
| | | import com.baomidou.mybatisplus.annotation.TableName;
|
| | | import com.xcong.excoin.common.system.base.BaseEntity;
|
| | |
|
| | | import lombok.Data;
|
| | | @Data
|
| | | @TableName("platform_cny_usdt_exchange")
|
| | | public class PlatformCnyUsdtExchangeEntity extends BaseEntity{
|
| | | public class PlatformCnyUsdtExchangeEntity implements Serializable {
|
| | |
|
| | | /**
|
| | | *
|
| | | */
|
| | | private static final long serialVersionUID = 1L;
|
| | |
|
| | | private Long id;
|
| | |
|
| | | /**
|
| | | * 兑换比例
|
| | | */
|