| | |
| | | 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; |
| | |
| | | |
| | | 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; |
| | | |
| | | |
| | | } |