|
@@ -6,168 +6,163 @@ public class User implements AftUser{
|
|
|
|
|
|
|
|
/**
|
|
/**
|
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database column user.id
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database column user.id
|
|
|
- * @mbg.generated Sat Jun 09 10:41:32 CST 2018
|
|
|
|
|
|
|
+ * @mbg.generated Sat Jun 09 10:51:48 CST 2018
|
|
|
*/
|
|
*/
|
|
|
private String id;
|
|
private String id;
|
|
|
/**
|
|
/**
|
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database column user.mobile
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database column user.mobile
|
|
|
- * @mbg.generated Sat Jun 09 10:41:32 CST 2018
|
|
|
|
|
|
|
+ * @mbg.generated Sat Jun 09 10:51:48 CST 2018
|
|
|
*/
|
|
*/
|
|
|
private String mobile;
|
|
private String mobile;
|
|
|
/**
|
|
/**
|
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database column user.password
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database column user.password
|
|
|
- * @mbg.generated Sat Jun 09 10:41:32 CST 2018
|
|
|
|
|
|
|
+ * @mbg.generated Sat Jun 09 10:51:48 CST 2018
|
|
|
*/
|
|
*/
|
|
|
private String password;
|
|
private String password;
|
|
|
/**
|
|
/**
|
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database column user.nickname
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database column user.nickname
|
|
|
- * @mbg.generated Sat Jun 09 10:41:32 CST 2018
|
|
|
|
|
|
|
+ * @mbg.generated Sat Jun 09 10:51:48 CST 2018
|
|
|
*/
|
|
*/
|
|
|
private String nickname;
|
|
private String nickname;
|
|
|
/**
|
|
/**
|
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database column user.email
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database column user.email
|
|
|
- * @mbg.generated Sat Jun 09 10:41:32 CST 2018
|
|
|
|
|
|
|
+ * @mbg.generated Sat Jun 09 10:51:48 CST 2018
|
|
|
*/
|
|
*/
|
|
|
private String email;
|
|
private String email;
|
|
|
/**
|
|
/**
|
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database column user.create_time
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database column user.create_time
|
|
|
- * @mbg.generated Sat Jun 09 10:41:32 CST 2018
|
|
|
|
|
|
|
+ * @mbg.generated Sat Jun 09 10:51:48 CST 2018
|
|
|
*/
|
|
*/
|
|
|
private Date createTime;
|
|
private Date createTime;
|
|
|
/**
|
|
/**
|
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database column user.number
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database column user.number
|
|
|
- * @mbg.generated Sat Jun 09 10:41:32 CST 2018
|
|
|
|
|
|
|
+ * @mbg.generated Sat Jun 09 10:51:48 CST 2018
|
|
|
*/
|
|
*/
|
|
|
private Long number;
|
|
private Long number;
|
|
|
/**
|
|
/**
|
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database column user.lvl
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database column user.lvl
|
|
|
- * @mbg.generated Sat Jun 09 10:41:32 CST 2018
|
|
|
|
|
|
|
+ * @mbg.generated Sat Jun 09 10:51:48 CST 2018
|
|
|
*/
|
|
*/
|
|
|
private Integer lvl;
|
|
private Integer lvl;
|
|
|
/**
|
|
/**
|
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database column user.type
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database column user.type
|
|
|
- * @mbg.generated Sat Jun 09 10:41:32 CST 2018
|
|
|
|
|
|
|
+ * @mbg.generated Sat Jun 09 10:51:48 CST 2018
|
|
|
*/
|
|
*/
|
|
|
private Integer type;
|
|
private Integer type;
|
|
|
/**
|
|
/**
|
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database column user.mid
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database column user.mid
|
|
|
- * @mbg.generated Sat Jun 09 10:41:32 CST 2018
|
|
|
|
|
|
|
+ * @mbg.generated Sat Jun 09 10:51:48 CST 2018
|
|
|
*/
|
|
*/
|
|
|
private String mid;
|
|
private String mid;
|
|
|
/**
|
|
/**
|
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database column user.status
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database column user.status
|
|
|
- * @mbg.generated Sat Jun 09 10:41:32 CST 2018
|
|
|
|
|
|
|
+ * @mbg.generated Sat Jun 09 10:51:48 CST 2018
|
|
|
*/
|
|
*/
|
|
|
private Integer status;
|
|
private Integer status;
|
|
|
/**
|
|
/**
|
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database column user.source
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database column user.source
|
|
|
- * @mbg.generated Sat Jun 09 10:41:32 CST 2018
|
|
|
|
|
|
|
+ * @mbg.generated Sat Jun 09 10:51:48 CST 2018
|
|
|
*/
|
|
*/
|
|
|
private Integer source;
|
|
private Integer source;
|
|
|
/**
|
|
/**
|
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database column user.update_time
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database column user.update_time
|
|
|
- * @mbg.generated Sat Jun 09 10:41:32 CST 2018
|
|
|
|
|
|
|
+ * @mbg.generated Sat Jun 09 10:51:48 CST 2018
|
|
|
*/
|
|
*/
|
|
|
private Date updateTime;
|
|
private Date updateTime;
|
|
|
/**
|
|
/**
|
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database column user.company_logo_url
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database column user.company_logo_url
|
|
|
- * @mbg.generated Sat Jun 09 10:41:32 CST 2018
|
|
|
|
|
|
|
+ * @mbg.generated Sat Jun 09 10:51:48 CST 2018
|
|
|
*/
|
|
*/
|
|
|
private String companyLogoUrl;
|
|
private String companyLogoUrl;
|
|
|
/**
|
|
/**
|
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database column user.head_portrait_url
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database column user.head_portrait_url
|
|
|
- * @mbg.generated Sat Jun 09 10:41:32 CST 2018
|
|
|
|
|
|
|
+ * @mbg.generated Sat Jun 09 10:51:48 CST 2018
|
|
|
*/
|
|
*/
|
|
|
private String headPortraitUrl;
|
|
private String headPortraitUrl;
|
|
|
/**
|
|
/**
|
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database column user.society_tag
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database column user.society_tag
|
|
|
- * @mbg.generated Sat Jun 09 10:41:32 CST 2018
|
|
|
|
|
|
|
+ * @mbg.generated Sat Jun 09 10:51:48 CST 2018
|
|
|
*/
|
|
*/
|
|
|
private String societyTag;
|
|
private String societyTag;
|
|
|
/**
|
|
/**
|
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database column user.introduction
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database column user.introduction
|
|
|
- * @mbg.generated Sat Jun 09 10:41:32 CST 2018
|
|
|
|
|
|
|
+ * @mbg.generated Sat Jun 09 10:51:48 CST 2018
|
|
|
*/
|
|
*/
|
|
|
private String introduction;
|
|
private String introduction;
|
|
|
/**
|
|
/**
|
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database column user.value_added_tag
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database column user.value_added_tag
|
|
|
- * @mbg.generated Sat Jun 09 10:41:32 CST 2018
|
|
|
|
|
|
|
+ * @mbg.generated Sat Jun 09 10:51:48 CST 2018
|
|
|
*/
|
|
*/
|
|
|
private String valueAddedTag;
|
|
private String valueAddedTag;
|
|
|
/**
|
|
/**
|
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database column user.organization_id
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database column user.organization_id
|
|
|
- * @mbg.generated Sat Jun 09 10:41:32 CST 2018
|
|
|
|
|
|
|
+ * @mbg.generated Sat Jun 09 10:51:48 CST 2018
|
|
|
*/
|
|
*/
|
|
|
private String organizationId;
|
|
private String organizationId;
|
|
|
/**
|
|
/**
|
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database column user.identify_name
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database column user.identify_name
|
|
|
- * @mbg.generated Sat Jun 09 10:41:32 CST 2018
|
|
|
|
|
|
|
+ * @mbg.generated Sat Jun 09 10:51:48 CST 2018
|
|
|
*/
|
|
*/
|
|
|
private String identifyName;
|
|
private String identifyName;
|
|
|
/**
|
|
/**
|
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database column user.background_url
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database column user.background_url
|
|
|
- * @mbg.generated Sat Jun 09 10:41:32 CST 2018
|
|
|
|
|
|
|
+ * @mbg.generated Sat Jun 09 10:51:48 CST 2018
|
|
|
*/
|
|
*/
|
|
|
private String backgroundUrl;
|
|
private String backgroundUrl;
|
|
|
/**
|
|
/**
|
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database column user.audit_opinion
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database column user.audit_opinion
|
|
|
- * @mbg.generated Sat Jun 09 10:41:32 CST 2018
|
|
|
|
|
|
|
+ * @mbg.generated Sat Jun 09 10:51:48 CST 2018
|
|
|
*/
|
|
*/
|
|
|
private String auditOpinion;
|
|
private String auditOpinion;
|
|
|
/**
|
|
/**
|
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database column user.audit_status
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database column user.audit_status
|
|
|
- * @mbg.generated Sat Jun 09 10:41:32 CST 2018
|
|
|
|
|
|
|
+ * @mbg.generated Sat Jun 09 10:51:48 CST 2018
|
|
|
*/
|
|
*/
|
|
|
private Integer auditStatus;
|
|
private Integer auditStatus;
|
|
|
/**
|
|
/**
|
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database column user.share_type
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database column user.share_type
|
|
|
- * @mbg.generated Sat Jun 09 10:41:32 CST 2018
|
|
|
|
|
|
|
+ * @mbg.generated Sat Jun 09 10:51:48 CST 2018
|
|
|
*/
|
|
*/
|
|
|
private Integer shareType;
|
|
private Integer shareType;
|
|
|
/**
|
|
/**
|
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database column user.aid
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database column user.aid
|
|
|
- * @mbg.generated Sat Jun 09 10:41:32 CST 2018
|
|
|
|
|
|
|
+ * @mbg.generated Sat Jun 09 10:51:48 CST 2018
|
|
|
*/
|
|
*/
|
|
|
private String aid;
|
|
private String aid;
|
|
|
/**
|
|
/**
|
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database column user.transfer_time
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database column user.transfer_time
|
|
|
- * @mbg.generated Sat Jun 09 10:41:32 CST 2018
|
|
|
|
|
|
|
+ * @mbg.generated Sat Jun 09 10:51:48 CST 2018
|
|
|
*/
|
|
*/
|
|
|
private Date transferTime;
|
|
private Date transferTime;
|
|
|
/**
|
|
/**
|
|
|
- * This field was generated by MyBatis Generator. This field corresponds to the database column user.authentication
|
|
|
|
|
- * @mbg.generated Sat Jun 09 10:41:32 CST 2018
|
|
|
|
|
- */
|
|
|
|
|
- private Integer authentication;
|
|
|
|
|
- /**
|
|
|
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database column user.information_maintainer
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database column user.information_maintainer
|
|
|
- * @mbg.generated Sat Jun 09 10:41:32 CST 2018
|
|
|
|
|
|
|
+ * @mbg.generated Sat Jun 09 10:51:48 CST 2018
|
|
|
*/
|
|
*/
|
|
|
private String informationMaintainer;
|
|
private String informationMaintainer;
|
|
|
/**
|
|
/**
|
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database column user.core_technology
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database column user.core_technology
|
|
|
- * @mbg.generated Sat Jun 09 10:41:32 CST 2018
|
|
|
|
|
|
|
+ * @mbg.generated Sat Jun 09 10:51:48 CST 2018
|
|
|
*/
|
|
*/
|
|
|
private String coreTechnology;
|
|
private String coreTechnology;
|
|
|
/**
|
|
/**
|
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database column user.accomplish_situation
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database column user.accomplish_situation
|
|
|
- * @mbg.generated Sat Jun 09 10:41:32 CST 2018
|
|
|
|
|
|
|
+ * @mbg.generated Sat Jun 09 10:51:48 CST 2018
|
|
|
*/
|
|
*/
|
|
|
private String accomplishSituation;
|
|
private String accomplishSituation;
|
|
|
/**
|
|
/**
|
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database column user.intellectual_property
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database column user.intellectual_property
|
|
|
- * @mbg.generated Sat Jun 09 10:41:32 CST 2018
|
|
|
|
|
|
|
+ * @mbg.generated Sat Jun 09 10:51:48 CST 2018
|
|
|
*/
|
|
*/
|
|
|
private String intellectualProperty;
|
|
private String intellectualProperty;
|
|
|
/**
|
|
/**
|
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database column user.credit_rating
|
|
* This field was generated by MyBatis Generator. This field corresponds to the database column user.credit_rating
|
|
|
- * @mbg.generated Sat Jun 09 10:41:32 CST 2018
|
|
|
|
|
|
|
+ * @mbg.generated Sat Jun 09 10:51:48 CST 2018
|
|
|
*/
|
|
*/
|
|
|
private Integer creditRating;
|
|
private Integer creditRating;
|
|
|
/**
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method returns the value of the database column user.id
|
|
* This method was generated by MyBatis Generator. This method returns the value of the database column user.id
|
|
|
* @return the value of user.id
|
|
* @return the value of user.id
|
|
|
- * @mbg.generated Sat Jun 09 10:41:32 CST 2018
|
|
|
|
|
|
|
+ * @mbg.generated Sat Jun 09 10:51:48 CST 2018
|
|
|
*/
|
|
*/
|
|
|
public String getId() {
|
|
public String getId() {
|
|
|
return id;
|
|
return id;
|
|
@@ -175,7 +170,7 @@ public class User implements AftUser{
|
|
|
/**
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method sets the value of the database column user.id
|
|
* 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
|
|
* @param id the value for user.id
|
|
|
- * @mbg.generated Sat Jun 09 10:41:32 CST 2018
|
|
|
|
|
|
|
+ * @mbg.generated Sat Jun 09 10:51:48 CST 2018
|
|
|
*/
|
|
*/
|
|
|
public void setId(String id) {
|
|
public void setId(String id) {
|
|
|
this.id = id;
|
|
this.id = id;
|
|
@@ -183,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.mobile
|
|
* This method was generated by MyBatis Generator. This method returns the value of the database column user.mobile
|
|
|
* @return the value of user.mobile
|
|
* @return the value of user.mobile
|
|
|
- * @mbg.generated Sat Jun 09 10:41:32 CST 2018
|
|
|
|
|
|
|
+ * @mbg.generated Sat Jun 09 10:51:48 CST 2018
|
|
|
*/
|
|
*/
|
|
|
public String getMobile() {
|
|
public String getMobile() {
|
|
|
return mobile;
|
|
return mobile;
|
|
@@ -191,7 +186,7 @@ public class User implements AftUser{
|
|
|
/**
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method sets the value of the database column user.mobile
|
|
* 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
|
|
* @param mobile the value for user.mobile
|
|
|
- * @mbg.generated Sat Jun 09 10:41:32 CST 2018
|
|
|
|
|
|
|
+ * @mbg.generated Sat Jun 09 10:51:48 CST 2018
|
|
|
*/
|
|
*/
|
|
|
public void setMobile(String mobile) {
|
|
public void setMobile(String mobile) {
|
|
|
this.mobile = mobile;
|
|
this.mobile = mobile;
|
|
@@ -199,7 +194,7 @@ public class User implements AftUser{
|
|
|
/**
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method returns the value of the database column user.password
|
|
* This method was generated by MyBatis Generator. This method returns the value of the database column user.password
|
|
|
* @return the value of user.password
|
|
* @return the value of user.password
|
|
|
- * @mbg.generated Sat Jun 09 10:41:32 CST 2018
|
|
|
|
|
|
|
+ * @mbg.generated Sat Jun 09 10:51:48 CST 2018
|
|
|
*/
|
|
*/
|
|
|
public String getPassword() {
|
|
public String getPassword() {
|
|
|
return password;
|
|
return password;
|
|
@@ -207,7 +202,7 @@ public class User implements AftUser{
|
|
|
/**
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method sets the value of the database column user.password
|
|
* 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
|
|
* @param password the value for user.password
|
|
|
- * @mbg.generated Sat Jun 09 10:41:32 CST 2018
|
|
|
|
|
|
|
+ * @mbg.generated Sat Jun 09 10:51:48 CST 2018
|
|
|
*/
|
|
*/
|
|
|
public void setPassword(String password) {
|
|
public void setPassword(String password) {
|
|
|
this.password = password;
|
|
this.password = password;
|
|
@@ -215,7 +210,7 @@ public class User implements AftUser{
|
|
|
/**
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method returns the value of the database column user.nickname
|
|
* This method was generated by MyBatis Generator. This method returns the value of the database column user.nickname
|
|
|
* @return the value of user.nickname
|
|
* @return the value of user.nickname
|
|
|
- * @mbg.generated Sat Jun 09 10:41:32 CST 2018
|
|
|
|
|
|
|
+ * @mbg.generated Sat Jun 09 10:51:48 CST 2018
|
|
|
*/
|
|
*/
|
|
|
public String getNickname() {
|
|
public String getNickname() {
|
|
|
return nickname;
|
|
return nickname;
|
|
@@ -223,7 +218,7 @@ public class User implements AftUser{
|
|
|
/**
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method sets the value of the database column user.nickname
|
|
* 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
|
|
* @param nickname the value for user.nickname
|
|
|
- * @mbg.generated Sat Jun 09 10:41:32 CST 2018
|
|
|
|
|
|
|
+ * @mbg.generated Sat Jun 09 10:51:48 CST 2018
|
|
|
*/
|
|
*/
|
|
|
public void setNickname(String nickname) {
|
|
public void setNickname(String nickname) {
|
|
|
this.nickname = nickname;
|
|
this.nickname = nickname;
|
|
@@ -231,7 +226,7 @@ public class User implements AftUser{
|
|
|
/**
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method returns the value of the database column user.email
|
|
* This method was generated by MyBatis Generator. This method returns the value of the database column user.email
|
|
|
* @return the value of user.email
|
|
* @return the value of user.email
|
|
|
- * @mbg.generated Sat Jun 09 10:41:32 CST 2018
|
|
|
|
|
|
|
+ * @mbg.generated Sat Jun 09 10:51:48 CST 2018
|
|
|
*/
|
|
*/
|
|
|
public String getEmail() {
|
|
public String getEmail() {
|
|
|
return email;
|
|
return email;
|
|
@@ -239,7 +234,7 @@ public class User implements AftUser{
|
|
|
/**
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method sets the value of the database column user.email
|
|
* 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
|
|
* @param email the value for user.email
|
|
|
- * @mbg.generated Sat Jun 09 10:41:32 CST 2018
|
|
|
|
|
|
|
+ * @mbg.generated Sat Jun 09 10:51:48 CST 2018
|
|
|
*/
|
|
*/
|
|
|
public void setEmail(String email) {
|
|
public void setEmail(String email) {
|
|
|
this.email = email;
|
|
this.email = email;
|
|
@@ -247,7 +242,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
|
|
* 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
|
|
* @return the value of user.create_time
|
|
|
- * @mbg.generated Sat Jun 09 10:41:32 CST 2018
|
|
|
|
|
|
|
+ * @mbg.generated Sat Jun 09 10:51:48 CST 2018
|
|
|
*/
|
|
*/
|
|
|
public Date getCreateTime() {
|
|
public Date getCreateTime() {
|
|
|
return createTime;
|
|
return createTime;
|
|
@@ -255,7 +250,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
|
|
* 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
|
|
* @param createTime the value for user.create_time
|
|
|
- * @mbg.generated Sat Jun 09 10:41:32 CST 2018
|
|
|
|
|
|
|
+ * @mbg.generated Sat Jun 09 10:51:48 CST 2018
|
|
|
*/
|
|
*/
|
|
|
public void setCreateTime(Date createTime) {
|
|
public void setCreateTime(Date createTime) {
|
|
|
this.createTime = createTime;
|
|
this.createTime = createTime;
|
|
@@ -263,7 +258,7 @@ public class User implements AftUser{
|
|
|
/**
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method returns the value of the database column user.number
|
|
* This method was generated by MyBatis Generator. This method returns the value of the database column user.number
|
|
|
* @return the value of user.number
|
|
* @return the value of user.number
|
|
|
- * @mbg.generated Sat Jun 09 10:41:32 CST 2018
|
|
|
|
|
|
|
+ * @mbg.generated Sat Jun 09 10:51:48 CST 2018
|
|
|
*/
|
|
*/
|
|
|
public Long getNumber() {
|
|
public Long getNumber() {
|
|
|
return number;
|
|
return number;
|
|
@@ -271,7 +266,7 @@ public class User implements AftUser{
|
|
|
/**
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method sets the value of the database column user.number
|
|
* 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
|
|
* @param number the value for user.number
|
|
|
- * @mbg.generated Sat Jun 09 10:41:32 CST 2018
|
|
|
|
|
|
|
+ * @mbg.generated Sat Jun 09 10:51:48 CST 2018
|
|
|
*/
|
|
*/
|
|
|
public void setNumber(Long number) {
|
|
public void setNumber(Long number) {
|
|
|
this.number = number;
|
|
this.number = number;
|
|
@@ -279,7 +274,7 @@ public class User implements AftUser{
|
|
|
/**
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method returns the value of the database column user.lvl
|
|
* This method was generated by MyBatis Generator. This method returns the value of the database column user.lvl
|
|
|
* @return the value of user.lvl
|
|
* @return the value of user.lvl
|
|
|
- * @mbg.generated Sat Jun 09 10:41:32 CST 2018
|
|
|
|
|
|
|
+ * @mbg.generated Sat Jun 09 10:51:48 CST 2018
|
|
|
*/
|
|
*/
|
|
|
public Integer getLvl() {
|
|
public Integer getLvl() {
|
|
|
return lvl;
|
|
return lvl;
|
|
@@ -287,7 +282,7 @@ public class User implements AftUser{
|
|
|
/**
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method sets the value of the database column user.lvl
|
|
* 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
|
|
* @param lvl the value for user.lvl
|
|
|
- * @mbg.generated Sat Jun 09 10:41:32 CST 2018
|
|
|
|
|
|
|
+ * @mbg.generated Sat Jun 09 10:51:48 CST 2018
|
|
|
*/
|
|
*/
|
|
|
public void setLvl(Integer lvl) {
|
|
public void setLvl(Integer lvl) {
|
|
|
this.lvl = lvl;
|
|
this.lvl = lvl;
|
|
@@ -295,7 +290,7 @@ public class User implements AftUser{
|
|
|
/**
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method returns the value of the database column user.type
|
|
* This method was generated by MyBatis Generator. This method returns the value of the database column user.type
|
|
|
* @return the value of user.type
|
|
* @return the value of user.type
|
|
|
- * @mbg.generated Sat Jun 09 10:41:32 CST 2018
|
|
|
|
|
|
|
+ * @mbg.generated Sat Jun 09 10:51:48 CST 2018
|
|
|
*/
|
|
*/
|
|
|
public Integer getType() {
|
|
public Integer getType() {
|
|
|
return type;
|
|
return type;
|
|
@@ -303,7 +298,7 @@ public class User implements AftUser{
|
|
|
/**
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method sets the value of the database column user.type
|
|
* 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
|
|
* @param type the value for user.type
|
|
|
- * @mbg.generated Sat Jun 09 10:41:32 CST 2018
|
|
|
|
|
|
|
+ * @mbg.generated Sat Jun 09 10:51:48 CST 2018
|
|
|
*/
|
|
*/
|
|
|
public void setType(Integer type) {
|
|
public void setType(Integer type) {
|
|
|
this.type = type;
|
|
this.type = type;
|
|
@@ -311,7 +306,7 @@ public class User implements AftUser{
|
|
|
/**
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method returns the value of the database column user.mid
|
|
* This method was generated by MyBatis Generator. This method returns the value of the database column user.mid
|
|
|
* @return the value of user.mid
|
|
* @return the value of user.mid
|
|
|
- * @mbg.generated Sat Jun 09 10:41:32 CST 2018
|
|
|
|
|
|
|
+ * @mbg.generated Sat Jun 09 10:51:48 CST 2018
|
|
|
*/
|
|
*/
|
|
|
public String getMid() {
|
|
public String getMid() {
|
|
|
return mid;
|
|
return mid;
|
|
@@ -319,7 +314,7 @@ public class User implements AftUser{
|
|
|
/**
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method sets the value of the database column user.mid
|
|
* 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
|
|
* @param mid the value for user.mid
|
|
|
- * @mbg.generated Sat Jun 09 10:41:32 CST 2018
|
|
|
|
|
|
|
+ * @mbg.generated Sat Jun 09 10:51:48 CST 2018
|
|
|
*/
|
|
*/
|
|
|
public void setMid(String mid) {
|
|
public void setMid(String mid) {
|
|
|
this.mid = mid;
|
|
this.mid = mid;
|
|
@@ -327,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.status
|
|
* This method was generated by MyBatis Generator. This method returns the value of the database column user.status
|
|
|
* @return the value of user.status
|
|
* @return the value of user.status
|
|
|
- * @mbg.generated Sat Jun 09 10:41:32 CST 2018
|
|
|
|
|
|
|
+ * @mbg.generated Sat Jun 09 10:51:48 CST 2018
|
|
|
*/
|
|
*/
|
|
|
public Integer getStatus() {
|
|
public Integer getStatus() {
|
|
|
return status;
|
|
return status;
|
|
@@ -335,7 +330,7 @@ public class User implements AftUser{
|
|
|
/**
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method sets the value of the database column user.status
|
|
* 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
|
|
* @param status the value for user.status
|
|
|
- * @mbg.generated Sat Jun 09 10:41:32 CST 2018
|
|
|
|
|
|
|
+ * @mbg.generated Sat Jun 09 10:51:48 CST 2018
|
|
|
*/
|
|
*/
|
|
|
public void setStatus(Integer status) {
|
|
public void setStatus(Integer status) {
|
|
|
this.status = status;
|
|
this.status = status;
|
|
@@ -343,7 +338,7 @@ public class User implements AftUser{
|
|
|
/**
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method returns the value of the database column user.source
|
|
* This method was generated by MyBatis Generator. This method returns the value of the database column user.source
|
|
|
* @return the value of user.source
|
|
* @return the value of user.source
|
|
|
- * @mbg.generated Sat Jun 09 10:41:32 CST 2018
|
|
|
|
|
|
|
+ * @mbg.generated Sat Jun 09 10:51:48 CST 2018
|
|
|
*/
|
|
*/
|
|
|
public Integer getSource() {
|
|
public Integer getSource() {
|
|
|
return source;
|
|
return source;
|
|
@@ -351,7 +346,7 @@ public class User implements AftUser{
|
|
|
/**
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method sets the value of the database column user.source
|
|
* 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
|
|
* @param source the value for user.source
|
|
|
- * @mbg.generated Sat Jun 09 10:41:32 CST 2018
|
|
|
|
|
|
|
+ * @mbg.generated Sat Jun 09 10:51:48 CST 2018
|
|
|
*/
|
|
*/
|
|
|
public void setSource(Integer source) {
|
|
public void setSource(Integer source) {
|
|
|
this.source = source;
|
|
this.source = source;
|
|
@@ -359,7 +354,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
|
|
* 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
|
|
* @return the value of user.update_time
|
|
|
- * @mbg.generated Sat Jun 09 10:41:32 CST 2018
|
|
|
|
|
|
|
+ * @mbg.generated Sat Jun 09 10:51:48 CST 2018
|
|
|
*/
|
|
*/
|
|
|
public Date getUpdateTime() {
|
|
public Date getUpdateTime() {
|
|
|
return updateTime;
|
|
return updateTime;
|
|
@@ -367,7 +362,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
|
|
* 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
|
|
* @param updateTime the value for user.update_time
|
|
|
- * @mbg.generated Sat Jun 09 10:41:32 CST 2018
|
|
|
|
|
|
|
+ * @mbg.generated Sat Jun 09 10:51:48 CST 2018
|
|
|
*/
|
|
*/
|
|
|
public void setUpdateTime(Date updateTime) {
|
|
public void setUpdateTime(Date updateTime) {
|
|
|
this.updateTime = updateTime;
|
|
this.updateTime = updateTime;
|
|
@@ -375,7 +370,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
|
|
* 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
|
|
* @return the value of user.company_logo_url
|
|
|
- * @mbg.generated Sat Jun 09 10:41:32 CST 2018
|
|
|
|
|
|
|
+ * @mbg.generated Sat Jun 09 10:51:48 CST 2018
|
|
|
*/
|
|
*/
|
|
|
public String getCompanyLogoUrl() {
|
|
public String getCompanyLogoUrl() {
|
|
|
return companyLogoUrl;
|
|
return companyLogoUrl;
|
|
@@ -383,7 +378,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
|
|
* 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
|
|
* @param companyLogoUrl the value for user.company_logo_url
|
|
|
- * @mbg.generated Sat Jun 09 10:41:32 CST 2018
|
|
|
|
|
|
|
+ * @mbg.generated Sat Jun 09 10:51:48 CST 2018
|
|
|
*/
|
|
*/
|
|
|
public void setCompanyLogoUrl(String companyLogoUrl) {
|
|
public void setCompanyLogoUrl(String companyLogoUrl) {
|
|
|
this.companyLogoUrl = companyLogoUrl;
|
|
this.companyLogoUrl = companyLogoUrl;
|
|
@@ -391,7 +386,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
|
|
* 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
|
|
* @return the value of user.head_portrait_url
|
|
|
- * @mbg.generated Sat Jun 09 10:41:32 CST 2018
|
|
|
|
|
|
|
+ * @mbg.generated Sat Jun 09 10:51:48 CST 2018
|
|
|
*/
|
|
*/
|
|
|
public String getHeadPortraitUrl() {
|
|
public String getHeadPortraitUrl() {
|
|
|
return headPortraitUrl;
|
|
return headPortraitUrl;
|
|
@@ -399,7 +394,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
|
|
* 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
|
|
* @param headPortraitUrl the value for user.head_portrait_url
|
|
|
- * @mbg.generated Sat Jun 09 10:41:32 CST 2018
|
|
|
|
|
|
|
+ * @mbg.generated Sat Jun 09 10:51:48 CST 2018
|
|
|
*/
|
|
*/
|
|
|
public void setHeadPortraitUrl(String headPortraitUrl) {
|
|
public void setHeadPortraitUrl(String headPortraitUrl) {
|
|
|
this.headPortraitUrl = headPortraitUrl;
|
|
this.headPortraitUrl = headPortraitUrl;
|
|
@@ -407,7 +402,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
|
|
* 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
|
|
* @return the value of user.society_tag
|
|
|
- * @mbg.generated Sat Jun 09 10:41:32 CST 2018
|
|
|
|
|
|
|
+ * @mbg.generated Sat Jun 09 10:51:48 CST 2018
|
|
|
*/
|
|
*/
|
|
|
public String getSocietyTag() {
|
|
public String getSocietyTag() {
|
|
|
return societyTag;
|
|
return societyTag;
|
|
@@ -415,7 +410,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
|
|
* 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
|
|
* @param societyTag the value for user.society_tag
|
|
|
- * @mbg.generated Sat Jun 09 10:41:32 CST 2018
|
|
|
|
|
|
|
+ * @mbg.generated Sat Jun 09 10:51:48 CST 2018
|
|
|
*/
|
|
*/
|
|
|
public void setSocietyTag(String societyTag) {
|
|
public void setSocietyTag(String societyTag) {
|
|
|
this.societyTag = societyTag;
|
|
this.societyTag = societyTag;
|
|
@@ -423,7 +418,7 @@ public class User implements AftUser{
|
|
|
/**
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method returns the value of the database column user.introduction
|
|
* This method was generated by MyBatis Generator. This method returns the value of the database column user.introduction
|
|
|
* @return the value of user.introduction
|
|
* @return the value of user.introduction
|
|
|
- * @mbg.generated Sat Jun 09 10:41:32 CST 2018
|
|
|
|
|
|
|
+ * @mbg.generated Sat Jun 09 10:51:48 CST 2018
|
|
|
*/
|
|
*/
|
|
|
public String getIntroduction() {
|
|
public String getIntroduction() {
|
|
|
return introduction;
|
|
return introduction;
|
|
@@ -431,7 +426,7 @@ public class User implements AftUser{
|
|
|
/**
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method sets the value of the database column user.introduction
|
|
* 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
|
|
* @param introduction the value for user.introduction
|
|
|
- * @mbg.generated Sat Jun 09 10:41:32 CST 2018
|
|
|
|
|
|
|
+ * @mbg.generated Sat Jun 09 10:51:48 CST 2018
|
|
|
*/
|
|
*/
|
|
|
public void setIntroduction(String introduction) {
|
|
public void setIntroduction(String introduction) {
|
|
|
this.introduction = introduction;
|
|
this.introduction = introduction;
|
|
@@ -439,7 +434,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
|
|
* 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
|
|
* @return the value of user.value_added_tag
|
|
|
- * @mbg.generated Sat Jun 09 10:41:32 CST 2018
|
|
|
|
|
|
|
+ * @mbg.generated Sat Jun 09 10:51:48 CST 2018
|
|
|
*/
|
|
*/
|
|
|
public String getValueAddedTag() {
|
|
public String getValueAddedTag() {
|
|
|
return valueAddedTag;
|
|
return valueAddedTag;
|
|
@@ -447,7 +442,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
|
|
* 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
|
|
* @param valueAddedTag the value for user.value_added_tag
|
|
|
- * @mbg.generated Sat Jun 09 10:41:32 CST 2018
|
|
|
|
|
|
|
+ * @mbg.generated Sat Jun 09 10:51:48 CST 2018
|
|
|
*/
|
|
*/
|
|
|
public void setValueAddedTag(String valueAddedTag) {
|
|
public void setValueAddedTag(String valueAddedTag) {
|
|
|
this.valueAddedTag = valueAddedTag;
|
|
this.valueAddedTag = valueAddedTag;
|
|
@@ -455,7 +450,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
|
|
* 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
|
|
* @return the value of user.organization_id
|
|
|
- * @mbg.generated Sat Jun 09 10:41:32 CST 2018
|
|
|
|
|
|
|
+ * @mbg.generated Sat Jun 09 10:51:48 CST 2018
|
|
|
*/
|
|
*/
|
|
|
public String getOrganizationId() {
|
|
public String getOrganizationId() {
|
|
|
return organizationId;
|
|
return organizationId;
|
|
@@ -463,7 +458,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
|
|
* 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
|
|
* @param organizationId the value for user.organization_id
|
|
|
- * @mbg.generated Sat Jun 09 10:41:32 CST 2018
|
|
|
|
|
|
|
+ * @mbg.generated Sat Jun 09 10:51:48 CST 2018
|
|
|
*/
|
|
*/
|
|
|
public void setOrganizationId(String organizationId) {
|
|
public void setOrganizationId(String organizationId) {
|
|
|
this.organizationId = organizationId;
|
|
this.organizationId = organizationId;
|
|
@@ -471,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.identify_name
|
|
* 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
|
|
* @return the value of user.identify_name
|
|
|
- * @mbg.generated Sat Jun 09 10:41:32 CST 2018
|
|
|
|
|
|
|
+ * @mbg.generated Sat Jun 09 10:51:48 CST 2018
|
|
|
*/
|
|
*/
|
|
|
public String getIdentifyName() {
|
|
public String getIdentifyName() {
|
|
|
return identifyName;
|
|
return identifyName;
|
|
@@ -479,7 +474,7 @@ public class User implements AftUser{
|
|
|
/**
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method sets the value of the database column user.identify_name
|
|
* 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
|
|
* @param identifyName the value for user.identify_name
|
|
|
- * @mbg.generated Sat Jun 09 10:41:32 CST 2018
|
|
|
|
|
|
|
+ * @mbg.generated Sat Jun 09 10:51:48 CST 2018
|
|
|
*/
|
|
*/
|
|
|
public void setIdentifyName(String identifyName) {
|
|
public void setIdentifyName(String identifyName) {
|
|
|
this.identifyName = identifyName;
|
|
this.identifyName = identifyName;
|
|
@@ -487,7 +482,7 @@ public class User implements AftUser{
|
|
|
/**
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method returns the value of the database column user.background_url
|
|
* 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
|
|
* @return the value of user.background_url
|
|
|
- * @mbg.generated Sat Jun 09 10:41:32 CST 2018
|
|
|
|
|
|
|
+ * @mbg.generated Sat Jun 09 10:51:48 CST 2018
|
|
|
*/
|
|
*/
|
|
|
public String getBackgroundUrl() {
|
|
public String getBackgroundUrl() {
|
|
|
return backgroundUrl;
|
|
return backgroundUrl;
|
|
@@ -495,7 +490,7 @@ public class User implements AftUser{
|
|
|
/**
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method sets the value of the database column user.background_url
|
|
* 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
|
|
* @param backgroundUrl the value for user.background_url
|
|
|
- * @mbg.generated Sat Jun 09 10:41:32 CST 2018
|
|
|
|
|
|
|
+ * @mbg.generated Sat Jun 09 10:51:48 CST 2018
|
|
|
*/
|
|
*/
|
|
|
public void setBackgroundUrl(String backgroundUrl) {
|
|
public void setBackgroundUrl(String backgroundUrl) {
|
|
|
this.backgroundUrl = backgroundUrl;
|
|
this.backgroundUrl = backgroundUrl;
|
|
@@ -503,7 +498,7 @@ public class User implements AftUser{
|
|
|
/**
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method returns the value of the database column user.audit_opinion
|
|
* 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
|
|
* @return the value of user.audit_opinion
|
|
|
- * @mbg.generated Sat Jun 09 10:41:32 CST 2018
|
|
|
|
|
|
|
+ * @mbg.generated Sat Jun 09 10:51:48 CST 2018
|
|
|
*/
|
|
*/
|
|
|
public String getAuditOpinion() {
|
|
public String getAuditOpinion() {
|
|
|
return auditOpinion;
|
|
return auditOpinion;
|
|
@@ -511,7 +506,7 @@ public class User implements AftUser{
|
|
|
/**
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method sets the value of the database column user.audit_opinion
|
|
* 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
|
|
* @param auditOpinion the value for user.audit_opinion
|
|
|
- * @mbg.generated Sat Jun 09 10:41:32 CST 2018
|
|
|
|
|
|
|
+ * @mbg.generated Sat Jun 09 10:51:48 CST 2018
|
|
|
*/
|
|
*/
|
|
|
public void setAuditOpinion(String auditOpinion) {
|
|
public void setAuditOpinion(String auditOpinion) {
|
|
|
this.auditOpinion = auditOpinion;
|
|
this.auditOpinion = auditOpinion;
|
|
@@ -519,7 +514,7 @@ public class User implements AftUser{
|
|
|
/**
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method returns the value of the database column user.audit_status
|
|
* 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
|
|
* @return the value of user.audit_status
|
|
|
- * @mbg.generated Sat Jun 09 10:41:32 CST 2018
|
|
|
|
|
|
|
+ * @mbg.generated Sat Jun 09 10:51:48 CST 2018
|
|
|
*/
|
|
*/
|
|
|
public Integer getAuditStatus() {
|
|
public Integer getAuditStatus() {
|
|
|
return auditStatus;
|
|
return auditStatus;
|
|
@@ -527,7 +522,7 @@ public class User implements AftUser{
|
|
|
/**
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method sets the value of the database column user.audit_status
|
|
* 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
|
|
* @param auditStatus the value for user.audit_status
|
|
|
- * @mbg.generated Sat Jun 09 10:41:32 CST 2018
|
|
|
|
|
|
|
+ * @mbg.generated Sat Jun 09 10:51:48 CST 2018
|
|
|
*/
|
|
*/
|
|
|
public void setAuditStatus(Integer auditStatus) {
|
|
public void setAuditStatus(Integer auditStatus) {
|
|
|
this.auditStatus = auditStatus;
|
|
this.auditStatus = auditStatus;
|
|
@@ -535,7 +530,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
|
|
* 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
|
|
* @return the value of user.share_type
|
|
|
- * @mbg.generated Sat Jun 09 10:41:32 CST 2018
|
|
|
|
|
|
|
+ * @mbg.generated Sat Jun 09 10:51:48 CST 2018
|
|
|
*/
|
|
*/
|
|
|
public Integer getShareType() {
|
|
public Integer getShareType() {
|
|
|
return shareType;
|
|
return shareType;
|
|
@@ -543,7 +538,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
|
|
* 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
|
|
* @param shareType the value for user.share_type
|
|
|
- * @mbg.generated Sat Jun 09 10:41:32 CST 2018
|
|
|
|
|
|
|
+ * @mbg.generated Sat Jun 09 10:51:48 CST 2018
|
|
|
*/
|
|
*/
|
|
|
public void setShareType(Integer shareType) {
|
|
public void setShareType(Integer shareType) {
|
|
|
this.shareType = shareType;
|
|
this.shareType = shareType;
|
|
@@ -551,7 +546,7 @@ public class User implements AftUser{
|
|
|
/**
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method returns the value of the database column user.aid
|
|
* This method was generated by MyBatis Generator. This method returns the value of the database column user.aid
|
|
|
* @return the value of user.aid
|
|
* @return the value of user.aid
|
|
|
- * @mbg.generated Sat Jun 09 10:41:32 CST 2018
|
|
|
|
|
|
|
+ * @mbg.generated Sat Jun 09 10:51:48 CST 2018
|
|
|
*/
|
|
*/
|
|
|
public String getAid() {
|
|
public String getAid() {
|
|
|
return aid;
|
|
return aid;
|
|
@@ -559,7 +554,7 @@ public class User implements AftUser{
|
|
|
/**
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method sets the value of the database column user.aid
|
|
* 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
|
|
* @param aid the value for user.aid
|
|
|
- * @mbg.generated Sat Jun 09 10:41:32 CST 2018
|
|
|
|
|
|
|
+ * @mbg.generated Sat Jun 09 10:51:48 CST 2018
|
|
|
*/
|
|
*/
|
|
|
public void setAid(String aid) {
|
|
public void setAid(String aid) {
|
|
|
this.aid = aid;
|
|
this.aid = aid;
|
|
@@ -567,7 +562,7 @@ public class User implements AftUser{
|
|
|
/**
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method returns the value of the database column user.transfer_time
|
|
* 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
|
|
* @return the value of user.transfer_time
|
|
|
- * @mbg.generated Sat Jun 09 10:41:32 CST 2018
|
|
|
|
|
|
|
+ * @mbg.generated Sat Jun 09 10:51:48 CST 2018
|
|
|
*/
|
|
*/
|
|
|
public Date getTransferTime() {
|
|
public Date getTransferTime() {
|
|
|
return transferTime;
|
|
return transferTime;
|
|
@@ -575,31 +570,15 @@ public class User implements AftUser{
|
|
|
/**
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method sets the value of the database column user.transfer_time
|
|
* 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
|
|
* @param transferTime the value for user.transfer_time
|
|
|
- * @mbg.generated Sat Jun 09 10:41:32 CST 2018
|
|
|
|
|
|
|
+ * @mbg.generated Sat Jun 09 10:51:48 CST 2018
|
|
|
*/
|
|
*/
|
|
|
public void setTransferTime(Date transferTime) {
|
|
public void setTransferTime(Date transferTime) {
|
|
|
this.transferTime = transferTime;
|
|
this.transferTime = transferTime;
|
|
|
}
|
|
}
|
|
|
/**
|
|
/**
|
|
|
- * 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 Sat Jun 09 10:41:32 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 Sat Jun 09 10:41:32 CST 2018
|
|
|
|
|
- */
|
|
|
|
|
- public void setAuthentication(Integer authentication) {
|
|
|
|
|
- this.authentication = authentication;
|
|
|
|
|
- }
|
|
|
|
|
- /**
|
|
|
|
|
* This method was generated by MyBatis Generator. This method returns the value of the database column user.information_maintainer
|
|
* This method was generated by MyBatis Generator. This method returns the value of the database column user.information_maintainer
|
|
|
* @return the value of user.information_maintainer
|
|
* @return the value of user.information_maintainer
|
|
|
- * @mbg.generated Sat Jun 09 10:41:32 CST 2018
|
|
|
|
|
|
|
+ * @mbg.generated Sat Jun 09 10:51:48 CST 2018
|
|
|
*/
|
|
*/
|
|
|
public String getInformationMaintainer() {
|
|
public String getInformationMaintainer() {
|
|
|
return informationMaintainer;
|
|
return informationMaintainer;
|
|
@@ -607,7 +586,7 @@ public class User implements AftUser{
|
|
|
/**
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method sets the value of the database column user.information_maintainer
|
|
* This method was generated by MyBatis Generator. This method sets the value of the database column user.information_maintainer
|
|
|
* @param informationMaintainer the value for user.information_maintainer
|
|
* @param informationMaintainer the value for user.information_maintainer
|
|
|
- * @mbg.generated Sat Jun 09 10:41:32 CST 2018
|
|
|
|
|
|
|
+ * @mbg.generated Sat Jun 09 10:51:48 CST 2018
|
|
|
*/
|
|
*/
|
|
|
public void setInformationMaintainer(String informationMaintainer) {
|
|
public void setInformationMaintainer(String informationMaintainer) {
|
|
|
this.informationMaintainer = informationMaintainer;
|
|
this.informationMaintainer = informationMaintainer;
|
|
@@ -615,7 +594,7 @@ public class User implements AftUser{
|
|
|
/**
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method returns the value of the database column user.core_technology
|
|
* This method was generated by MyBatis Generator. This method returns the value of the database column user.core_technology
|
|
|
* @return the value of user.core_technology
|
|
* @return the value of user.core_technology
|
|
|
- * @mbg.generated Sat Jun 09 10:41:32 CST 2018
|
|
|
|
|
|
|
+ * @mbg.generated Sat Jun 09 10:51:48 CST 2018
|
|
|
*/
|
|
*/
|
|
|
public String getCoreTechnology() {
|
|
public String getCoreTechnology() {
|
|
|
return coreTechnology;
|
|
return coreTechnology;
|
|
@@ -623,7 +602,7 @@ public class User implements AftUser{
|
|
|
/**
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method sets the value of the database column user.core_technology
|
|
* This method was generated by MyBatis Generator. This method sets the value of the database column user.core_technology
|
|
|
* @param coreTechnology the value for user.core_technology
|
|
* @param coreTechnology the value for user.core_technology
|
|
|
- * @mbg.generated Sat Jun 09 10:41:32 CST 2018
|
|
|
|
|
|
|
+ * @mbg.generated Sat Jun 09 10:51:48 CST 2018
|
|
|
*/
|
|
*/
|
|
|
public void setCoreTechnology(String coreTechnology) {
|
|
public void setCoreTechnology(String coreTechnology) {
|
|
|
this.coreTechnology = coreTechnology;
|
|
this.coreTechnology = coreTechnology;
|
|
@@ -631,7 +610,7 @@ public class User implements AftUser{
|
|
|
/**
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method returns the value of the database column user.accomplish_situation
|
|
* This method was generated by MyBatis Generator. This method returns the value of the database column user.accomplish_situation
|
|
|
* @return the value of user.accomplish_situation
|
|
* @return the value of user.accomplish_situation
|
|
|
- * @mbg.generated Sat Jun 09 10:41:32 CST 2018
|
|
|
|
|
|
|
+ * @mbg.generated Sat Jun 09 10:51:48 CST 2018
|
|
|
*/
|
|
*/
|
|
|
public String getAccomplishSituation() {
|
|
public String getAccomplishSituation() {
|
|
|
return accomplishSituation;
|
|
return accomplishSituation;
|
|
@@ -639,7 +618,7 @@ public class User implements AftUser{
|
|
|
/**
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method sets the value of the database column user.accomplish_situation
|
|
* This method was generated by MyBatis Generator. This method sets the value of the database column user.accomplish_situation
|
|
|
* @param accomplishSituation the value for user.accomplish_situation
|
|
* @param accomplishSituation the value for user.accomplish_situation
|
|
|
- * @mbg.generated Sat Jun 09 10:41:32 CST 2018
|
|
|
|
|
|
|
+ * @mbg.generated Sat Jun 09 10:51:48 CST 2018
|
|
|
*/
|
|
*/
|
|
|
public void setAccomplishSituation(String accomplishSituation) {
|
|
public void setAccomplishSituation(String accomplishSituation) {
|
|
|
this.accomplishSituation = accomplishSituation;
|
|
this.accomplishSituation = accomplishSituation;
|
|
@@ -647,7 +626,7 @@ public class User implements AftUser{
|
|
|
/**
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method returns the value of the database column user.intellectual_property
|
|
* This method was generated by MyBatis Generator. This method returns the value of the database column user.intellectual_property
|
|
|
* @return the value of user.intellectual_property
|
|
* @return the value of user.intellectual_property
|
|
|
- * @mbg.generated Sat Jun 09 10:41:32 CST 2018
|
|
|
|
|
|
|
+ * @mbg.generated Sat Jun 09 10:51:48 CST 2018
|
|
|
*/
|
|
*/
|
|
|
public String getIntellectualProperty() {
|
|
public String getIntellectualProperty() {
|
|
|
return intellectualProperty;
|
|
return intellectualProperty;
|
|
@@ -655,7 +634,7 @@ public class User implements AftUser{
|
|
|
/**
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method sets the value of the database column user.intellectual_property
|
|
* This method was generated by MyBatis Generator. This method sets the value of the database column user.intellectual_property
|
|
|
* @param intellectualProperty the value for user.intellectual_property
|
|
* @param intellectualProperty the value for user.intellectual_property
|
|
|
- * @mbg.generated Sat Jun 09 10:41:32 CST 2018
|
|
|
|
|
|
|
+ * @mbg.generated Sat Jun 09 10:51:48 CST 2018
|
|
|
*/
|
|
*/
|
|
|
public void setIntellectualProperty(String intellectualProperty) {
|
|
public void setIntellectualProperty(String intellectualProperty) {
|
|
|
this.intellectualProperty = intellectualProperty;
|
|
this.intellectualProperty = intellectualProperty;
|
|
@@ -663,7 +642,7 @@ public class User implements AftUser{
|
|
|
/**
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method returns the value of the database column user.credit_rating
|
|
* This method was generated by MyBatis Generator. This method returns the value of the database column user.credit_rating
|
|
|
* @return the value of user.credit_rating
|
|
* @return the value of user.credit_rating
|
|
|
- * @mbg.generated Sat Jun 09 10:41:32 CST 2018
|
|
|
|
|
|
|
+ * @mbg.generated Sat Jun 09 10:51:48 CST 2018
|
|
|
*/
|
|
*/
|
|
|
public Integer getCreditRating() {
|
|
public Integer getCreditRating() {
|
|
|
return creditRating;
|
|
return creditRating;
|
|
@@ -671,7 +650,7 @@ public class User implements AftUser{
|
|
|
/**
|
|
/**
|
|
|
* This method was generated by MyBatis Generator. This method sets the value of the database column user.credit_rating
|
|
* This method was generated by MyBatis Generator. This method sets the value of the database column user.credit_rating
|
|
|
* @param creditRating the value for user.credit_rating
|
|
* @param creditRating the value for user.credit_rating
|
|
|
- * @mbg.generated Sat Jun 09 10:41:32 CST 2018
|
|
|
|
|
|
|
+ * @mbg.generated Sat Jun 09 10:51:48 CST 2018
|
|
|
*/
|
|
*/
|
|
|
public void setCreditRating(Integer creditRating) {
|
|
public void setCreditRating(Integer creditRating) {
|
|
|
this.creditRating = creditRating;
|
|
this.creditRating = creditRating;
|