User.java 8.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430
  1. package com.goafanti.common.model;
  2. import java.util.Date;
  3. /**
  4. * @TableName user
  5. */
  6. public class User implements AftUser{
  7. private String id;
  8. private String mobile;
  9. private String password;
  10. private String nickname;
  11. private String email;
  12. private Date createTime;
  13. private Long number;
  14. private Integer lvl;
  15. private Integer type;
  16. private String aid;
  17. private String mid;
  18. private Integer status;
  19. private Integer source;
  20. private Date updateTime;
  21. private String companyLogoUrl;
  22. private String headPortraitUrl;
  23. private String societyTag;
  24. private String introduction;
  25. private String valueAddedTag;
  26. private String organizationId;
  27. private Integer shareType;
  28. private String identifyName;
  29. private String backgroundUrl;
  30. private Integer auditStatus;
  31. private String auditOpinion;
  32. private Date transferTime;
  33. private String informationMaintainer;
  34. private String coreTechnology;
  35. private String accomplishSituation;
  36. private String intellectualProperty;
  37. private Integer creditRating;
  38. private Integer level;
  39. private Integer authentication;
  40. private String username;
  41. private Double integrity;
  42. private String toInviteCode;
  43. private String beInviteCode;
  44. private Integer guidance;
  45. private Integer signBills;
  46. private Integer channel;
  47. private Integer newChannel;
  48. private Date signTime;
  49. private static final long serialVersionUID = 1L;
  50. public String getId() {
  51. return id;
  52. }
  53. public void setId(String id) {
  54. this.id = id;
  55. }
  56. public String getMobile() {
  57. return mobile;
  58. }
  59. public void setMobile(String mobile) {
  60. this.mobile = mobile;
  61. }
  62. public String getPassword() {
  63. return password;
  64. }
  65. public void setPassword(String password) {
  66. this.password = password;
  67. }
  68. public String getNickname() {
  69. return nickname;
  70. }
  71. public void setNickname(String nickname) {
  72. this.nickname = nickname;
  73. }
  74. public String getEmail() {
  75. return email;
  76. }
  77. public void setEmail(String email) {
  78. this.email = email;
  79. }
  80. public Date getCreateTime() {
  81. return createTime;
  82. }
  83. public void setCreateTime(Date createTime) {
  84. this.createTime = createTime;
  85. }
  86. public Long getNumber() {
  87. return number;
  88. }
  89. public void setNumber(Long number) {
  90. this.number = number;
  91. }
  92. public Integer getLvl() {
  93. return lvl;
  94. }
  95. public void setLvl(Integer lvl) {
  96. this.lvl = lvl;
  97. }
  98. public Integer getType() {
  99. return type;
  100. }
  101. public void setType(Integer type) {
  102. this.type = type;
  103. }
  104. public String getAid() {
  105. return aid;
  106. }
  107. public void setAid(String aid) {
  108. this.aid = aid;
  109. }
  110. public String getMid() {
  111. return mid;
  112. }
  113. public void setMid(String mid) {
  114. this.mid = mid;
  115. }
  116. public Integer getStatus() {
  117. return status;
  118. }
  119. public void setStatus(Integer status) {
  120. this.status = status;
  121. }
  122. public Integer getSource() {
  123. return source;
  124. }
  125. public void setSource(Integer source) {
  126. this.source = source;
  127. }
  128. public Date getUpdateTime() {
  129. return updateTime;
  130. }
  131. public void setUpdateTime(Date updateTime) {
  132. this.updateTime = updateTime;
  133. }
  134. public String getCompanyLogoUrl() {
  135. return companyLogoUrl;
  136. }
  137. public void setCompanyLogoUrl(String companyLogoUrl) {
  138. this.companyLogoUrl = companyLogoUrl;
  139. }
  140. public String getHeadPortraitUrl() {
  141. return headPortraitUrl;
  142. }
  143. public void setHeadPortraitUrl(String headPortraitUrl) {
  144. this.headPortraitUrl = headPortraitUrl;
  145. }
  146. public String getSocietyTag() {
  147. return societyTag;
  148. }
  149. public void setSocietyTag(String societyTag) {
  150. this.societyTag = societyTag;
  151. }
  152. public String getIntroduction() {
  153. return introduction;
  154. }
  155. public void setIntroduction(String introduction) {
  156. this.introduction = introduction;
  157. }
  158. public String getValueAddedTag() {
  159. return valueAddedTag;
  160. }
  161. public void setValueAddedTag(String valueAddedTag) {
  162. this.valueAddedTag = valueAddedTag;
  163. }
  164. public String getOrganizationId() {
  165. return organizationId;
  166. }
  167. public void setOrganizationId(String organizationId) {
  168. this.organizationId = organizationId;
  169. }
  170. public Integer getShareType() {
  171. return shareType;
  172. }
  173. public void setShareType(Integer shareType) {
  174. this.shareType = shareType;
  175. }
  176. public String getIdentifyName() {
  177. return identifyName;
  178. }
  179. public void setIdentifyName(String identifyName) {
  180. this.identifyName = identifyName;
  181. }
  182. public String getBackgroundUrl() {
  183. return backgroundUrl;
  184. }
  185. public void setBackgroundUrl(String backgroundUrl) {
  186. this.backgroundUrl = backgroundUrl;
  187. }
  188. public Integer getAuditStatus() {
  189. return auditStatus;
  190. }
  191. public void setAuditStatus(Integer auditStatus) {
  192. this.auditStatus = auditStatus;
  193. }
  194. public String getAuditOpinion() {
  195. return auditOpinion;
  196. }
  197. public void setAuditOpinion(String auditOpinion) {
  198. this.auditOpinion = auditOpinion;
  199. }
  200. public Date getTransferTime() {
  201. return transferTime;
  202. }
  203. public void setTransferTime(Date transferTime) {
  204. this.transferTime = transferTime;
  205. }
  206. public String getInformationMaintainer() {
  207. return informationMaintainer;
  208. }
  209. public void setInformationMaintainer(String informationMaintainer) {
  210. this.informationMaintainer = informationMaintainer;
  211. }
  212. public String getCoreTechnology() {
  213. return coreTechnology;
  214. }
  215. public void setCoreTechnology(String coreTechnology) {
  216. this.coreTechnology = coreTechnology;
  217. }
  218. public String getAccomplishSituation() {
  219. return accomplishSituation;
  220. }
  221. public void setAccomplishSituation(String accomplishSituation) {
  222. this.accomplishSituation = accomplishSituation;
  223. }
  224. public String getIntellectualProperty() {
  225. return intellectualProperty;
  226. }
  227. public void setIntellectualProperty(String intellectualProperty) {
  228. this.intellectualProperty = intellectualProperty;
  229. }
  230. public Integer getCreditRating() {
  231. return creditRating;
  232. }
  233. public void setCreditRating(Integer creditRating) {
  234. this.creditRating = creditRating;
  235. }
  236. public Integer getLevel() {
  237. return level;
  238. }
  239. public void setLevel(Integer level) {
  240. this.level = level;
  241. }
  242. public Integer getAuthentication() {
  243. return authentication;
  244. }
  245. public void setAuthentication(Integer authentication) {
  246. this.authentication = authentication;
  247. }
  248. public String getUsername() {
  249. return username;
  250. }
  251. public void setUsername(String username) {
  252. this.username = username;
  253. }
  254. public Double getIntegrity() {
  255. return integrity;
  256. }
  257. public void setIntegrity(Double integrity) {
  258. this.integrity = integrity;
  259. }
  260. public String getToInviteCode() {
  261. return toInviteCode;
  262. }
  263. public void setToInviteCode(String toInviteCode) {
  264. this.toInviteCode = toInviteCode;
  265. }
  266. public String getBeInviteCode() {
  267. return beInviteCode;
  268. }
  269. public void setBeInviteCode(String beInviteCode) {
  270. this.beInviteCode = beInviteCode;
  271. }
  272. public Integer getGuidance() {
  273. return guidance;
  274. }
  275. public void setGuidance(Integer guidance) {
  276. this.guidance = guidance;
  277. }
  278. public Integer getSignBills() {
  279. return signBills;
  280. }
  281. public void setSignBills(Integer signBills) {
  282. this.signBills = signBills;
  283. }
  284. public Integer getChannel() {
  285. return channel;
  286. }
  287. public void setChannel(Integer channel) {
  288. this.channel = channel;
  289. }
  290. public Integer getNewChannel() {
  291. return newChannel;
  292. }
  293. public void setNewChannel(Integer newChannel) {
  294. this.newChannel = newChannel;
  295. }
  296. public Date getSignTime() {
  297. return signTime;
  298. }
  299. public void setSignTime(Date signTime) {
  300. this.signTime = signTime;
  301. }
  302. }