User.java 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640
  1. package com.goafanti.common.model;
  2. import java.util.Date;
  3. /**
  4. * (User)实体类
  5. *
  6. * @author makejava
  7. * @since 2025-03-21 16:37:40
  8. */
  9. public class User implements AftUser{
  10. private static final long serialVersionUID = 896145436195951740L;
  11. private String id;
  12. /**
  13. * 手机号
  14. */
  15. private String mobile;
  16. /**
  17. * 密码,md5+salt
  18. */
  19. private String password;
  20. /**
  21. * 用户昵称
  22. */
  23. private String nickname;
  24. /**
  25. * 用户邮箱
  26. */
  27. private String email;
  28. /**
  29. * 注册时间
  30. */
  31. private Date createTime;
  32. /**
  33. * 用户编号
  34. */
  35. private Long number;
  36. /**
  37. * 会员等级
  38. */
  39. private Integer lvl;
  40. /**
  41. * 个人/单位,默认0-个人账号,1-组织账号
  42. */
  43. private Integer type;
  44. /**
  45. * 管理员ID
  46. */
  47. private String aid;
  48. /**
  49. * 客户经理ID
  50. */
  51. private String mid;
  52. /**
  53. * 账户状态 0-有效 1-失效 2-锁定
  54. */
  55. private Integer status;
  56. /**
  57. * 用户来源 0 注册 1 录入 2 领取 3 转交
  58. */
  59. private Integer source;
  60. /**
  61. * 更新时间
  62. */
  63. private Date updateTime;
  64. /**
  65. * 公司LOGO
  66. */
  67. private String companyLogoUrl;
  68. /**
  69. * 个人头像
  70. */
  71. private String headPortraitUrl;
  72. /**
  73. * 社会属性标签
  74. */
  75. private String societyTag;
  76. /**
  77. * 简介
  78. */
  79. private String introduction;
  80. /**
  81. * 增值属性标签
  82. */
  83. private String valueAddedTag;
  84. /**
  85. * 所属单位用户ID
  86. */
  87. private String organizationId;
  88. /**
  89. * 共享类型 0=私有 1=公共 2=签单 3=外联 4=渠道
  90. */
  91. private Integer shareType;
  92. /**
  93. * 客户认证名称
  94. */
  95. private String identifyName;
  96. /**
  97. * 专家详情背景图
  98. */
  99. private String backgroundUrl;
  100. /**
  101. * 客户审核状态 0-待审核 ,1-审核通过,2-审核拒绝
  102. */
  103. private Integer auditStatus;
  104. /**
  105. * 审核意见
  106. */
  107. private String auditOpinion;
  108. /**
  109. * 客户转换时间
  110. */
  111. private Date transferTime;
  112. /**
  113. * 资料维护人
  114. */
  115. private String informationMaintainer;
  116. /**
  117. * 核心技术
  118. */
  119. private String coreTechnology;
  120. /**
  121. * 客户已完成项目情况
  122. */
  123. private String accomplishSituation;
  124. /**
  125. * 已有知识产权情况
  126. */
  127. private String intellectualProperty;
  128. /**
  129. * 信用等级 1 A级优质,2 B级正常,3 C级失信
  130. */
  131. private Integer creditRating;
  132. /**
  133. * 用户等级 0 一般客户 1 意向客户 2 重点客户
  134. */
  135. private Integer level;
  136. /**
  137. * 0-未认证,1-已认证
  138. */
  139. private Integer authentication;
  140. /**
  141. * 用户注册名
  142. */
  143. private String username;
  144. /**
  145. * 完整度
  146. */
  147. private Double integrity;
  148. /**
  149. * 邀请码
  150. */
  151. private String toInviteCode;
  152. /**
  153. * 受邀请码
  154. */
  155. private String beInviteCode;
  156. /**
  157. * 指导 0无 1有
  158. */
  159. private Integer guidance;
  160. /**
  161. * 签单标记 0未签单 1已签单
  162. */
  163. private Integer signBills;
  164. /**
  165. * 外联客户 0否 1是
  166. */
  167. private Integer channel;
  168. /**
  169. * 渠道客户 0否 1是
  170. */
  171. private Integer newChannel;
  172. /**
  173. * 签单时间(最近)
  174. */
  175. private Date signTime;
  176. /**
  177. * 外呼状态 0=未呼叫,1=呼叫中
  178. */
  179. private Integer callStatus;
  180. /**
  181. * 线索客户 0=否,1=是
  182. */
  183. private Integer clueStatus;
  184. /**
  185. * 线索客户 0=待分配,1=已分配,2=已回退,3=待处理,4=已领取
  186. */
  187. private Integer clueProcess;
  188. /**
  189. * 线索导入时间
  190. */
  191. private Date clueTime;
  192. /**
  193. * 线索录入人
  194. */
  195. private String clueAid;
  196. /**
  197. * 线索转交时间
  198. */
  199. private Date clueTransferTime;
  200. /**
  201. * 客户性质0=其他,1=政府机构,2=科研院所,3=高等院校,4=国有企业,5=民营企业,6=社会团体
  202. */
  203. private Integer nature;
  204. /**
  205. * 客户性质其他说明
  206. */
  207. private String natureOther;
  208. /**
  209. * 企业性质 0=其他,1=国企,2=央企,3=私企,4=合资企业(含港澳台),5=外资控股
  210. */
  211. private Integer enterpriseNature;
  212. /**
  213. * 上市 0=否,1=是
  214. */
  215. private Integer listedNature;
  216. public String getId() {
  217. return id;
  218. }
  219. public void setId(String id) {
  220. this.id = id;
  221. }
  222. public String getMobile() {
  223. return mobile;
  224. }
  225. public void setMobile(String mobile) {
  226. this.mobile = mobile;
  227. }
  228. public String getPassword() {
  229. return password;
  230. }
  231. public void setPassword(String password) {
  232. this.password = password;
  233. }
  234. public String getNickname() {
  235. return nickname;
  236. }
  237. public void setNickname(String nickname) {
  238. this.nickname = nickname;
  239. }
  240. public String getEmail() {
  241. return email;
  242. }
  243. public void setEmail(String email) {
  244. this.email = email;
  245. }
  246. public Date getCreateTime() {
  247. return createTime;
  248. }
  249. public void setCreateTime(Date createTime) {
  250. this.createTime = createTime;
  251. }
  252. public Long getNumber() {
  253. return number;
  254. }
  255. public void setNumber(Long number) {
  256. this.number = number;
  257. }
  258. public Integer getLvl() {
  259. return lvl;
  260. }
  261. public void setLvl(Integer lvl) {
  262. this.lvl = lvl;
  263. }
  264. public Integer getType() {
  265. return type;
  266. }
  267. public void setType(Integer type) {
  268. this.type = type;
  269. }
  270. public String getAid() {
  271. return aid;
  272. }
  273. public void setAid(String aid) {
  274. this.aid = aid;
  275. }
  276. public String getMid() {
  277. return mid;
  278. }
  279. public void setMid(String mid) {
  280. this.mid = mid;
  281. }
  282. public Integer getStatus() {
  283. return status;
  284. }
  285. public void setStatus(Integer status) {
  286. this.status = status;
  287. }
  288. public Integer getSource() {
  289. return source;
  290. }
  291. public void setSource(Integer source) {
  292. this.source = source;
  293. }
  294. public Date getUpdateTime() {
  295. return updateTime;
  296. }
  297. public void setUpdateTime(Date updateTime) {
  298. this.updateTime = updateTime;
  299. }
  300. public String getCompanyLogoUrl() {
  301. return companyLogoUrl;
  302. }
  303. public void setCompanyLogoUrl(String companyLogoUrl) {
  304. this.companyLogoUrl = companyLogoUrl;
  305. }
  306. public String getHeadPortraitUrl() {
  307. return headPortraitUrl;
  308. }
  309. public void setHeadPortraitUrl(String headPortraitUrl) {
  310. this.headPortraitUrl = headPortraitUrl;
  311. }
  312. public String getSocietyTag() {
  313. return societyTag;
  314. }
  315. public void setSocietyTag(String societyTag) {
  316. this.societyTag = societyTag;
  317. }
  318. public String getIntroduction() {
  319. return introduction;
  320. }
  321. public void setIntroduction(String introduction) {
  322. this.introduction = introduction;
  323. }
  324. public String getValueAddedTag() {
  325. return valueAddedTag;
  326. }
  327. public void setValueAddedTag(String valueAddedTag) {
  328. this.valueAddedTag = valueAddedTag;
  329. }
  330. public String getOrganizationId() {
  331. return organizationId;
  332. }
  333. public void setOrganizationId(String organizationId) {
  334. this.organizationId = organizationId;
  335. }
  336. public Integer getShareType() {
  337. return shareType;
  338. }
  339. public void setShareType(Integer shareType) {
  340. this.shareType = shareType;
  341. }
  342. public String getIdentifyName() {
  343. return identifyName;
  344. }
  345. public void setIdentifyName(String identifyName) {
  346. this.identifyName = identifyName;
  347. }
  348. public String getBackgroundUrl() {
  349. return backgroundUrl;
  350. }
  351. public void setBackgroundUrl(String backgroundUrl) {
  352. this.backgroundUrl = backgroundUrl;
  353. }
  354. public Integer getAuditStatus() {
  355. return auditStatus;
  356. }
  357. public void setAuditStatus(Integer auditStatus) {
  358. this.auditStatus = auditStatus;
  359. }
  360. public String getAuditOpinion() {
  361. return auditOpinion;
  362. }
  363. public void setAuditOpinion(String auditOpinion) {
  364. this.auditOpinion = auditOpinion;
  365. }
  366. public Date getTransferTime() {
  367. return transferTime;
  368. }
  369. public void setTransferTime(Date transferTime) {
  370. this.transferTime = transferTime;
  371. }
  372. public String getInformationMaintainer() {
  373. return informationMaintainer;
  374. }
  375. public void setInformationMaintainer(String informationMaintainer) {
  376. this.informationMaintainer = informationMaintainer;
  377. }
  378. public String getCoreTechnology() {
  379. return coreTechnology;
  380. }
  381. public void setCoreTechnology(String coreTechnology) {
  382. this.coreTechnology = coreTechnology;
  383. }
  384. public String getAccomplishSituation() {
  385. return accomplishSituation;
  386. }
  387. public void setAccomplishSituation(String accomplishSituation) {
  388. this.accomplishSituation = accomplishSituation;
  389. }
  390. public String getIntellectualProperty() {
  391. return intellectualProperty;
  392. }
  393. public void setIntellectualProperty(String intellectualProperty) {
  394. this.intellectualProperty = intellectualProperty;
  395. }
  396. public Integer getCreditRating() {
  397. return creditRating;
  398. }
  399. public void setCreditRating(Integer creditRating) {
  400. this.creditRating = creditRating;
  401. }
  402. public Integer getLevel() {
  403. return level;
  404. }
  405. public void setLevel(Integer level) {
  406. this.level = level;
  407. }
  408. public Integer getAuthentication() {
  409. return authentication;
  410. }
  411. public void setAuthentication(Integer authentication) {
  412. this.authentication = authentication;
  413. }
  414. public String getUsername() {
  415. return username;
  416. }
  417. public void setUsername(String username) {
  418. this.username = username;
  419. }
  420. public Double getIntegrity() {
  421. return integrity;
  422. }
  423. public void setIntegrity(Double integrity) {
  424. this.integrity = integrity;
  425. }
  426. public String getToInviteCode() {
  427. return toInviteCode;
  428. }
  429. public void setToInviteCode(String toInviteCode) {
  430. this.toInviteCode = toInviteCode;
  431. }
  432. public String getBeInviteCode() {
  433. return beInviteCode;
  434. }
  435. public void setBeInviteCode(String beInviteCode) {
  436. this.beInviteCode = beInviteCode;
  437. }
  438. public Integer getGuidance() {
  439. return guidance;
  440. }
  441. public void setGuidance(Integer guidance) {
  442. this.guidance = guidance;
  443. }
  444. public Integer getSignBills() {
  445. return signBills;
  446. }
  447. public void setSignBills(Integer signBills) {
  448. this.signBills = signBills;
  449. }
  450. public Integer getChannel() {
  451. return channel;
  452. }
  453. public void setChannel(Integer channel) {
  454. this.channel = channel;
  455. }
  456. public Integer getNewChannel() {
  457. return newChannel;
  458. }
  459. public void setNewChannel(Integer newChannel) {
  460. this.newChannel = newChannel;
  461. }
  462. public Date getSignTime() {
  463. return signTime;
  464. }
  465. public void setSignTime(Date signTime) {
  466. this.signTime = signTime;
  467. }
  468. public Integer getCallStatus() {
  469. return callStatus;
  470. }
  471. public void setCallStatus(Integer callStatus) {
  472. this.callStatus = callStatus;
  473. }
  474. public Integer getClueStatus() {
  475. return clueStatus;
  476. }
  477. public void setClueStatus(Integer clueStatus) {
  478. this.clueStatus = clueStatus;
  479. }
  480. public Integer getClueProcess() {
  481. return clueProcess;
  482. }
  483. public void setClueProcess(Integer clueProcess) {
  484. this.clueProcess = clueProcess;
  485. }
  486. public Date getClueTime() {
  487. return clueTime;
  488. }
  489. public void setClueTime(Date clueTime) {
  490. this.clueTime = clueTime;
  491. }
  492. public String getClueAid() {
  493. return clueAid;
  494. }
  495. public void setClueAid(String clueAid) {
  496. this.clueAid = clueAid;
  497. }
  498. public Date getClueTransferTime() {
  499. return clueTransferTime;
  500. }
  501. public void setClueTransferTime(Date clueTransferTime) {
  502. this.clueTransferTime = clueTransferTime;
  503. }
  504. public Integer getNature() {
  505. return nature;
  506. }
  507. public void setNature(Integer nature) {
  508. this.nature = nature;
  509. }
  510. public String getNatureOther() {
  511. return natureOther;
  512. }
  513. public void setNatureOther(String natureOther) {
  514. this.natureOther = natureOther;
  515. }
  516. public Integer getEnterpriseNature() {
  517. return enterpriseNature;
  518. }
  519. public void setEnterpriseNature(Integer enterpriseNature) {
  520. this.enterpriseNature = enterpriseNature;
  521. }
  522. public Integer getListedNature() {
  523. return listedNature;
  524. }
  525. public void setListedNature(Integer listedNature) {
  526. this.listedNature = listedNature;
  527. }
  528. }