xiaoyong931011
2021-05-18 7d098b8c03c2a3f2dc7b51f73cc8d16b56dfa764
src/main/java/com/xcong/excoin/modules/otc/entity/OtcMarketBussinessEntity.java
@@ -1,5 +1,6 @@
package com.xcong.excoin.modules.otc.entity;
import com.baomidou.mybatisplus.annotation.TableField;
import com.baomidou.mybatisplus.annotation.TableName;
import com.xcong.excoin.common.entity.BaseEntity;
import lombok.Data;
@@ -41,5 +42,17 @@
    //平均放币时间
    private Integer avgCoinTime;
    @TableField(exist = false)
    private String account;
    @TableField(exist = false)
    private String phone;
    @TableField(exist = false)
    private String inviteId;
    @TableField(exist = false)
    private String realName;
}