fix
Helius
2021-02-20 6cdfe1d568d06bc63bb513ce0ef1df6aac3c7c3d
src/main/java/com/xcong/excoin/modules/platform/entity/PlatformCnyUsdtExchangeEntity.java
@@ -1,20 +1,22 @@
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;
   /**
    * 兑换比例
    */