| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609 |
- package com.goafanti.common.model;
- import java.util.Date;
- 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
- */
- 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
- */
- 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
- */
- 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
- */
- 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
- */
- 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
- */
- 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
- */
- 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
- */
- 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
- */
- 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
- */
- 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
- */
- 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
- */
- 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
- */
- 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
- */
- 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
- */
- 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
- */
- 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
- */
- 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
- */
- 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
- */
- 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
- */
- 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
- */
- 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
- */
- 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
- */
- 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
- */
- 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
- */
- 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
- */
- private Date transferTime;
- /**
- * 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
- */
- public String getId() {
- return 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
- * @mbg.generated Thu May 03 16:11:41 CST 2018
- */
- public void setId(String id) {
- this.id = id;
- }
- /**
- * 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
- */
- public String getMobile() {
- return 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
- * @mbg.generated Thu May 03 16:11:41 CST 2018
- */
- public void setMobile(String mobile) {
- this.mobile = mobile;
- }
- /**
- * 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
- */
- public String getPassword() {
- return 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
- * @mbg.generated Thu May 03 16:11:41 CST 2018
- */
- public void setPassword(String password) {
- this.password = password;
- }
- /**
- * 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
- */
- public String getNickname() {
- return 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
- * @mbg.generated Thu May 03 16:11:41 CST 2018
- */
- public void setNickname(String nickname) {
- this.nickname = nickname;
- }
- /**
- * 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
- */
- public String getEmail() {
- return 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
- * @mbg.generated Thu May 03 16:11:41 CST 2018
- */
- public void setEmail(String email) {
- this.email = email;
- }
- /**
- * 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
- */
- public Date getCreateTime() {
- return createTime;
- }
- /**
- * 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
- */
- public void setCreateTime(Date createTime) {
- this.createTime = createTime;
- }
- /**
- * 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
- */
- public Long getNumber() {
- return 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
- * @mbg.generated Thu May 03 16:11:41 CST 2018
- */
- public void setNumber(Long number) {
- this.number = number;
- }
- /**
- * 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
- */
- public Integer getLvl() {
- return 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
- * @mbg.generated Thu May 03 16:11:41 CST 2018
- */
- public void setLvl(Integer lvl) {
- this.lvl = lvl;
- }
- /**
- * 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
- */
- public Integer getType() {
- return 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
- * @mbg.generated Thu May 03 16:11:41 CST 2018
- */
- public void setType(Integer type) {
- this.type = type;
- }
- /**
- * 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
- */
- public String getMid() {
- return 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
- * @mbg.generated Thu May 03 16:11:41 CST 2018
- */
- public void setMid(String mid) {
- this.mid = mid;
- }
- /**
- * 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
- */
- public Integer getStatus() {
- return 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
- * @mbg.generated Thu May 03 16:11:41 CST 2018
- */
- public void setStatus(Integer status) {
- this.status = status;
- }
- /**
- * 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
- */
- public Integer getSource() {
- return 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
- * @mbg.generated Thu May 03 16:11:41 CST 2018
- */
- public void setSource(Integer source) {
- this.source = source;
- }
- /**
- * 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
- */
- public Date getUpdateTime() {
- return updateTime;
- }
- /**
- * 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
- */
- public void setUpdateTime(Date updateTime) {
- this.updateTime = updateTime;
- }
- /**
- * 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
- */
- public String getCompanyLogoUrl() {
- return companyLogoUrl;
- }
- /**
- * 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
- */
- public void setCompanyLogoUrl(String companyLogoUrl) {
- this.companyLogoUrl = companyLogoUrl;
- }
- /**
- * 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
- */
- public String getHeadPortraitUrl() {
- return headPortraitUrl;
- }
- /**
- * 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
- */
- public void setHeadPortraitUrl(String headPortraitUrl) {
- this.headPortraitUrl = headPortraitUrl;
- }
- /**
- * 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
- */
- public String getSocietyTag() {
- return societyTag;
- }
- /**
- * 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
- */
- public void setSocietyTag(String societyTag) {
- this.societyTag = societyTag;
- }
- /**
- * 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
- */
- public String getIntroduction() {
- return 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
- * @mbg.generated Thu May 03 16:11:41 CST 2018
- */
- public void setIntroduction(String introduction) {
- this.introduction = introduction;
- }
- /**
- * 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
- */
- public String getValueAddedTag() {
- return valueAddedTag;
- }
- /**
- * 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
- */
- public void setValueAddedTag(String valueAddedTag) {
- this.valueAddedTag = valueAddedTag;
- }
- /**
- * 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
- */
- public String getOrganizationId() {
- return organizationId;
- }
- /**
- * 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
- */
- public void setOrganizationId(String organizationId) {
- this.organizationId = organizationId;
- }
- /**
- * 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
- */
- public String getIdentifyName() {
- return identifyName;
- }
- /**
- * 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
- */
- 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.background_url
- * @return the value of user.background_url
- * @mbg.generated Thu May 03 16:11:41 CST 2018
- */
- public String getBackgroundUrl() {
- return backgroundUrl;
- }
- /**
- * 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
- */
- public void setBackgroundUrl(String backgroundUrl) {
- this.backgroundUrl = backgroundUrl;
- }
- /**
- * 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
- */
- public String getAuditOpinion() {
- return auditOpinion;
- }
- /**
- * 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
- */
- public void setAuditOpinion(String auditOpinion) {
- this.auditOpinion = auditOpinion;
- }
- /**
- * 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
- */
- public Integer getAuditStatus() {
- return auditStatus;
- }
- /**
- * 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
- */
- public void setAuditStatus(Integer auditStatus) {
- this.auditStatus = auditStatus;
- }
- /**
- * 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
- */
- public Integer getShareType() {
- return shareType;
- }
- /**
- * 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
- */
- public void setShareType(Integer shareType) {
- this.shareType = shareType;
- }
- /**
- * 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
- */
- public String getAid() {
- return 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
- * @mbg.generated Thu May 03 16:11:41 CST 2018
- */
- public void setAid(String aid) {
- this.aid = aid;
- }
- /**
- * 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
- */
- public Date getTransferTime() {
- return transferTime;
- }
- /**
- * 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
- */
- public void setTransferTime(Date transferTime) {
- this.transferTime = transferTime;
- }
- }
|