wzy
2020-10-15 396eb7eac27d0bcb9466337b3a89977b2607890c
src/main/java/com/xcong/excoin/modules/contract/entity/ContractOrderEntity.java
@@ -1,5 +1,6 @@
package com.xcong.excoin.modules.contract.entity;
import com.baomidou.mybatisplus.annotation.TableField;
import com.baomidou.mybatisplus.annotation.TableName;
import com.xcong.excoin.common.entity.BaseEntity;
import lombok.Data;
@@ -197,11 +198,19 @@
    private int operateNo;
    @TableField(exist = false)
    private String refererId;
    @TableField(exist = false)
    private String refererIds;
    @TableField(exist = false)
    private String phone;
    @TableField(exist = false)
    private String email;
    @TableField(exist = false)
    private String name;
    @TableField(exist = false)
    private String timeType;
}