xiaoyong931011
2021-04-23 d4488a987cccd3ddd51a202a9f8aa71d3cdcbced
src/main/java/com/xcong/excoin/modules/agent/pojo/AgentUser.java
@@ -1,5 +1,7 @@
package com.xcong.excoin.modules.agent.pojo;
import com.baomidou.mybatisplus.annotation.TableField;
import com.fasterxml.jackson.annotation.JsonFormat;
import lombok.Data;
import javax.validation.constraints.NotBlank;
@@ -40,7 +42,6 @@
    /**
     * 手机号
     */
    @NotBlank(message = "手机号不能为空")
    private String telphone;
    /**
@@ -51,7 +52,7 @@
    /**
     * 上级邀请码
     */
    private String referId;
    private String refererId;
    /**
     * 发展代理数
@@ -89,4 +90,20 @@
     */
    private Date createTime;
    /**
     * 实名状态
     */
    //@TableField(exist = false)
    private Integer certifyStatus;
    private Integer accountType;
    private Integer accountStatus;
    private String startTime;
    private Date startDate;
    private String endTime;
    private Date endDate;
}