Helius
2020-07-01 e09e66d3b3a74a8e8f178378e139f7f0e33f6225
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;
}