User.java 21 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609
  1. package com.goafanti.common.model;
  2. import java.util.Date;
  3. public class User extends BaseModel implements AftUser{
  4. /**
  5. *
  6. */
  7. private static final long serialVersionUID = -3301500555091503770L;
  8. /**
  9. * This field was generated by MyBatis Generator. This field corresponds to the database column user.id
  10. * @mbg.generated Thu May 03 16:11:41 CST 2018
  11. */
  12. private String id;
  13. /**
  14. * This field was generated by MyBatis Generator. This field corresponds to the database column user.mobile
  15. * @mbg.generated Thu May 03 16:11:41 CST 2018
  16. */
  17. private String mobile;
  18. /**
  19. * This field was generated by MyBatis Generator. This field corresponds to the database column user.password
  20. * @mbg.generated Thu May 03 16:11:41 CST 2018
  21. */
  22. private String password;
  23. /**
  24. * This field was generated by MyBatis Generator. This field corresponds to the database column user.nickname
  25. * @mbg.generated Thu May 03 16:11:41 CST 2018
  26. */
  27. private String nickname;
  28. /**
  29. * This field was generated by MyBatis Generator. This field corresponds to the database column user.email
  30. * @mbg.generated Thu May 03 16:11:41 CST 2018
  31. */
  32. private String email;
  33. /**
  34. * This field was generated by MyBatis Generator. This field corresponds to the database column user.create_time
  35. * @mbg.generated Thu May 03 16:11:41 CST 2018
  36. */
  37. private Date createTime;
  38. /**
  39. * This field was generated by MyBatis Generator. This field corresponds to the database column user.number
  40. * @mbg.generated Thu May 03 16:11:41 CST 2018
  41. */
  42. private Long number;
  43. /**
  44. * This field was generated by MyBatis Generator. This field corresponds to the database column user.lvl
  45. * @mbg.generated Thu May 03 16:11:41 CST 2018
  46. */
  47. private Integer lvl;
  48. /**
  49. * This field was generated by MyBatis Generator. This field corresponds to the database column user.type
  50. * @mbg.generated Thu May 03 16:11:41 CST 2018
  51. */
  52. private Integer type;
  53. /**
  54. * This field was generated by MyBatis Generator. This field corresponds to the database column user.mid
  55. * @mbg.generated Thu May 03 16:11:41 CST 2018
  56. */
  57. private String mid;
  58. /**
  59. * This field was generated by MyBatis Generator. This field corresponds to the database column user.status
  60. * @mbg.generated Thu May 03 16:11:41 CST 2018
  61. */
  62. private Integer status;
  63. /**
  64. * This field was generated by MyBatis Generator. This field corresponds to the database column user.source
  65. * @mbg.generated Thu May 03 16:11:41 CST 2018
  66. */
  67. private Integer source;
  68. /**
  69. * This field was generated by MyBatis Generator. This field corresponds to the database column user.update_time
  70. * @mbg.generated Thu May 03 16:11:41 CST 2018
  71. */
  72. private Date updateTime;
  73. /**
  74. * This field was generated by MyBatis Generator. This field corresponds to the database column user.company_logo_url
  75. * @mbg.generated Thu May 03 16:11:41 CST 2018
  76. */
  77. private String companyLogoUrl;
  78. /**
  79. * This field was generated by MyBatis Generator. This field corresponds to the database column user.head_portrait_url
  80. * @mbg.generated Thu May 03 16:11:41 CST 2018
  81. */
  82. private String headPortraitUrl;
  83. /**
  84. * This field was generated by MyBatis Generator. This field corresponds to the database column user.society_tag
  85. * @mbg.generated Thu May 03 16:11:41 CST 2018
  86. */
  87. private String societyTag;
  88. /**
  89. * This field was generated by MyBatis Generator. This field corresponds to the database column user.introduction
  90. * @mbg.generated Thu May 03 16:11:41 CST 2018
  91. */
  92. private String introduction;
  93. /**
  94. * This field was generated by MyBatis Generator. This field corresponds to the database column user.value_added_tag
  95. * @mbg.generated Thu May 03 16:11:41 CST 2018
  96. */
  97. private String valueAddedTag;
  98. /**
  99. * This field was generated by MyBatis Generator. This field corresponds to the database column user.organization_id
  100. * @mbg.generated Thu May 03 16:11:41 CST 2018
  101. */
  102. private String organizationId;
  103. /**
  104. * This field was generated by MyBatis Generator. This field corresponds to the database column user.identify_name
  105. * @mbg.generated Thu May 03 16:11:41 CST 2018
  106. */
  107. private String identifyName;
  108. /**
  109. * This field was generated by MyBatis Generator. This field corresponds to the database column user.background_url
  110. * @mbg.generated Thu May 03 16:11:41 CST 2018
  111. */
  112. private String backgroundUrl;
  113. /**
  114. * This field was generated by MyBatis Generator. This field corresponds to the database column user.audit_opinion
  115. * @mbg.generated Thu May 03 16:11:41 CST 2018
  116. */
  117. private String auditOpinion;
  118. /**
  119. * This field was generated by MyBatis Generator. This field corresponds to the database column user.audit_status
  120. * @mbg.generated Thu May 03 16:11:41 CST 2018
  121. */
  122. private Integer auditStatus;
  123. /**
  124. * This field was generated by MyBatis Generator. This field corresponds to the database column user.share_type
  125. * @mbg.generated Thu May 03 16:11:41 CST 2018
  126. */
  127. private Integer shareType;
  128. /**
  129. * This field was generated by MyBatis Generator. This field corresponds to the database column user.aid
  130. * @mbg.generated Thu May 03 16:11:41 CST 2018
  131. */
  132. private String aid;
  133. /**
  134. * This field was generated by MyBatis Generator. This field corresponds to the database column user.transfer_time
  135. * @mbg.generated Thu May 03 16:11:41 CST 2018
  136. */
  137. private Date transferTime;
  138. /**
  139. * This method was generated by MyBatis Generator. This method returns the value of the database column user.id
  140. * @return the value of user.id
  141. * @mbg.generated Thu May 03 16:11:41 CST 2018
  142. */
  143. public String getId() {
  144. return id;
  145. }
  146. /**
  147. * This method was generated by MyBatis Generator. This method sets the value of the database column user.id
  148. * @param id the value for user.id
  149. * @mbg.generated Thu May 03 16:11:41 CST 2018
  150. */
  151. public void setId(String id) {
  152. this.id = id;
  153. }
  154. /**
  155. * This method was generated by MyBatis Generator. This method returns the value of the database column user.mobile
  156. * @return the value of user.mobile
  157. * @mbg.generated Thu May 03 16:11:41 CST 2018
  158. */
  159. public String getMobile() {
  160. return mobile;
  161. }
  162. /**
  163. * This method was generated by MyBatis Generator. This method sets the value of the database column user.mobile
  164. * @param mobile the value for user.mobile
  165. * @mbg.generated Thu May 03 16:11:41 CST 2018
  166. */
  167. public void setMobile(String mobile) {
  168. this.mobile = mobile;
  169. }
  170. /**
  171. * This method was generated by MyBatis Generator. This method returns the value of the database column user.password
  172. * @return the value of user.password
  173. * @mbg.generated Thu May 03 16:11:41 CST 2018
  174. */
  175. public String getPassword() {
  176. return password;
  177. }
  178. /**
  179. * This method was generated by MyBatis Generator. This method sets the value of the database column user.password
  180. * @param password the value for user.password
  181. * @mbg.generated Thu May 03 16:11:41 CST 2018
  182. */
  183. public void setPassword(String password) {
  184. this.password = password;
  185. }
  186. /**
  187. * This method was generated by MyBatis Generator. This method returns the value of the database column user.nickname
  188. * @return the value of user.nickname
  189. * @mbg.generated Thu May 03 16:11:41 CST 2018
  190. */
  191. public String getNickname() {
  192. return nickname;
  193. }
  194. /**
  195. * This method was generated by MyBatis Generator. This method sets the value of the database column user.nickname
  196. * @param nickname the value for user.nickname
  197. * @mbg.generated Thu May 03 16:11:41 CST 2018
  198. */
  199. public void setNickname(String nickname) {
  200. this.nickname = nickname;
  201. }
  202. /**
  203. * This method was generated by MyBatis Generator. This method returns the value of the database column user.email
  204. * @return the value of user.email
  205. * @mbg.generated Thu May 03 16:11:41 CST 2018
  206. */
  207. public String getEmail() {
  208. return email;
  209. }
  210. /**
  211. * This method was generated by MyBatis Generator. This method sets the value of the database column user.email
  212. * @param email the value for user.email
  213. * @mbg.generated Thu May 03 16:11:41 CST 2018
  214. */
  215. public void setEmail(String email) {
  216. this.email = email;
  217. }
  218. /**
  219. * This method was generated by MyBatis Generator. This method returns the value of the database column user.create_time
  220. * @return the value of user.create_time
  221. * @mbg.generated Thu May 03 16:11:41 CST 2018
  222. */
  223. public Date getCreateTime() {
  224. return createTime;
  225. }
  226. /**
  227. * This method was generated by MyBatis Generator. This method sets the value of the database column user.create_time
  228. * @param createTime the value for user.create_time
  229. * @mbg.generated Thu May 03 16:11:41 CST 2018
  230. */
  231. public void setCreateTime(Date createTime) {
  232. this.createTime = createTime;
  233. }
  234. /**
  235. * This method was generated by MyBatis Generator. This method returns the value of the database column user.number
  236. * @return the value of user.number
  237. * @mbg.generated Thu May 03 16:11:41 CST 2018
  238. */
  239. public Long getNumber() {
  240. return number;
  241. }
  242. /**
  243. * This method was generated by MyBatis Generator. This method sets the value of the database column user.number
  244. * @param number the value for user.number
  245. * @mbg.generated Thu May 03 16:11:41 CST 2018
  246. */
  247. public void setNumber(Long number) {
  248. this.number = number;
  249. }
  250. /**
  251. * This method was generated by MyBatis Generator. This method returns the value of the database column user.lvl
  252. * @return the value of user.lvl
  253. * @mbg.generated Thu May 03 16:11:41 CST 2018
  254. */
  255. public Integer getLvl() {
  256. return lvl;
  257. }
  258. /**
  259. * This method was generated by MyBatis Generator. This method sets the value of the database column user.lvl
  260. * @param lvl the value for user.lvl
  261. * @mbg.generated Thu May 03 16:11:41 CST 2018
  262. */
  263. public void setLvl(Integer lvl) {
  264. this.lvl = lvl;
  265. }
  266. /**
  267. * This method was generated by MyBatis Generator. This method returns the value of the database column user.type
  268. * @return the value of user.type
  269. * @mbg.generated Thu May 03 16:11:41 CST 2018
  270. */
  271. public Integer getType() {
  272. return type;
  273. }
  274. /**
  275. * This method was generated by MyBatis Generator. This method sets the value of the database column user.type
  276. * @param type the value for user.type
  277. * @mbg.generated Thu May 03 16:11:41 CST 2018
  278. */
  279. public void setType(Integer type) {
  280. this.type = type;
  281. }
  282. /**
  283. * This method was generated by MyBatis Generator. This method returns the value of the database column user.mid
  284. * @return the value of user.mid
  285. * @mbg.generated Thu May 03 16:11:41 CST 2018
  286. */
  287. public String getMid() {
  288. return mid;
  289. }
  290. /**
  291. * This method was generated by MyBatis Generator. This method sets the value of the database column user.mid
  292. * @param mid the value for user.mid
  293. * @mbg.generated Thu May 03 16:11:41 CST 2018
  294. */
  295. public void setMid(String mid) {
  296. this.mid = mid;
  297. }
  298. /**
  299. * This method was generated by MyBatis Generator. This method returns the value of the database column user.status
  300. * @return the value of user.status
  301. * @mbg.generated Thu May 03 16:11:41 CST 2018
  302. */
  303. public Integer getStatus() {
  304. return status;
  305. }
  306. /**
  307. * This method was generated by MyBatis Generator. This method sets the value of the database column user.status
  308. * @param status the value for user.status
  309. * @mbg.generated Thu May 03 16:11:41 CST 2018
  310. */
  311. public void setStatus(Integer status) {
  312. this.status = status;
  313. }
  314. /**
  315. * This method was generated by MyBatis Generator. This method returns the value of the database column user.source
  316. * @return the value of user.source
  317. * @mbg.generated Thu May 03 16:11:41 CST 2018
  318. */
  319. public Integer getSource() {
  320. return source;
  321. }
  322. /**
  323. * This method was generated by MyBatis Generator. This method sets the value of the database column user.source
  324. * @param source the value for user.source
  325. * @mbg.generated Thu May 03 16:11:41 CST 2018
  326. */
  327. public void setSource(Integer source) {
  328. this.source = source;
  329. }
  330. /**
  331. * This method was generated by MyBatis Generator. This method returns the value of the database column user.update_time
  332. * @return the value of user.update_time
  333. * @mbg.generated Thu May 03 16:11:41 CST 2018
  334. */
  335. public Date getUpdateTime() {
  336. return updateTime;
  337. }
  338. /**
  339. * This method was generated by MyBatis Generator. This method sets the value of the database column user.update_time
  340. * @param updateTime the value for user.update_time
  341. * @mbg.generated Thu May 03 16:11:41 CST 2018
  342. */
  343. public void setUpdateTime(Date updateTime) {
  344. this.updateTime = updateTime;
  345. }
  346. /**
  347. * This method was generated by MyBatis Generator. This method returns the value of the database column user.company_logo_url
  348. * @return the value of user.company_logo_url
  349. * @mbg.generated Thu May 03 16:11:41 CST 2018
  350. */
  351. public String getCompanyLogoUrl() {
  352. return companyLogoUrl;
  353. }
  354. /**
  355. * This method was generated by MyBatis Generator. This method sets the value of the database column user.company_logo_url
  356. * @param companyLogoUrl the value for user.company_logo_url
  357. * @mbg.generated Thu May 03 16:11:41 CST 2018
  358. */
  359. public void setCompanyLogoUrl(String companyLogoUrl) {
  360. this.companyLogoUrl = companyLogoUrl;
  361. }
  362. /**
  363. * This method was generated by MyBatis Generator. This method returns the value of the database column user.head_portrait_url
  364. * @return the value of user.head_portrait_url
  365. * @mbg.generated Thu May 03 16:11:41 CST 2018
  366. */
  367. public String getHeadPortraitUrl() {
  368. return headPortraitUrl;
  369. }
  370. /**
  371. * This method was generated by MyBatis Generator. This method sets the value of the database column user.head_portrait_url
  372. * @param headPortraitUrl the value for user.head_portrait_url
  373. * @mbg.generated Thu May 03 16:11:41 CST 2018
  374. */
  375. public void setHeadPortraitUrl(String headPortraitUrl) {
  376. this.headPortraitUrl = headPortraitUrl;
  377. }
  378. /**
  379. * This method was generated by MyBatis Generator. This method returns the value of the database column user.society_tag
  380. * @return the value of user.society_tag
  381. * @mbg.generated Thu May 03 16:11:41 CST 2018
  382. */
  383. public String getSocietyTag() {
  384. return societyTag;
  385. }
  386. /**
  387. * This method was generated by MyBatis Generator. This method sets the value of the database column user.society_tag
  388. * @param societyTag the value for user.society_tag
  389. * @mbg.generated Thu May 03 16:11:41 CST 2018
  390. */
  391. public void setSocietyTag(String societyTag) {
  392. this.societyTag = societyTag;
  393. }
  394. /**
  395. * This method was generated by MyBatis Generator. This method returns the value of the database column user.introduction
  396. * @return the value of user.introduction
  397. * @mbg.generated Thu May 03 16:11:41 CST 2018
  398. */
  399. public String getIntroduction() {
  400. return introduction;
  401. }
  402. /**
  403. * This method was generated by MyBatis Generator. This method sets the value of the database column user.introduction
  404. * @param introduction the value for user.introduction
  405. * @mbg.generated Thu May 03 16:11:41 CST 2018
  406. */
  407. public void setIntroduction(String introduction) {
  408. this.introduction = introduction;
  409. }
  410. /**
  411. * This method was generated by MyBatis Generator. This method returns the value of the database column user.value_added_tag
  412. * @return the value of user.value_added_tag
  413. * @mbg.generated Thu May 03 16:11:41 CST 2018
  414. */
  415. public String getValueAddedTag() {
  416. return valueAddedTag;
  417. }
  418. /**
  419. * This method was generated by MyBatis Generator. This method sets the value of the database column user.value_added_tag
  420. * @param valueAddedTag the value for user.value_added_tag
  421. * @mbg.generated Thu May 03 16:11:41 CST 2018
  422. */
  423. public void setValueAddedTag(String valueAddedTag) {
  424. this.valueAddedTag = valueAddedTag;
  425. }
  426. /**
  427. * This method was generated by MyBatis Generator. This method returns the value of the database column user.organization_id
  428. * @return the value of user.organization_id
  429. * @mbg.generated Thu May 03 16:11:41 CST 2018
  430. */
  431. public String getOrganizationId() {
  432. return organizationId;
  433. }
  434. /**
  435. * This method was generated by MyBatis Generator. This method sets the value of the database column user.organization_id
  436. * @param organizationId the value for user.organization_id
  437. * @mbg.generated Thu May 03 16:11:41 CST 2018
  438. */
  439. public void setOrganizationId(String organizationId) {
  440. this.organizationId = organizationId;
  441. }
  442. /**
  443. * This method was generated by MyBatis Generator. This method returns the value of the database column user.identify_name
  444. * @return the value of user.identify_name
  445. * @mbg.generated Thu May 03 16:11:41 CST 2018
  446. */
  447. public String getIdentifyName() {
  448. return identifyName;
  449. }
  450. /**
  451. * This method was generated by MyBatis Generator. This method sets the value of the database column user.identify_name
  452. * @param identifyName the value for user.identify_name
  453. * @mbg.generated Thu May 03 16:11:41 CST 2018
  454. */
  455. public void setIdentifyName(String identifyName) {
  456. this.identifyName = identifyName;
  457. }
  458. /**
  459. * This method was generated by MyBatis Generator. This method returns the value of the database column user.background_url
  460. * @return the value of user.background_url
  461. * @mbg.generated Thu May 03 16:11:41 CST 2018
  462. */
  463. public String getBackgroundUrl() {
  464. return backgroundUrl;
  465. }
  466. /**
  467. * This method was generated by MyBatis Generator. This method sets the value of the database column user.background_url
  468. * @param backgroundUrl the value for user.background_url
  469. * @mbg.generated Thu May 03 16:11:41 CST 2018
  470. */
  471. public void setBackgroundUrl(String backgroundUrl) {
  472. this.backgroundUrl = backgroundUrl;
  473. }
  474. /**
  475. * This method was generated by MyBatis Generator. This method returns the value of the database column user.audit_opinion
  476. * @return the value of user.audit_opinion
  477. * @mbg.generated Thu May 03 16:11:41 CST 2018
  478. */
  479. public String getAuditOpinion() {
  480. return auditOpinion;
  481. }
  482. /**
  483. * This method was generated by MyBatis Generator. This method sets the value of the database column user.audit_opinion
  484. * @param auditOpinion the value for user.audit_opinion
  485. * @mbg.generated Thu May 03 16:11:41 CST 2018
  486. */
  487. public void setAuditOpinion(String auditOpinion) {
  488. this.auditOpinion = auditOpinion;
  489. }
  490. /**
  491. * This method was generated by MyBatis Generator. This method returns the value of the database column user.audit_status
  492. * @return the value of user.audit_status
  493. * @mbg.generated Thu May 03 16:11:41 CST 2018
  494. */
  495. public Integer getAuditStatus() {
  496. return auditStatus;
  497. }
  498. /**
  499. * This method was generated by MyBatis Generator. This method sets the value of the database column user.audit_status
  500. * @param auditStatus the value for user.audit_status
  501. * @mbg.generated Thu May 03 16:11:41 CST 2018
  502. */
  503. public void setAuditStatus(Integer auditStatus) {
  504. this.auditStatus = auditStatus;
  505. }
  506. /**
  507. * This method was generated by MyBatis Generator. This method returns the value of the database column user.share_type
  508. * @return the value of user.share_type
  509. * @mbg.generated Thu May 03 16:11:41 CST 2018
  510. */
  511. public Integer getShareType() {
  512. return shareType;
  513. }
  514. /**
  515. * This method was generated by MyBatis Generator. This method sets the value of the database column user.share_type
  516. * @param shareType the value for user.share_type
  517. * @mbg.generated Thu May 03 16:11:41 CST 2018
  518. */
  519. public void setShareType(Integer shareType) {
  520. this.shareType = shareType;
  521. }
  522. /**
  523. * This method was generated by MyBatis Generator. This method returns the value of the database column user.aid
  524. * @return the value of user.aid
  525. * @mbg.generated Thu May 03 16:11:41 CST 2018
  526. */
  527. public String getAid() {
  528. return aid;
  529. }
  530. /**
  531. * This method was generated by MyBatis Generator. This method sets the value of the database column user.aid
  532. * @param aid the value for user.aid
  533. * @mbg.generated Thu May 03 16:11:41 CST 2018
  534. */
  535. public void setAid(String aid) {
  536. this.aid = aid;
  537. }
  538. /**
  539. * This method was generated by MyBatis Generator. This method returns the value of the database column user.transfer_time
  540. * @return the value of user.transfer_time
  541. * @mbg.generated Thu May 03 16:11:41 CST 2018
  542. */
  543. public Date getTransferTime() {
  544. return transferTime;
  545. }
  546. /**
  547. * This method was generated by MyBatis Generator. This method sets the value of the database column user.transfer_time
  548. * @param transferTime the value for user.transfer_time
  549. * @mbg.generated Thu May 03 16:11:41 CST 2018
  550. */
  551. public void setTransferTime(Date transferTime) {
  552. this.transferTime = transferTime;
  553. }
  554. }