| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430 |
- package com.goafanti.common.model;
- import java.util.Date;
- /**
- * @TableName user
- */
- public class User implements AftUser{
- private String id;
- private String mobile;
- private String password;
- private String nickname;
- private String email;
- private Date createTime;
- private Long number;
- private Integer lvl;
- private Integer type;
- private String aid;
- private String mid;
- private Integer status;
- private Integer source;
- private Date updateTime;
- private String companyLogoUrl;
- private String headPortraitUrl;
- private String societyTag;
- private String introduction;
- private String valueAddedTag;
- private String organizationId;
- private Integer shareType;
- private String identifyName;
- private String backgroundUrl;
- private Integer auditStatus;
- private String auditOpinion;
- private Date transferTime;
- private String informationMaintainer;
- private String coreTechnology;
- private String accomplishSituation;
- private String intellectualProperty;
- private Integer creditRating;
- private Integer level;
- private Integer authentication;
- private String username;
- private Double integrity;
- private String toInviteCode;
- private String beInviteCode;
- private Integer guidance;
- private Integer signBills;
- private Integer channel;
- private Integer newChannel;
- private Date signTime;
- private static final long serialVersionUID = 1L;
- public String getId() {
- return id;
- }
- public void setId(String id) {
- this.id = id;
- }
- public String getMobile() {
- return mobile;
- }
- public void setMobile(String mobile) {
- this.mobile = mobile;
- }
- public String getPassword() {
- return password;
- }
- public void setPassword(String password) {
- this.password = password;
- }
- public String getNickname() {
- return nickname;
- }
- public void setNickname(String nickname) {
- this.nickname = nickname;
- }
- public String getEmail() {
- return email;
- }
- public void setEmail(String email) {
- this.email = email;
- }
- public Date getCreateTime() {
- return createTime;
- }
- public void setCreateTime(Date createTime) {
- this.createTime = createTime;
- }
- public Long getNumber() {
- return number;
- }
- public void setNumber(Long number) {
- this.number = number;
- }
- public Integer getLvl() {
- return lvl;
- }
- public void setLvl(Integer lvl) {
- this.lvl = lvl;
- }
- public Integer getType() {
- return type;
- }
- public void setType(Integer type) {
- this.type = type;
- }
- public String getAid() {
- return aid;
- }
- public void setAid(String aid) {
- this.aid = aid;
- }
- public String getMid() {
- return mid;
- }
- public void setMid(String mid) {
- this.mid = mid;
- }
- public Integer getStatus() {
- return status;
- }
- public void setStatus(Integer status) {
- this.status = status;
- }
- public Integer getSource() {
- return source;
- }
- public void setSource(Integer source) {
- this.source = source;
- }
- public Date getUpdateTime() {
- return updateTime;
- }
- public void setUpdateTime(Date updateTime) {
- this.updateTime = updateTime;
- }
- public String getCompanyLogoUrl() {
- return companyLogoUrl;
- }
- public void setCompanyLogoUrl(String companyLogoUrl) {
- this.companyLogoUrl = companyLogoUrl;
- }
- public String getHeadPortraitUrl() {
- return headPortraitUrl;
- }
- public void setHeadPortraitUrl(String headPortraitUrl) {
- this.headPortraitUrl = headPortraitUrl;
- }
- public String getSocietyTag() {
- return societyTag;
- }
- public void setSocietyTag(String societyTag) {
- this.societyTag = societyTag;
- }
- public String getIntroduction() {
- return introduction;
- }
- public void setIntroduction(String introduction) {
- this.introduction = introduction;
- }
- public String getValueAddedTag() {
- return valueAddedTag;
- }
- public void setValueAddedTag(String valueAddedTag) {
- this.valueAddedTag = valueAddedTag;
- }
- public String getOrganizationId() {
- return organizationId;
- }
- public void setOrganizationId(String organizationId) {
- this.organizationId = organizationId;
- }
- public Integer getShareType() {
- return shareType;
- }
- public void setShareType(Integer shareType) {
- this.shareType = shareType;
- }
- public String getIdentifyName() {
- return identifyName;
- }
- public void setIdentifyName(String identifyName) {
- this.identifyName = identifyName;
- }
- public String getBackgroundUrl() {
- return backgroundUrl;
- }
- public void setBackgroundUrl(String backgroundUrl) {
- this.backgroundUrl = backgroundUrl;
- }
- public Integer getAuditStatus() {
- return auditStatus;
- }
- public void setAuditStatus(Integer auditStatus) {
- this.auditStatus = auditStatus;
- }
- public String getAuditOpinion() {
- return auditOpinion;
- }
- public void setAuditOpinion(String auditOpinion) {
- this.auditOpinion = auditOpinion;
- }
- public Date getTransferTime() {
- return transferTime;
- }
- public void setTransferTime(Date transferTime) {
- this.transferTime = transferTime;
- }
- public String getInformationMaintainer() {
- return informationMaintainer;
- }
- public void setInformationMaintainer(String informationMaintainer) {
- this.informationMaintainer = informationMaintainer;
- }
- public String getCoreTechnology() {
- return coreTechnology;
- }
- public void setCoreTechnology(String coreTechnology) {
- this.coreTechnology = coreTechnology;
- }
- public String getAccomplishSituation() {
- return accomplishSituation;
- }
- public void setAccomplishSituation(String accomplishSituation) {
- this.accomplishSituation = accomplishSituation;
- }
- public String getIntellectualProperty() {
- return intellectualProperty;
- }
- public void setIntellectualProperty(String intellectualProperty) {
- this.intellectualProperty = intellectualProperty;
- }
- public Integer getCreditRating() {
- return creditRating;
- }
- public void setCreditRating(Integer creditRating) {
- this.creditRating = creditRating;
- }
- public Integer getLevel() {
- return level;
- }
- public void setLevel(Integer level) {
- this.level = level;
- }
- public Integer getAuthentication() {
- return authentication;
- }
- public void setAuthentication(Integer authentication) {
- this.authentication = authentication;
- }
- public String getUsername() {
- return username;
- }
- public void setUsername(String username) {
- this.username = username;
- }
- public Double getIntegrity() {
- return integrity;
- }
- public void setIntegrity(Double integrity) {
- this.integrity = integrity;
- }
- public String getToInviteCode() {
- return toInviteCode;
- }
- public void setToInviteCode(String toInviteCode) {
- this.toInviteCode = toInviteCode;
- }
- public String getBeInviteCode() {
- return beInviteCode;
- }
- public void setBeInviteCode(String beInviteCode) {
- this.beInviteCode = beInviteCode;
- }
- public Integer getGuidance() {
- return guidance;
- }
- public void setGuidance(Integer guidance) {
- this.guidance = guidance;
- }
- public Integer getSignBills() {
- return signBills;
- }
- public void setSignBills(Integer signBills) {
- this.signBills = signBills;
- }
- public Integer getChannel() {
- return channel;
- }
- public void setChannel(Integer channel) {
- this.channel = channel;
- }
- public Integer getNewChannel() {
- return newChannel;
- }
- public void setNewChannel(Integer newChannel) {
- this.newChannel = newChannel;
- }
- public Date getSignTime() {
- return signTime;
- }
- public void setSignTime(Date signTime) {
- this.signTime = signTime;
- }
- }
|