User.java 22 KB

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