|
|
@@ -2,147 +2,153 @@ package com.goafanti.common.model;
|
|
|
|
|
|
import java.util.Date;
|
|
|
|
|
|
-public class User extends BaseModel implements AftUser{
|
|
|
+public class User extends BaseModel implements AftUser {
|
|
|
|
|
|
/**
|
|
|
- *
|
|
|
- */
|
|
|
- private static final long serialVersionUID = -3301500555091503770L;
|
|
|
- /**
|
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database column user.id
|
|
|
- * @mbg.generated Thu May 03 16:11:41 CST 2018
|
|
|
+ * @mbg.generated Thu May 31 15:33:56 CST 2018
|
|
|
*/
|
|
|
private String id;
|
|
|
/**
|
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database column user.mobile
|
|
|
- * @mbg.generated Thu May 03 16:11:41 CST 2018
|
|
|
+ * @mbg.generated Thu May 31 15:33:56 CST 2018
|
|
|
*/
|
|
|
private String mobile;
|
|
|
/**
|
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database column user.password
|
|
|
- * @mbg.generated Thu May 03 16:11:41 CST 2018
|
|
|
+ * @mbg.generated Thu May 31 15:33:56 CST 2018
|
|
|
*/
|
|
|
private String password;
|
|
|
/**
|
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database column user.nickname
|
|
|
- * @mbg.generated Thu May 03 16:11:41 CST 2018
|
|
|
+ * @mbg.generated Thu May 31 15:33:56 CST 2018
|
|
|
*/
|
|
|
private String nickname;
|
|
|
/**
|
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database column user.email
|
|
|
- * @mbg.generated Thu May 03 16:11:41 CST 2018
|
|
|
+ * @mbg.generated Thu May 31 15:33:56 CST 2018
|
|
|
*/
|
|
|
private String email;
|
|
|
/**
|
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database column user.create_time
|
|
|
- * @mbg.generated Thu May 03 16:11:41 CST 2018
|
|
|
+ * @mbg.generated Thu May 31 15:33:56 CST 2018
|
|
|
*/
|
|
|
private Date createTime;
|
|
|
/**
|
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database column user.number
|
|
|
- * @mbg.generated Thu May 03 16:11:41 CST 2018
|
|
|
+ * @mbg.generated Thu May 31 15:33:56 CST 2018
|
|
|
*/
|
|
|
private Long number;
|
|
|
/**
|
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database column user.lvl
|
|
|
- * @mbg.generated Thu May 03 16:11:41 CST 2018
|
|
|
+ * @mbg.generated Thu May 31 15:33:56 CST 2018
|
|
|
*/
|
|
|
private Integer lvl;
|
|
|
/**
|
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database column user.type
|
|
|
- * @mbg.generated Thu May 03 16:11:41 CST 2018
|
|
|
+ * @mbg.generated Thu May 31 15:33:56 CST 2018
|
|
|
*/
|
|
|
private Integer type;
|
|
|
/**
|
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database column user.mid
|
|
|
- * @mbg.generated Thu May 03 16:11:41 CST 2018
|
|
|
+ * @mbg.generated Thu May 31 15:33:56 CST 2018
|
|
|
*/
|
|
|
private String mid;
|
|
|
/**
|
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database column user.status
|
|
|
- * @mbg.generated Thu May 03 16:11:41 CST 2018
|
|
|
+ * @mbg.generated Thu May 31 15:33:56 CST 2018
|
|
|
*/
|
|
|
private Integer status;
|
|
|
/**
|
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database column user.source
|
|
|
- * @mbg.generated Thu May 03 16:11:41 CST 2018
|
|
|
+ * @mbg.generated Thu May 31 15:33:56 CST 2018
|
|
|
*/
|
|
|
private Integer source;
|
|
|
/**
|
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database column user.update_time
|
|
|
- * @mbg.generated Thu May 03 16:11:41 CST 2018
|
|
|
+ * @mbg.generated Thu May 31 15:33:56 CST 2018
|
|
|
*/
|
|
|
private Date updateTime;
|
|
|
/**
|
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database column user.company_logo_url
|
|
|
- * @mbg.generated Thu May 03 16:11:41 CST 2018
|
|
|
+ * @mbg.generated Thu May 31 15:33:56 CST 2018
|
|
|
*/
|
|
|
private String companyLogoUrl;
|
|
|
/**
|
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database column user.head_portrait_url
|
|
|
- * @mbg.generated Thu May 03 16:11:41 CST 2018
|
|
|
+ * @mbg.generated Thu May 31 15:33:56 CST 2018
|
|
|
*/
|
|
|
private String headPortraitUrl;
|
|
|
/**
|
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database column user.society_tag
|
|
|
- * @mbg.generated Thu May 03 16:11:41 CST 2018
|
|
|
+ * @mbg.generated Thu May 31 15:33:56 CST 2018
|
|
|
*/
|
|
|
private String societyTag;
|
|
|
/**
|
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database column user.introduction
|
|
|
- * @mbg.generated Thu May 03 16:11:41 CST 2018
|
|
|
+ * @mbg.generated Thu May 31 15:33:56 CST 2018
|
|
|
*/
|
|
|
private String introduction;
|
|
|
/**
|
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database column user.value_added_tag
|
|
|
- * @mbg.generated Thu May 03 16:11:41 CST 2018
|
|
|
+ * @mbg.generated Thu May 31 15:33:56 CST 2018
|
|
|
*/
|
|
|
private String valueAddedTag;
|
|
|
/**
|
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database column user.organization_id
|
|
|
- * @mbg.generated Thu May 03 16:11:41 CST 2018
|
|
|
+ * @mbg.generated Thu May 31 15:33:56 CST 2018
|
|
|
*/
|
|
|
private String organizationId;
|
|
|
/**
|
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database column user.identify_name
|
|
|
- * @mbg.generated Thu May 03 16:11:41 CST 2018
|
|
|
+ * @mbg.generated Thu May 31 15:33:56 CST 2018
|
|
|
*/
|
|
|
private String identifyName;
|
|
|
/**
|
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database column user.background_url
|
|
|
- * @mbg.generated Thu May 03 16:11:41 CST 2018
|
|
|
+ * @mbg.generated Thu May 31 15:33:56 CST 2018
|
|
|
*/
|
|
|
private String backgroundUrl;
|
|
|
/**
|
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database column user.audit_opinion
|
|
|
- * @mbg.generated Thu May 03 16:11:41 CST 2018
|
|
|
+ * @mbg.generated Thu May 31 15:33:56 CST 2018
|
|
|
*/
|
|
|
private String auditOpinion;
|
|
|
/**
|
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database column user.audit_status
|
|
|
- * @mbg.generated Thu May 03 16:11:41 CST 2018
|
|
|
+ * @mbg.generated Thu May 31 15:33:56 CST 2018
|
|
|
*/
|
|
|
private Integer auditStatus;
|
|
|
/**
|
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database column user.share_type
|
|
|
- * @mbg.generated Thu May 03 16:11:41 CST 2018
|
|
|
+ * @mbg.generated Thu May 31 15:33:56 CST 2018
|
|
|
*/
|
|
|
private Integer shareType;
|
|
|
/**
|
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database column user.aid
|
|
|
- * @mbg.generated Thu May 03 16:11:41 CST 2018
|
|
|
+ * @mbg.generated Thu May 31 15:33:56 CST 2018
|
|
|
*/
|
|
|
private String aid;
|
|
|
/**
|
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database column user.transfer_time
|
|
|
- * @mbg.generated Thu May 03 16:11:41 CST 2018
|
|
|
+ * @mbg.generated Thu May 31 15:33:56 CST 2018
|
|
|
*/
|
|
|
private Date transferTime;
|
|
|
+ /**
|
|
|
+ * This field was generated by MyBatis Generator. This field corresponds to the database column user.username
|
|
|
+ * @mbg.generated Thu May 31 15:33:56 CST 2018
|
|
|
+ */
|
|
|
+ private String username;
|
|
|
+ /**
|
|
|
+ * This field was generated by MyBatis Generator. This field corresponds to the database column user.authentication
|
|
|
+ * @mbg.generated Thu May 31 15:33:56 CST 2018
|
|
|
+ */
|
|
|
+ private Integer authentication;
|
|
|
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method returns the value of the database column user.id
|
|
|
* @return the value of user.id
|
|
|
- * @mbg.generated Thu May 03 16:11:41 CST 2018
|
|
|
+ * @mbg.generated Thu May 31 15:33:56 CST 2018
|
|
|
*/
|
|
|
public String getId() {
|
|
|
return id;
|
|
|
@@ -151,7 +157,7 @@ public class User extends BaseModel implements AftUser{
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method sets the value of the database column user.id
|
|
|
* @param id the value for user.id
|
|
|
- * @mbg.generated Thu May 03 16:11:41 CST 2018
|
|
|
+ * @mbg.generated Thu May 31 15:33:56 CST 2018
|
|
|
*/
|
|
|
public void setId(String id) {
|
|
|
this.id = id;
|
|
|
@@ -160,7 +166,7 @@ public class User extends BaseModel implements AftUser{
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method returns the value of the database column user.mobile
|
|
|
* @return the value of user.mobile
|
|
|
- * @mbg.generated Thu May 03 16:11:41 CST 2018
|
|
|
+ * @mbg.generated Thu May 31 15:33:56 CST 2018
|
|
|
*/
|
|
|
public String getMobile() {
|
|
|
return mobile;
|
|
|
@@ -169,7 +175,7 @@ public class User extends BaseModel implements AftUser{
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method sets the value of the database column user.mobile
|
|
|
* @param mobile the value for user.mobile
|
|
|
- * @mbg.generated Thu May 03 16:11:41 CST 2018
|
|
|
+ * @mbg.generated Thu May 31 15:33:56 CST 2018
|
|
|
*/
|
|
|
public void setMobile(String mobile) {
|
|
|
this.mobile = mobile;
|
|
|
@@ -178,7 +184,7 @@ public class User extends BaseModel implements AftUser{
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method returns the value of the database column user.password
|
|
|
* @return the value of user.password
|
|
|
- * @mbg.generated Thu May 03 16:11:41 CST 2018
|
|
|
+ * @mbg.generated Thu May 31 15:33:56 CST 2018
|
|
|
*/
|
|
|
public String getPassword() {
|
|
|
return password;
|
|
|
@@ -187,7 +193,7 @@ public class User extends BaseModel implements AftUser{
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method sets the value of the database column user.password
|
|
|
* @param password the value for user.password
|
|
|
- * @mbg.generated Thu May 03 16:11:41 CST 2018
|
|
|
+ * @mbg.generated Thu May 31 15:33:56 CST 2018
|
|
|
*/
|
|
|
public void setPassword(String password) {
|
|
|
this.password = password;
|
|
|
@@ -196,7 +202,7 @@ public class User extends BaseModel implements AftUser{
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method returns the value of the database column user.nickname
|
|
|
* @return the value of user.nickname
|
|
|
- * @mbg.generated Thu May 03 16:11:41 CST 2018
|
|
|
+ * @mbg.generated Thu May 31 15:33:56 CST 2018
|
|
|
*/
|
|
|
public String getNickname() {
|
|
|
return nickname;
|
|
|
@@ -205,7 +211,7 @@ public class User extends BaseModel implements AftUser{
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method sets the value of the database column user.nickname
|
|
|
* @param nickname the value for user.nickname
|
|
|
- * @mbg.generated Thu May 03 16:11:41 CST 2018
|
|
|
+ * @mbg.generated Thu May 31 15:33:56 CST 2018
|
|
|
*/
|
|
|
public void setNickname(String nickname) {
|
|
|
this.nickname = nickname;
|
|
|
@@ -214,7 +220,7 @@ public class User extends BaseModel implements AftUser{
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method returns the value of the database column user.email
|
|
|
* @return the value of user.email
|
|
|
- * @mbg.generated Thu May 03 16:11:41 CST 2018
|
|
|
+ * @mbg.generated Thu May 31 15:33:56 CST 2018
|
|
|
*/
|
|
|
public String getEmail() {
|
|
|
return email;
|
|
|
@@ -223,7 +229,7 @@ public class User extends BaseModel implements AftUser{
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method sets the value of the database column user.email
|
|
|
* @param email the value for user.email
|
|
|
- * @mbg.generated Thu May 03 16:11:41 CST 2018
|
|
|
+ * @mbg.generated Thu May 31 15:33:56 CST 2018
|
|
|
*/
|
|
|
public void setEmail(String email) {
|
|
|
this.email = email;
|
|
|
@@ -232,7 +238,7 @@ public class User extends BaseModel implements AftUser{
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method returns the value of the database column user.create_time
|
|
|
* @return the value of user.create_time
|
|
|
- * @mbg.generated Thu May 03 16:11:41 CST 2018
|
|
|
+ * @mbg.generated Thu May 31 15:33:56 CST 2018
|
|
|
*/
|
|
|
public Date getCreateTime() {
|
|
|
return createTime;
|
|
|
@@ -241,7 +247,7 @@ public class User extends BaseModel implements AftUser{
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method sets the value of the database column user.create_time
|
|
|
* @param createTime the value for user.create_time
|
|
|
- * @mbg.generated Thu May 03 16:11:41 CST 2018
|
|
|
+ * @mbg.generated Thu May 31 15:33:56 CST 2018
|
|
|
*/
|
|
|
public void setCreateTime(Date createTime) {
|
|
|
this.createTime = createTime;
|
|
|
@@ -250,7 +256,7 @@ public class User extends BaseModel implements AftUser{
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method returns the value of the database column user.number
|
|
|
* @return the value of user.number
|
|
|
- * @mbg.generated Thu May 03 16:11:41 CST 2018
|
|
|
+ * @mbg.generated Thu May 31 15:33:56 CST 2018
|
|
|
*/
|
|
|
public Long getNumber() {
|
|
|
return number;
|
|
|
@@ -259,7 +265,7 @@ public class User extends BaseModel implements AftUser{
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method sets the value of the database column user.number
|
|
|
* @param number the value for user.number
|
|
|
- * @mbg.generated Thu May 03 16:11:41 CST 2018
|
|
|
+ * @mbg.generated Thu May 31 15:33:56 CST 2018
|
|
|
*/
|
|
|
public void setNumber(Long number) {
|
|
|
this.number = number;
|
|
|
@@ -268,7 +274,7 @@ public class User extends BaseModel implements AftUser{
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method returns the value of the database column user.lvl
|
|
|
* @return the value of user.lvl
|
|
|
- * @mbg.generated Thu May 03 16:11:41 CST 2018
|
|
|
+ * @mbg.generated Thu May 31 15:33:56 CST 2018
|
|
|
*/
|
|
|
public Integer getLvl() {
|
|
|
return lvl;
|
|
|
@@ -277,7 +283,7 @@ public class User extends BaseModel implements AftUser{
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method sets the value of the database column user.lvl
|
|
|
* @param lvl the value for user.lvl
|
|
|
- * @mbg.generated Thu May 03 16:11:41 CST 2018
|
|
|
+ * @mbg.generated Thu May 31 15:33:56 CST 2018
|
|
|
*/
|
|
|
public void setLvl(Integer lvl) {
|
|
|
this.lvl = lvl;
|
|
|
@@ -286,7 +292,7 @@ public class User extends BaseModel implements AftUser{
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method returns the value of the database column user.type
|
|
|
* @return the value of user.type
|
|
|
- * @mbg.generated Thu May 03 16:11:41 CST 2018
|
|
|
+ * @mbg.generated Thu May 31 15:33:56 CST 2018
|
|
|
*/
|
|
|
public Integer getType() {
|
|
|
return type;
|
|
|
@@ -295,7 +301,7 @@ public class User extends BaseModel implements AftUser{
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method sets the value of the database column user.type
|
|
|
* @param type the value for user.type
|
|
|
- * @mbg.generated Thu May 03 16:11:41 CST 2018
|
|
|
+ * @mbg.generated Thu May 31 15:33:56 CST 2018
|
|
|
*/
|
|
|
public void setType(Integer type) {
|
|
|
this.type = type;
|
|
|
@@ -304,7 +310,7 @@ public class User extends BaseModel implements AftUser{
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method returns the value of the database column user.mid
|
|
|
* @return the value of user.mid
|
|
|
- * @mbg.generated Thu May 03 16:11:41 CST 2018
|
|
|
+ * @mbg.generated Thu May 31 15:33:56 CST 2018
|
|
|
*/
|
|
|
public String getMid() {
|
|
|
return mid;
|
|
|
@@ -313,7 +319,7 @@ public class User extends BaseModel implements AftUser{
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method sets the value of the database column user.mid
|
|
|
* @param mid the value for user.mid
|
|
|
- * @mbg.generated Thu May 03 16:11:41 CST 2018
|
|
|
+ * @mbg.generated Thu May 31 15:33:56 CST 2018
|
|
|
*/
|
|
|
public void setMid(String mid) {
|
|
|
this.mid = mid;
|
|
|
@@ -322,7 +328,7 @@ public class User extends BaseModel implements AftUser{
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method returns the value of the database column user.status
|
|
|
* @return the value of user.status
|
|
|
- * @mbg.generated Thu May 03 16:11:41 CST 2018
|
|
|
+ * @mbg.generated Thu May 31 15:33:56 CST 2018
|
|
|
*/
|
|
|
public Integer getStatus() {
|
|
|
return status;
|
|
|
@@ -331,7 +337,7 @@ public class User extends BaseModel implements AftUser{
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method sets the value of the database column user.status
|
|
|
* @param status the value for user.status
|
|
|
- * @mbg.generated Thu May 03 16:11:41 CST 2018
|
|
|
+ * @mbg.generated Thu May 31 15:33:56 CST 2018
|
|
|
*/
|
|
|
public void setStatus(Integer status) {
|
|
|
this.status = status;
|
|
|
@@ -340,7 +346,7 @@ public class User extends BaseModel implements AftUser{
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method returns the value of the database column user.source
|
|
|
* @return the value of user.source
|
|
|
- * @mbg.generated Thu May 03 16:11:41 CST 2018
|
|
|
+ * @mbg.generated Thu May 31 15:33:56 CST 2018
|
|
|
*/
|
|
|
public Integer getSource() {
|
|
|
return source;
|
|
|
@@ -349,7 +355,7 @@ public class User extends BaseModel implements AftUser{
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method sets the value of the database column user.source
|
|
|
* @param source the value for user.source
|
|
|
- * @mbg.generated Thu May 03 16:11:41 CST 2018
|
|
|
+ * @mbg.generated Thu May 31 15:33:56 CST 2018
|
|
|
*/
|
|
|
public void setSource(Integer source) {
|
|
|
this.source = source;
|
|
|
@@ -358,7 +364,7 @@ public class User extends BaseModel implements AftUser{
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method returns the value of the database column user.update_time
|
|
|
* @return the value of user.update_time
|
|
|
- * @mbg.generated Thu May 03 16:11:41 CST 2018
|
|
|
+ * @mbg.generated Thu May 31 15:33:56 CST 2018
|
|
|
*/
|
|
|
public Date getUpdateTime() {
|
|
|
return updateTime;
|
|
|
@@ -367,7 +373,7 @@ public class User extends BaseModel implements AftUser{
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method sets the value of the database column user.update_time
|
|
|
* @param updateTime the value for user.update_time
|
|
|
- * @mbg.generated Thu May 03 16:11:41 CST 2018
|
|
|
+ * @mbg.generated Thu May 31 15:33:56 CST 2018
|
|
|
*/
|
|
|
public void setUpdateTime(Date updateTime) {
|
|
|
this.updateTime = updateTime;
|
|
|
@@ -376,7 +382,7 @@ public class User extends BaseModel implements AftUser{
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method returns the value of the database column user.company_logo_url
|
|
|
* @return the value of user.company_logo_url
|
|
|
- * @mbg.generated Thu May 03 16:11:41 CST 2018
|
|
|
+ * @mbg.generated Thu May 31 15:33:56 CST 2018
|
|
|
*/
|
|
|
public String getCompanyLogoUrl() {
|
|
|
return companyLogoUrl;
|
|
|
@@ -385,7 +391,7 @@ public class User extends BaseModel implements AftUser{
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method sets the value of the database column user.company_logo_url
|
|
|
* @param companyLogoUrl the value for user.company_logo_url
|
|
|
- * @mbg.generated Thu May 03 16:11:41 CST 2018
|
|
|
+ * @mbg.generated Thu May 31 15:33:56 CST 2018
|
|
|
*/
|
|
|
public void setCompanyLogoUrl(String companyLogoUrl) {
|
|
|
this.companyLogoUrl = companyLogoUrl;
|
|
|
@@ -394,7 +400,7 @@ public class User extends BaseModel implements AftUser{
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method returns the value of the database column user.head_portrait_url
|
|
|
* @return the value of user.head_portrait_url
|
|
|
- * @mbg.generated Thu May 03 16:11:41 CST 2018
|
|
|
+ * @mbg.generated Thu May 31 15:33:56 CST 2018
|
|
|
*/
|
|
|
public String getHeadPortraitUrl() {
|
|
|
return headPortraitUrl;
|
|
|
@@ -403,7 +409,7 @@ public class User extends BaseModel implements AftUser{
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method sets the value of the database column user.head_portrait_url
|
|
|
* @param headPortraitUrl the value for user.head_portrait_url
|
|
|
- * @mbg.generated Thu May 03 16:11:41 CST 2018
|
|
|
+ * @mbg.generated Thu May 31 15:33:56 CST 2018
|
|
|
*/
|
|
|
public void setHeadPortraitUrl(String headPortraitUrl) {
|
|
|
this.headPortraitUrl = headPortraitUrl;
|
|
|
@@ -412,7 +418,7 @@ public class User extends BaseModel implements AftUser{
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method returns the value of the database column user.society_tag
|
|
|
* @return the value of user.society_tag
|
|
|
- * @mbg.generated Thu May 03 16:11:41 CST 2018
|
|
|
+ * @mbg.generated Thu May 31 15:33:56 CST 2018
|
|
|
*/
|
|
|
public String getSocietyTag() {
|
|
|
return societyTag;
|
|
|
@@ -421,7 +427,7 @@ public class User extends BaseModel implements AftUser{
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method sets the value of the database column user.society_tag
|
|
|
* @param societyTag the value for user.society_tag
|
|
|
- * @mbg.generated Thu May 03 16:11:41 CST 2018
|
|
|
+ * @mbg.generated Thu May 31 15:33:56 CST 2018
|
|
|
*/
|
|
|
public void setSocietyTag(String societyTag) {
|
|
|
this.societyTag = societyTag;
|
|
|
@@ -430,7 +436,7 @@ public class User extends BaseModel implements AftUser{
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method returns the value of the database column user.introduction
|
|
|
* @return the value of user.introduction
|
|
|
- * @mbg.generated Thu May 03 16:11:41 CST 2018
|
|
|
+ * @mbg.generated Thu May 31 15:33:56 CST 2018
|
|
|
*/
|
|
|
public String getIntroduction() {
|
|
|
return introduction;
|
|
|
@@ -439,7 +445,7 @@ public class User extends BaseModel implements AftUser{
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method sets the value of the database column user.introduction
|
|
|
* @param introduction the value for user.introduction
|
|
|
- * @mbg.generated Thu May 03 16:11:41 CST 2018
|
|
|
+ * @mbg.generated Thu May 31 15:33:56 CST 2018
|
|
|
*/
|
|
|
public void setIntroduction(String introduction) {
|
|
|
this.introduction = introduction;
|
|
|
@@ -448,7 +454,7 @@ public class User extends BaseModel implements AftUser{
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method returns the value of the database column user.value_added_tag
|
|
|
* @return the value of user.value_added_tag
|
|
|
- * @mbg.generated Thu May 03 16:11:41 CST 2018
|
|
|
+ * @mbg.generated Thu May 31 15:33:56 CST 2018
|
|
|
*/
|
|
|
public String getValueAddedTag() {
|
|
|
return valueAddedTag;
|
|
|
@@ -457,7 +463,7 @@ public class User extends BaseModel implements AftUser{
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method sets the value of the database column user.value_added_tag
|
|
|
* @param valueAddedTag the value for user.value_added_tag
|
|
|
- * @mbg.generated Thu May 03 16:11:41 CST 2018
|
|
|
+ * @mbg.generated Thu May 31 15:33:56 CST 2018
|
|
|
*/
|
|
|
public void setValueAddedTag(String valueAddedTag) {
|
|
|
this.valueAddedTag = valueAddedTag;
|
|
|
@@ -466,7 +472,7 @@ public class User extends BaseModel implements AftUser{
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method returns the value of the database column user.organization_id
|
|
|
* @return the value of user.organization_id
|
|
|
- * @mbg.generated Thu May 03 16:11:41 CST 2018
|
|
|
+ * @mbg.generated Thu May 31 15:33:56 CST 2018
|
|
|
*/
|
|
|
public String getOrganizationId() {
|
|
|
return organizationId;
|
|
|
@@ -475,7 +481,7 @@ public class User extends BaseModel implements AftUser{
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method sets the value of the database column user.organization_id
|
|
|
* @param organizationId the value for user.organization_id
|
|
|
- * @mbg.generated Thu May 03 16:11:41 CST 2018
|
|
|
+ * @mbg.generated Thu May 31 15:33:56 CST 2018
|
|
|
*/
|
|
|
public void setOrganizationId(String organizationId) {
|
|
|
this.organizationId = organizationId;
|
|
|
@@ -484,7 +490,7 @@ public class User extends BaseModel implements AftUser{
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method returns the value of the database column user.identify_name
|
|
|
* @return the value of user.identify_name
|
|
|
- * @mbg.generated Thu May 03 16:11:41 CST 2018
|
|
|
+ * @mbg.generated Thu May 31 15:33:56 CST 2018
|
|
|
*/
|
|
|
public String getIdentifyName() {
|
|
|
return identifyName;
|
|
|
@@ -493,7 +499,7 @@ public class User extends BaseModel implements AftUser{
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method sets the value of the database column user.identify_name
|
|
|
* @param identifyName the value for user.identify_name
|
|
|
- * @mbg.generated Thu May 03 16:11:41 CST 2018
|
|
|
+ * @mbg.generated Thu May 31 15:33:56 CST 2018
|
|
|
*/
|
|
|
public void setIdentifyName(String identifyName) {
|
|
|
this.identifyName = identifyName;
|
|
|
@@ -502,7 +508,7 @@ public class User extends BaseModel implements AftUser{
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method returns the value of the database column user.background_url
|
|
|
* @return the value of user.background_url
|
|
|
- * @mbg.generated Thu May 03 16:11:41 CST 2018
|
|
|
+ * @mbg.generated Thu May 31 15:33:56 CST 2018
|
|
|
*/
|
|
|
public String getBackgroundUrl() {
|
|
|
return backgroundUrl;
|
|
|
@@ -511,7 +517,7 @@ public class User extends BaseModel implements AftUser{
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method sets the value of the database column user.background_url
|
|
|
* @param backgroundUrl the value for user.background_url
|
|
|
- * @mbg.generated Thu May 03 16:11:41 CST 2018
|
|
|
+ * @mbg.generated Thu May 31 15:33:56 CST 2018
|
|
|
*/
|
|
|
public void setBackgroundUrl(String backgroundUrl) {
|
|
|
this.backgroundUrl = backgroundUrl;
|
|
|
@@ -520,7 +526,7 @@ public class User extends BaseModel implements AftUser{
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method returns the value of the database column user.audit_opinion
|
|
|
* @return the value of user.audit_opinion
|
|
|
- * @mbg.generated Thu May 03 16:11:41 CST 2018
|
|
|
+ * @mbg.generated Thu May 31 15:33:56 CST 2018
|
|
|
*/
|
|
|
public String getAuditOpinion() {
|
|
|
return auditOpinion;
|
|
|
@@ -529,7 +535,7 @@ public class User extends BaseModel implements AftUser{
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method sets the value of the database column user.audit_opinion
|
|
|
* @param auditOpinion the value for user.audit_opinion
|
|
|
- * @mbg.generated Thu May 03 16:11:41 CST 2018
|
|
|
+ * @mbg.generated Thu May 31 15:33:56 CST 2018
|
|
|
*/
|
|
|
public void setAuditOpinion(String auditOpinion) {
|
|
|
this.auditOpinion = auditOpinion;
|
|
|
@@ -538,7 +544,7 @@ public class User extends BaseModel implements AftUser{
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method returns the value of the database column user.audit_status
|
|
|
* @return the value of user.audit_status
|
|
|
- * @mbg.generated Thu May 03 16:11:41 CST 2018
|
|
|
+ * @mbg.generated Thu May 31 15:33:56 CST 2018
|
|
|
*/
|
|
|
public Integer getAuditStatus() {
|
|
|
return auditStatus;
|
|
|
@@ -547,7 +553,7 @@ public class User extends BaseModel implements AftUser{
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method sets the value of the database column user.audit_status
|
|
|
* @param auditStatus the value for user.audit_status
|
|
|
- * @mbg.generated Thu May 03 16:11:41 CST 2018
|
|
|
+ * @mbg.generated Thu May 31 15:33:56 CST 2018
|
|
|
*/
|
|
|
public void setAuditStatus(Integer auditStatus) {
|
|
|
this.auditStatus = auditStatus;
|
|
|
@@ -556,7 +562,7 @@ public class User extends BaseModel implements AftUser{
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method returns the value of the database column user.share_type
|
|
|
* @return the value of user.share_type
|
|
|
- * @mbg.generated Thu May 03 16:11:41 CST 2018
|
|
|
+ * @mbg.generated Thu May 31 15:33:56 CST 2018
|
|
|
*/
|
|
|
public Integer getShareType() {
|
|
|
return shareType;
|
|
|
@@ -565,7 +571,7 @@ public class User extends BaseModel implements AftUser{
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method sets the value of the database column user.share_type
|
|
|
* @param shareType the value for user.share_type
|
|
|
- * @mbg.generated Thu May 03 16:11:41 CST 2018
|
|
|
+ * @mbg.generated Thu May 31 15:33:56 CST 2018
|
|
|
*/
|
|
|
public void setShareType(Integer shareType) {
|
|
|
this.shareType = shareType;
|
|
|
@@ -574,7 +580,7 @@ public class User extends BaseModel implements AftUser{
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method returns the value of the database column user.aid
|
|
|
* @return the value of user.aid
|
|
|
- * @mbg.generated Thu May 03 16:11:41 CST 2018
|
|
|
+ * @mbg.generated Thu May 31 15:33:56 CST 2018
|
|
|
*/
|
|
|
public String getAid() {
|
|
|
return aid;
|
|
|
@@ -583,7 +589,7 @@ public class User extends BaseModel implements AftUser{
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method sets the value of the database column user.aid
|
|
|
* @param aid the value for user.aid
|
|
|
- * @mbg.generated Thu May 03 16:11:41 CST 2018
|
|
|
+ * @mbg.generated Thu May 31 15:33:56 CST 2018
|
|
|
*/
|
|
|
public void setAid(String aid) {
|
|
|
this.aid = aid;
|
|
|
@@ -592,7 +598,7 @@ public class User extends BaseModel implements AftUser{
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method returns the value of the database column user.transfer_time
|
|
|
* @return the value of user.transfer_time
|
|
|
- * @mbg.generated Thu May 03 16:11:41 CST 2018
|
|
|
+ * @mbg.generated Thu May 31 15:33:56 CST 2018
|
|
|
*/
|
|
|
public Date getTransferTime() {
|
|
|
return transferTime;
|
|
|
@@ -601,9 +607,50 @@ public class User extends BaseModel implements AftUser{
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method sets the value of the database column user.transfer_time
|
|
|
* @param transferTime the value for user.transfer_time
|
|
|
- * @mbg.generated Thu May 03 16:11:41 CST 2018
|
|
|
+ * @mbg.generated Thu May 31 15:33:56 CST 2018
|
|
|
*/
|
|
|
public void setTransferTime(Date transferTime) {
|
|
|
this.transferTime = transferTime;
|
|
|
}
|
|
|
+
|
|
|
+ /**
|
|
|
+ * This method was generated by MyBatis Generator. This method returns the value of the database column user.username
|
|
|
+ * @return the value of user.username
|
|
|
+ * @mbg.generated Thu May 31 15:33:56 CST 2018
|
|
|
+ */
|
|
|
+ public String getUsername() {
|
|
|
+ return username;
|
|
|
+ }
|
|
|
+
|
|
|
+ /**
|
|
|
+ * This method was generated by MyBatis Generator. This method sets the value of the database column user.username
|
|
|
+ * @param username the value for user.username
|
|
|
+ * @mbg.generated Thu May 31 15:33:56 CST 2018
|
|
|
+ */
|
|
|
+ public void setUsername(String username) {
|
|
|
+ this.username = username;
|
|
|
+ }
|
|
|
+
|
|
|
+ /**
|
|
|
+ * This method was generated by MyBatis Generator. This method returns the value of the database column user.authentication
|
|
|
+ * @return the value of user.authentication
|
|
|
+ * @mbg.generated Thu May 31 15:33:56 CST 2018
|
|
|
+ */
|
|
|
+ public Integer getAuthentication() {
|
|
|
+ return authentication;
|
|
|
+ }
|
|
|
+
|
|
|
+ /**
|
|
|
+ * This method was generated by MyBatis Generator. This method sets the value of the database column user.authentication
|
|
|
+ * @param authentication the value for user.authentication
|
|
|
+ * @mbg.generated Thu May 31 15:33:56 CST 2018
|
|
|
+ */
|
|
|
+ public void setAuthentication(Integer authentication) {
|
|
|
+ this.authentication = authentication;
|
|
|
+ }
|
|
|
+
|
|
|
+ /**
|
|
|
+ *
|
|
|
+ */
|
|
|
+ private static final long serialVersionUID = -3301500555091503770L;
|
|
|
}
|