wzy
2020-10-15 089a6010a74bf128d1025968284fdfa9cd35adfd
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;
}