|
|
@@ -5,139 +5,144 @@ import java.util.Date;
|
|
|
public class User implements AftUser{
|
|
|
/**
|
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database column user.id
|
|
|
- * @mbg.generated Sun Nov 12 10:11:30 CST 2017
|
|
|
+ * @mbg.generated Tue Nov 14 19:38:26 CST 2017
|
|
|
*/
|
|
|
private String id;
|
|
|
/**
|
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database column user.mobile
|
|
|
- * @mbg.generated Sun Nov 12 10:11:30 CST 2017
|
|
|
+ * @mbg.generated Tue Nov 14 19:38:26 CST 2017
|
|
|
*/
|
|
|
private String mobile;
|
|
|
/**
|
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database column user.password
|
|
|
- * @mbg.generated Sun Nov 12 10:11:30 CST 2017
|
|
|
+ * @mbg.generated Tue Nov 14 19:38:26 CST 2017
|
|
|
*/
|
|
|
private String password;
|
|
|
/**
|
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database column user.nickname
|
|
|
- * @mbg.generated Sun Nov 12 10:11:30 CST 2017
|
|
|
+ * @mbg.generated Tue Nov 14 19:38:26 CST 2017
|
|
|
*/
|
|
|
private String nickname;
|
|
|
/**
|
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database column user.email
|
|
|
- * @mbg.generated Sun Nov 12 10:11:30 CST 2017
|
|
|
+ * @mbg.generated Tue Nov 14 19:38:26 CST 2017
|
|
|
*/
|
|
|
private String email;
|
|
|
/**
|
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database column user.create_time
|
|
|
- * @mbg.generated Sun Nov 12 10:11:30 CST 2017
|
|
|
+ * @mbg.generated Tue Nov 14 19:38:26 CST 2017
|
|
|
*/
|
|
|
private Date createTime;
|
|
|
/**
|
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database column user.number
|
|
|
- * @mbg.generated Sun Nov 12 10:11:30 CST 2017
|
|
|
+ * @mbg.generated Tue Nov 14 19:38:26 CST 2017
|
|
|
*/
|
|
|
private Long number;
|
|
|
/**
|
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database column user.lvl
|
|
|
- * @mbg.generated Sun Nov 12 10:11:30 CST 2017
|
|
|
+ * @mbg.generated Tue Nov 14 19:38:26 CST 2017
|
|
|
*/
|
|
|
private Integer lvl;
|
|
|
/**
|
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database column user.type
|
|
|
- * @mbg.generated Sun Nov 12 10:11:30 CST 2017
|
|
|
+ * @mbg.generated Tue Nov 14 19:38:26 CST 2017
|
|
|
*/
|
|
|
private Integer type;
|
|
|
/**
|
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database column user.aid
|
|
|
- * @mbg.generated Sun Nov 12 10:11:30 CST 2017
|
|
|
+ * @mbg.generated Tue Nov 14 19:38:26 CST 2017
|
|
|
*/
|
|
|
private String aid;
|
|
|
/**
|
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database column user.mid
|
|
|
- * @mbg.generated Sun Nov 12 10:11:30 CST 2017
|
|
|
+ * @mbg.generated Tue Nov 14 19:38:26 CST 2017
|
|
|
*/
|
|
|
private String mid;
|
|
|
/**
|
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database column user.status
|
|
|
- * @mbg.generated Sun Nov 12 10:11:30 CST 2017
|
|
|
+ * @mbg.generated Tue Nov 14 19:38:26 CST 2017
|
|
|
*/
|
|
|
private Integer status;
|
|
|
/**
|
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database column user.source
|
|
|
- * @mbg.generated Sun Nov 12 10:11:30 CST 2017
|
|
|
+ * @mbg.generated Tue Nov 14 19:38:26 CST 2017
|
|
|
*/
|
|
|
private Integer source;
|
|
|
/**
|
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database column user.update_time
|
|
|
- * @mbg.generated Sun Nov 12 10:11:30 CST 2017
|
|
|
+ * @mbg.generated Tue Nov 14 19:38:26 CST 2017
|
|
|
*/
|
|
|
private Date updateTime;
|
|
|
/**
|
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database column user.company_logo_url
|
|
|
- * @mbg.generated Sun Nov 12 10:11:30 CST 2017
|
|
|
+ * @mbg.generated Tue Nov 14 19:38:26 CST 2017
|
|
|
*/
|
|
|
private String companyLogoUrl;
|
|
|
/**
|
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database column user.head_portrait_url
|
|
|
- * @mbg.generated Sun Nov 12 10:11:30 CST 2017
|
|
|
+ * @mbg.generated Tue Nov 14 19:38:26 CST 2017
|
|
|
*/
|
|
|
private String headPortraitUrl;
|
|
|
/**
|
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database column user.society_tag
|
|
|
- * @mbg.generated Sun Nov 12 10:11:30 CST 2017
|
|
|
+ * @mbg.generated Tue Nov 14 19:38:26 CST 2017
|
|
|
*/
|
|
|
private String societyTag;
|
|
|
/**
|
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database column user.introduction
|
|
|
- * @mbg.generated Sun Nov 12 10:11:30 CST 2017
|
|
|
+ * @mbg.generated Tue Nov 14 19:38:26 CST 2017
|
|
|
*/
|
|
|
private String introduction;
|
|
|
/**
|
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database column user.service_certification
|
|
|
- * @mbg.generated Sun Nov 12 10:11:30 CST 2017
|
|
|
+ * @mbg.generated Tue Nov 14 19:38:26 CST 2017
|
|
|
*/
|
|
|
private Integer serviceCertification;
|
|
|
/**
|
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database column user.user_certification
|
|
|
- * @mbg.generated Sun Nov 12 10:11:30 CST 2017
|
|
|
+ * @mbg.generated Tue Nov 14 19:38:26 CST 2017
|
|
|
*/
|
|
|
private Integer userCertification;
|
|
|
/**
|
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database column user.last_member_order_id
|
|
|
- * @mbg.generated Sun Nov 12 10:11:30 CST 2017
|
|
|
+ * @mbg.generated Tue Nov 14 19:38:26 CST 2017
|
|
|
*/
|
|
|
private String lastMemberOrderId;
|
|
|
/**
|
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database column user.current_member_status
|
|
|
- * @mbg.generated Sun Nov 12 10:11:30 CST 2017
|
|
|
+ * @mbg.generated Tue Nov 14 19:38:26 CST 2017
|
|
|
*/
|
|
|
private Integer currentMemberStatus;
|
|
|
/**
|
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database column user.value_added_tag
|
|
|
- * @mbg.generated Sun Nov 12 10:11:30 CST 2017
|
|
|
+ * @mbg.generated Tue Nov 14 19:38:26 CST 2017
|
|
|
*/
|
|
|
private String valueAddedTag;
|
|
|
/**
|
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database column user.organization_id
|
|
|
- * @mbg.generated Sun Nov 12 10:11:30 CST 2017
|
|
|
+ * @mbg.generated Tue Nov 14 19:38:26 CST 2017
|
|
|
*/
|
|
|
private String organizationId;
|
|
|
/**
|
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database column user.share_type
|
|
|
- * @mbg.generated Sun Nov 12 10:11:30 CST 2017
|
|
|
+ * @mbg.generated Tue Nov 14 19:38:26 CST 2017
|
|
|
*/
|
|
|
private Integer shareType;
|
|
|
/**
|
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database column user.identify_name
|
|
|
- * @mbg.generated Sun Nov 12 10:11:30 CST 2017
|
|
|
+ * @mbg.generated Tue Nov 14 19:38:26 CST 2017
|
|
|
*/
|
|
|
private String identifyName;
|
|
|
+ /**
|
|
|
+ * This field was generated by MyBatis Generator. This field corresponds to the database column user.is_member
|
|
|
+ * @mbg.generated Tue Nov 14 19:38:26 CST 2017
|
|
|
+ */
|
|
|
+ private Integer isMember;
|
|
|
|
|
|
/**
|
|
|
* 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 Sun Nov 12 10:11:30 CST 2017
|
|
|
+ * @mbg.generated Tue Nov 14 19:38:26 CST 2017
|
|
|
*/
|
|
|
public String getId() {
|
|
|
return id;
|
|
|
@@ -146,7 +151,7 @@ public class User 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 Sun Nov 12 10:11:30 CST 2017
|
|
|
+ * @mbg.generated Tue Nov 14 19:38:26 CST 2017
|
|
|
*/
|
|
|
public void setId(String id) {
|
|
|
this.id = id;
|
|
|
@@ -155,7 +160,7 @@ public class User 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 Sun Nov 12 10:11:30 CST 2017
|
|
|
+ * @mbg.generated Tue Nov 14 19:38:26 CST 2017
|
|
|
*/
|
|
|
public String getMobile() {
|
|
|
return mobile;
|
|
|
@@ -164,7 +169,7 @@ public class User 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 Sun Nov 12 10:11:30 CST 2017
|
|
|
+ * @mbg.generated Tue Nov 14 19:38:26 CST 2017
|
|
|
*/
|
|
|
public void setMobile(String mobile) {
|
|
|
this.mobile = mobile;
|
|
|
@@ -173,7 +178,7 @@ public class User 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 Sun Nov 12 10:11:30 CST 2017
|
|
|
+ * @mbg.generated Tue Nov 14 19:38:26 CST 2017
|
|
|
*/
|
|
|
public String getPassword() {
|
|
|
return password;
|
|
|
@@ -182,7 +187,7 @@ public class User 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 Sun Nov 12 10:11:30 CST 2017
|
|
|
+ * @mbg.generated Tue Nov 14 19:38:26 CST 2017
|
|
|
*/
|
|
|
public void setPassword(String password) {
|
|
|
this.password = password;
|
|
|
@@ -191,7 +196,7 @@ public class User 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 Sun Nov 12 10:11:30 CST 2017
|
|
|
+ * @mbg.generated Tue Nov 14 19:38:26 CST 2017
|
|
|
*/
|
|
|
public String getNickname() {
|
|
|
return nickname;
|
|
|
@@ -200,7 +205,7 @@ public class User 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 Sun Nov 12 10:11:30 CST 2017
|
|
|
+ * @mbg.generated Tue Nov 14 19:38:26 CST 2017
|
|
|
*/
|
|
|
public void setNickname(String nickname) {
|
|
|
this.nickname = nickname;
|
|
|
@@ -209,7 +214,7 @@ public class User 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 Sun Nov 12 10:11:30 CST 2017
|
|
|
+ * @mbg.generated Tue Nov 14 19:38:26 CST 2017
|
|
|
*/
|
|
|
public String getEmail() {
|
|
|
return email;
|
|
|
@@ -218,7 +223,7 @@ public class User 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 Sun Nov 12 10:11:30 CST 2017
|
|
|
+ * @mbg.generated Tue Nov 14 19:38:26 CST 2017
|
|
|
*/
|
|
|
public void setEmail(String email) {
|
|
|
this.email = email;
|
|
|
@@ -227,7 +232,7 @@ public class User 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 Sun Nov 12 10:11:30 CST 2017
|
|
|
+ * @mbg.generated Tue Nov 14 19:38:26 CST 2017
|
|
|
*/
|
|
|
public Date getCreateTime() {
|
|
|
return createTime;
|
|
|
@@ -236,7 +241,7 @@ public class User 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 Sun Nov 12 10:11:30 CST 2017
|
|
|
+ * @mbg.generated Tue Nov 14 19:38:26 CST 2017
|
|
|
*/
|
|
|
public void setCreateTime(Date createTime) {
|
|
|
this.createTime = createTime;
|
|
|
@@ -245,7 +250,7 @@ public class User 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 Sun Nov 12 10:11:30 CST 2017
|
|
|
+ * @mbg.generated Tue Nov 14 19:38:26 CST 2017
|
|
|
*/
|
|
|
public Long getNumber() {
|
|
|
return number;
|
|
|
@@ -254,7 +259,7 @@ public class User 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 Sun Nov 12 10:11:30 CST 2017
|
|
|
+ * @mbg.generated Tue Nov 14 19:38:26 CST 2017
|
|
|
*/
|
|
|
public void setNumber(Long number) {
|
|
|
this.number = number;
|
|
|
@@ -263,7 +268,7 @@ public class User 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 Sun Nov 12 10:11:30 CST 2017
|
|
|
+ * @mbg.generated Tue Nov 14 19:38:26 CST 2017
|
|
|
*/
|
|
|
public Integer getLvl() {
|
|
|
return lvl;
|
|
|
@@ -272,7 +277,7 @@ public class User 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 Sun Nov 12 10:11:30 CST 2017
|
|
|
+ * @mbg.generated Tue Nov 14 19:38:26 CST 2017
|
|
|
*/
|
|
|
public void setLvl(Integer lvl) {
|
|
|
this.lvl = lvl;
|
|
|
@@ -281,7 +286,7 @@ public class User 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 Sun Nov 12 10:11:30 CST 2017
|
|
|
+ * @mbg.generated Tue Nov 14 19:38:26 CST 2017
|
|
|
*/
|
|
|
public Integer getType() {
|
|
|
return type;
|
|
|
@@ -290,7 +295,7 @@ public class User 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 Sun Nov 12 10:11:30 CST 2017
|
|
|
+ * @mbg.generated Tue Nov 14 19:38:26 CST 2017
|
|
|
*/
|
|
|
public void setType(Integer type) {
|
|
|
this.type = type;
|
|
|
@@ -299,7 +304,7 @@ public class User 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 Sun Nov 12 10:11:30 CST 2017
|
|
|
+ * @mbg.generated Tue Nov 14 19:38:26 CST 2017
|
|
|
*/
|
|
|
public String getAid() {
|
|
|
return aid;
|
|
|
@@ -308,7 +313,7 @@ public class User 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 Sun Nov 12 10:11:30 CST 2017
|
|
|
+ * @mbg.generated Tue Nov 14 19:38:26 CST 2017
|
|
|
*/
|
|
|
public void setAid(String aid) {
|
|
|
this.aid = aid;
|
|
|
@@ -317,7 +322,7 @@ public class User 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 Sun Nov 12 10:11:30 CST 2017
|
|
|
+ * @mbg.generated Tue Nov 14 19:38:26 CST 2017
|
|
|
*/
|
|
|
public String getMid() {
|
|
|
return mid;
|
|
|
@@ -326,7 +331,7 @@ public class User 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 Sun Nov 12 10:11:30 CST 2017
|
|
|
+ * @mbg.generated Tue Nov 14 19:38:26 CST 2017
|
|
|
*/
|
|
|
public void setMid(String mid) {
|
|
|
this.mid = mid;
|
|
|
@@ -335,7 +340,7 @@ public class User 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 Sun Nov 12 10:11:30 CST 2017
|
|
|
+ * @mbg.generated Tue Nov 14 19:38:26 CST 2017
|
|
|
*/
|
|
|
public Integer getStatus() {
|
|
|
return status;
|
|
|
@@ -344,7 +349,7 @@ public class User 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 Sun Nov 12 10:11:30 CST 2017
|
|
|
+ * @mbg.generated Tue Nov 14 19:38:26 CST 2017
|
|
|
*/
|
|
|
public void setStatus(Integer status) {
|
|
|
this.status = status;
|
|
|
@@ -353,7 +358,7 @@ public class User 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 Sun Nov 12 10:11:30 CST 2017
|
|
|
+ * @mbg.generated Tue Nov 14 19:38:26 CST 2017
|
|
|
*/
|
|
|
public Integer getSource() {
|
|
|
return source;
|
|
|
@@ -362,7 +367,7 @@ public class User 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 Sun Nov 12 10:11:30 CST 2017
|
|
|
+ * @mbg.generated Tue Nov 14 19:38:26 CST 2017
|
|
|
*/
|
|
|
public void setSource(Integer source) {
|
|
|
this.source = source;
|
|
|
@@ -371,7 +376,7 @@ public class User 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 Sun Nov 12 10:11:30 CST 2017
|
|
|
+ * @mbg.generated Tue Nov 14 19:38:26 CST 2017
|
|
|
*/
|
|
|
public Date getUpdateTime() {
|
|
|
return updateTime;
|
|
|
@@ -380,7 +385,7 @@ public class User 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 Sun Nov 12 10:11:30 CST 2017
|
|
|
+ * @mbg.generated Tue Nov 14 19:38:26 CST 2017
|
|
|
*/
|
|
|
public void setUpdateTime(Date updateTime) {
|
|
|
this.updateTime = updateTime;
|
|
|
@@ -389,7 +394,7 @@ public class User 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 Sun Nov 12 10:11:30 CST 2017
|
|
|
+ * @mbg.generated Tue Nov 14 19:38:26 CST 2017
|
|
|
*/
|
|
|
public String getCompanyLogoUrl() {
|
|
|
return companyLogoUrl;
|
|
|
@@ -398,7 +403,7 @@ public class User 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 Sun Nov 12 10:11:30 CST 2017
|
|
|
+ * @mbg.generated Tue Nov 14 19:38:26 CST 2017
|
|
|
*/
|
|
|
public void setCompanyLogoUrl(String companyLogoUrl) {
|
|
|
this.companyLogoUrl = companyLogoUrl;
|
|
|
@@ -407,7 +412,7 @@ public class User 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 Sun Nov 12 10:11:30 CST 2017
|
|
|
+ * @mbg.generated Tue Nov 14 19:38:26 CST 2017
|
|
|
*/
|
|
|
public String getHeadPortraitUrl() {
|
|
|
return headPortraitUrl;
|
|
|
@@ -416,7 +421,7 @@ public class User 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 Sun Nov 12 10:11:30 CST 2017
|
|
|
+ * @mbg.generated Tue Nov 14 19:38:26 CST 2017
|
|
|
*/
|
|
|
public void setHeadPortraitUrl(String headPortraitUrl) {
|
|
|
this.headPortraitUrl = headPortraitUrl;
|
|
|
@@ -425,7 +430,7 @@ public class User 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 Sun Nov 12 10:11:30 CST 2017
|
|
|
+ * @mbg.generated Tue Nov 14 19:38:26 CST 2017
|
|
|
*/
|
|
|
public String getSocietyTag() {
|
|
|
return societyTag;
|
|
|
@@ -434,7 +439,7 @@ public class User 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 Sun Nov 12 10:11:30 CST 2017
|
|
|
+ * @mbg.generated Tue Nov 14 19:38:26 CST 2017
|
|
|
*/
|
|
|
public void setSocietyTag(String societyTag) {
|
|
|
this.societyTag = societyTag;
|
|
|
@@ -443,7 +448,7 @@ public class User 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 Sun Nov 12 10:11:30 CST 2017
|
|
|
+ * @mbg.generated Tue Nov 14 19:38:26 CST 2017
|
|
|
*/
|
|
|
public String getIntroduction() {
|
|
|
return introduction;
|
|
|
@@ -452,7 +457,7 @@ public class User 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 Sun Nov 12 10:11:30 CST 2017
|
|
|
+ * @mbg.generated Tue Nov 14 19:38:26 CST 2017
|
|
|
*/
|
|
|
public void setIntroduction(String introduction) {
|
|
|
this.introduction = introduction;
|
|
|
@@ -461,7 +466,7 @@ public class User implements AftUser{
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method returns the value of the database column user.service_certification
|
|
|
* @return the value of user.service_certification
|
|
|
- * @mbg.generated Sun Nov 12 10:11:30 CST 2017
|
|
|
+ * @mbg.generated Tue Nov 14 19:38:26 CST 2017
|
|
|
*/
|
|
|
public Integer getServiceCertification() {
|
|
|
return serviceCertification;
|
|
|
@@ -470,7 +475,7 @@ public class User implements AftUser{
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method sets the value of the database column user.service_certification
|
|
|
* @param serviceCertification the value for user.service_certification
|
|
|
- * @mbg.generated Sun Nov 12 10:11:30 CST 2017
|
|
|
+ * @mbg.generated Tue Nov 14 19:38:26 CST 2017
|
|
|
*/
|
|
|
public void setServiceCertification(Integer serviceCertification) {
|
|
|
this.serviceCertification = serviceCertification;
|
|
|
@@ -479,7 +484,7 @@ public class User implements AftUser{
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method returns the value of the database column user.user_certification
|
|
|
* @return the value of user.user_certification
|
|
|
- * @mbg.generated Sun Nov 12 10:11:30 CST 2017
|
|
|
+ * @mbg.generated Tue Nov 14 19:38:26 CST 2017
|
|
|
*/
|
|
|
public Integer getUserCertification() {
|
|
|
return userCertification;
|
|
|
@@ -488,7 +493,7 @@ public class User implements AftUser{
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method sets the value of the database column user.user_certification
|
|
|
* @param userCertification the value for user.user_certification
|
|
|
- * @mbg.generated Sun Nov 12 10:11:30 CST 2017
|
|
|
+ * @mbg.generated Tue Nov 14 19:38:26 CST 2017
|
|
|
*/
|
|
|
public void setUserCertification(Integer userCertification) {
|
|
|
this.userCertification = userCertification;
|
|
|
@@ -497,7 +502,7 @@ public class User implements AftUser{
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method returns the value of the database column user.last_member_order_id
|
|
|
* @return the value of user.last_member_order_id
|
|
|
- * @mbg.generated Sun Nov 12 10:11:30 CST 2017
|
|
|
+ * @mbg.generated Tue Nov 14 19:38:26 CST 2017
|
|
|
*/
|
|
|
public String getLastMemberOrderId() {
|
|
|
return lastMemberOrderId;
|
|
|
@@ -506,7 +511,7 @@ public class User implements AftUser{
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method sets the value of the database column user.last_member_order_id
|
|
|
* @param lastMemberOrderId the value for user.last_member_order_id
|
|
|
- * @mbg.generated Sun Nov 12 10:11:30 CST 2017
|
|
|
+ * @mbg.generated Tue Nov 14 19:38:26 CST 2017
|
|
|
*/
|
|
|
public void setLastMemberOrderId(String lastMemberOrderId) {
|
|
|
this.lastMemberOrderId = lastMemberOrderId;
|
|
|
@@ -515,7 +520,7 @@ public class User implements AftUser{
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method returns the value of the database column user.current_member_status
|
|
|
* @return the value of user.current_member_status
|
|
|
- * @mbg.generated Sun Nov 12 10:11:30 CST 2017
|
|
|
+ * @mbg.generated Tue Nov 14 19:38:26 CST 2017
|
|
|
*/
|
|
|
public Integer getCurrentMemberStatus() {
|
|
|
return currentMemberStatus;
|
|
|
@@ -524,7 +529,7 @@ public class User implements AftUser{
|
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method sets the value of the database column user.current_member_status
|
|
|
* @param currentMemberStatus the value for user.current_member_status
|
|
|
- * @mbg.generated Sun Nov 12 10:11:30 CST 2017
|
|
|
+ * @mbg.generated Tue Nov 14 19:38:26 CST 2017
|
|
|
*/
|
|
|
public void setCurrentMemberStatus(Integer currentMemberStatus) {
|
|
|
this.currentMemberStatus = currentMemberStatus;
|
|
|
@@ -533,7 +538,7 @@ public class User 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 Sun Nov 12 10:11:30 CST 2017
|
|
|
+ * @mbg.generated Tue Nov 14 19:38:26 CST 2017
|
|
|
*/
|
|
|
public String getValueAddedTag() {
|
|
|
return valueAddedTag;
|
|
|
@@ -542,7 +547,7 @@ public class User 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 Sun Nov 12 10:11:30 CST 2017
|
|
|
+ * @mbg.generated Tue Nov 14 19:38:26 CST 2017
|
|
|
*/
|
|
|
public void setValueAddedTag(String valueAddedTag) {
|
|
|
this.valueAddedTag = valueAddedTag;
|
|
|
@@ -551,7 +556,7 @@ public class User 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 Sun Nov 12 10:11:30 CST 2017
|
|
|
+ * @mbg.generated Tue Nov 14 19:38:26 CST 2017
|
|
|
*/
|
|
|
public String getOrganizationId() {
|
|
|
return organizationId;
|
|
|
@@ -560,7 +565,7 @@ public class User 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 Sun Nov 12 10:11:30 CST 2017
|
|
|
+ * @mbg.generated Tue Nov 14 19:38:26 CST 2017
|
|
|
*/
|
|
|
public void setOrganizationId(String organizationId) {
|
|
|
this.organizationId = organizationId;
|
|
|
@@ -569,7 +574,7 @@ public class User 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 Sun Nov 12 10:11:30 CST 2017
|
|
|
+ * @mbg.generated Tue Nov 14 19:38:26 CST 2017
|
|
|
*/
|
|
|
public Integer getShareType() {
|
|
|
return shareType;
|
|
|
@@ -578,7 +583,7 @@ public class User 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 Sun Nov 12 10:11:30 CST 2017
|
|
|
+ * @mbg.generated Tue Nov 14 19:38:26 CST 2017
|
|
|
*/
|
|
|
public void setShareType(Integer shareType) {
|
|
|
this.shareType = shareType;
|
|
|
@@ -587,7 +592,7 @@ public class User 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 Sun Nov 12 10:11:30 CST 2017
|
|
|
+ * @mbg.generated Tue Nov 14 19:38:26 CST 2017
|
|
|
*/
|
|
|
public String getIdentifyName() {
|
|
|
return identifyName;
|
|
|
@@ -596,13 +601,31 @@ public class User 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 Sun Nov 12 10:11:30 CST 2017
|
|
|
+ * @mbg.generated Tue Nov 14 19:38:26 CST 2017
|
|
|
*/
|
|
|
public void setIdentifyName(String identifyName) {
|
|
|
this.identifyName = identifyName;
|
|
|
}
|
|
|
|
|
|
/**
|
|
|
+ * This method was generated by MyBatis Generator. This method returns the value of the database column user.is_member
|
|
|
+ * @return the value of user.is_member
|
|
|
+ * @mbg.generated Tue Nov 14 19:38:26 CST 2017
|
|
|
+ */
|
|
|
+ public Integer getIsMember() {
|
|
|
+ return isMember;
|
|
|
+ }
|
|
|
+
|
|
|
+ /**
|
|
|
+ * This method was generated by MyBatis Generator. This method sets the value of the database column user.is_member
|
|
|
+ * @param isMember the value for user.is_member
|
|
|
+ * @mbg.generated Tue Nov 14 19:38:26 CST 2017
|
|
|
+ */
|
|
|
+ public void setIsMember(Integer isMember) {
|
|
|
+ this.isMember = isMember;
|
|
|
+ }
|
|
|
+
|
|
|
+ /**
|
|
|
*
|
|
|
*/
|
|
|
private static final long serialVersionUID = 3623836456120030806L;
|