OutUserChannel.java 8.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339
  1. package com.goafanti.user.bo;
  2. import java.util.Date;
  3. import com.goafanti.common.utils.excel.Excel;
  4. public class OutUserChannel {
  5. /**
  6. *
  7. * This field was generated by MyBatis Generator.
  8. * This field corresponds to the database column user_channel.id
  9. *
  10. * @mbg.generated Thu Apr 22 09:06:45 CST 2021
  11. */
  12. private Integer id;
  13. /**
  14. *
  15. * This field was generated by MyBatis Generator.
  16. * This field corresponds to the database column user_channel.uid
  17. *
  18. * @mbg.generated Thu Apr 22 09:06:45 CST 2021
  19. */
  20. private String uid;
  21. /**
  22. *
  23. * This field was generated by MyBatis Generator.
  24. * This field corresponds to the database column user_channel.aid
  25. *
  26. * @mbg.generated Thu Apr 22 09:06:45 CST 2021
  27. */
  28. private String aid;
  29. /**
  30. *
  31. * This field was generated by MyBatis Generator.
  32. * This field corresponds to the database column user_channel.status
  33. *
  34. * @mbg.generated Thu Apr 22 09:06:45 CST 2021
  35. */
  36. /**
  37. *
  38. * This field was generated by MyBatis Generator.
  39. * This field corresponds to the database column user_channel.distribution_time
  40. *
  41. * @mbg.generated Thu Apr 22 09:06:45 CST 2021
  42. */
  43. private Date distributionTime;
  44. /**
  45. *
  46. * This field was generated by MyBatis Generator.
  47. * This field corresponds to the database column user_channel.create_time
  48. *
  49. * @mbg.generated Thu Apr 22 09:06:45 CST 2021
  50. */
  51. private Date createTime;
  52. private String channelName;
  53. private String adminName;
  54. @Excel(name = "客户名称")
  55. private String userName;
  56. @Excel(name = "省")
  57. private String province;
  58. @Excel(name = "市")
  59. private String city;
  60. @Excel(name = "社会性质",readConverterExp = "0=社会企业,1=科研单位,2=高等院校,3=科研专家,4=科技达人,5=服务机构,6=政府部门,7=商会,8=协会,9=其他组织,10=其他个人")
  61. private String societyTag;
  62. public String getSocietyTag() {
  63. return societyTag;
  64. }
  65. public void setSocietyTag(String societyTag) {
  66. this.societyTag = societyTag;
  67. }
  68. private String distributionTimes;
  69. @Excel(name = "联系人")
  70. private String contacts;
  71. @Excel(name = "联系人电话")
  72. private String contactMobile;
  73. @Excel(name = "导入时间")
  74. private String createTimes;
  75. @Excel(name = "备注")
  76. private String remarks;
  77. private Integer guidance;
  78. private Integer recovery;
  79. @Excel(name = "未导入原因",readConverterExp = " 3=已存在私有,4=已存在公共,5=已存在签单")
  80. private Integer status;
  81. public String getRemarks() {
  82. return remarks;
  83. }
  84. public void setRemarks(String remarks) {
  85. this.remarks = remarks;
  86. }
  87. /**
  88. * This method was generated by MyBatis Generator.
  89. * This method returns the value of the database column user_channel.id
  90. *
  91. * @return the value of user_channel.id
  92. *
  93. * @mbg.generated Thu Apr 22 09:06:45 CST 2021
  94. */
  95. public Integer getId() {
  96. return id;
  97. }
  98. /**
  99. * This method was generated by MyBatis Generator.
  100. * This method sets the value of the database column user_channel.id
  101. *
  102. * @param id the value for user_channel.id
  103. *
  104. * @mbg.generated Thu Apr 22 09:06:45 CST 2021
  105. */
  106. public void setId(Integer id) {
  107. this.id = id;
  108. }
  109. /**
  110. * This method was generated by MyBatis Generator.
  111. * This method returns the value of the database column user_channel.uid
  112. *
  113. * @return the value of user_channel.uid
  114. *
  115. * @mbg.generated Thu Apr 22 09:06:45 CST 2021
  116. */
  117. public String getUid() {
  118. return uid;
  119. }
  120. /**
  121. * This method was generated by MyBatis Generator.
  122. * This method sets the value of the database column user_channel.uid
  123. *
  124. * @param uid the value for user_channel.uid
  125. *
  126. * @mbg.generated Thu Apr 22 09:06:45 CST 2021
  127. */
  128. public void setUid(String uid) {
  129. this.uid = uid == null ? null : uid.trim();
  130. }
  131. /**
  132. * This method was generated by MyBatis Generator.
  133. * This method returns the value of the database column user_channel.aid
  134. *
  135. * @return the value of user_channel.aid
  136. *
  137. * @mbg.generated Thu Apr 22 09:06:45 CST 2021
  138. */
  139. public String getAid() {
  140. return aid;
  141. }
  142. /**
  143. * This method was generated by MyBatis Generator.
  144. * This method sets the value of the database column user_channel.aid
  145. *
  146. * @param aid the value for user_channel.aid
  147. *
  148. * @mbg.generated Thu Apr 22 09:06:45 CST 2021
  149. */
  150. public void setAid(String aid) {
  151. this.aid = aid == null ? null : aid.trim();
  152. }
  153. /**
  154. * This method was generated by MyBatis Generator.
  155. * This method returns the value of the database column user_channel.status
  156. *
  157. * @return the value of user_channel.status
  158. *
  159. * @mbg.generated Thu Apr 22 09:06:45 CST 2021
  160. */
  161. public Integer getStatus() {
  162. return status;
  163. }
  164. /**
  165. * This method was generated by MyBatis Generator.
  166. * This method sets the value of the database column user_channel.status
  167. *
  168. * @param status the value for user_channel.status
  169. *
  170. * @mbg.generated Thu Apr 22 09:06:45 CST 2021
  171. */
  172. public void setStatus(Integer status) {
  173. this.status = status;
  174. }
  175. /**
  176. * This method was generated by MyBatis Generator.
  177. * This method returns the value of the database column user_channel.distribution_time
  178. *
  179. * @return the value of user_channel.distribution_time
  180. *
  181. * @mbg.generated Thu Apr 22 09:06:45 CST 2021
  182. */
  183. public Date getDistributionTime() {
  184. return distributionTime;
  185. }
  186. /**
  187. * This method was generated by MyBatis Generator.
  188. * This method sets the value of the database column user_channel.distribution_time
  189. *
  190. * @param distributionTime the value for user_channel.distribution_time
  191. *
  192. * @mbg.generated Thu Apr 22 09:06:45 CST 2021
  193. */
  194. public void setDistributionTime(Date distributionTime) {
  195. this.distributionTime = distributionTime;
  196. }
  197. /**
  198. * This method was generated by MyBatis Generator.
  199. * This method returns the value of the database column user_channel.create_time
  200. *
  201. * @return the value of user_channel.create_time
  202. *
  203. * @mbg.generated Thu Apr 22 09:06:45 CST 2021
  204. */
  205. public Date getCreateTime() {
  206. return createTime;
  207. }
  208. /**
  209. * This method was generated by MyBatis Generator.
  210. * This method sets the value of the database column user_channel.create_time
  211. *
  212. * @param createTime the value for user_channel.create_time
  213. *
  214. * @mbg.generated Thu Apr 22 09:06:45 CST 2021
  215. */
  216. public void setCreateTime(Date createTime) {
  217. this.createTime = createTime;
  218. }
  219. public String getUserName() {
  220. return userName;
  221. }
  222. public void setUserName(String userName) {
  223. this.userName = userName;
  224. }
  225. public String getCreateTimes() {
  226. return createTimes;
  227. }
  228. public void setCreateTimes(String createTimes) {
  229. this.createTimes = createTimes;
  230. }
  231. public String getDistributionTimes() {
  232. return distributionTimes;
  233. }
  234. public void setDistributionTimes(String distributionTimes) {
  235. this.distributionTimes = distributionTimes;
  236. }
  237. public String getProvince() {
  238. return province;
  239. }
  240. public void setProvince(String province) {
  241. this.province = province;
  242. }
  243. public String getCity() {
  244. return city;
  245. }
  246. public void setCity(String city) {
  247. this.city = city;
  248. }
  249. public String getContacts() {
  250. return contacts;
  251. }
  252. public void setContacts(String contacts) {
  253. this.contacts = contacts;
  254. }
  255. public String getContactMobile() {
  256. return contactMobile;
  257. }
  258. public void setContactMobile(String contactMobile) {
  259. this.contactMobile = contactMobile;
  260. }
  261. public String getChannelName() {
  262. return channelName;
  263. }
  264. public void setChannelName(String channelName) {
  265. this.channelName = channelName;
  266. }
  267. public String getAdminName() {
  268. return adminName;
  269. }
  270. public void setAdminName(String adminName) {
  271. this.adminName = adminName;
  272. }
  273. public Integer getGuidance() {
  274. return guidance;
  275. }
  276. public void setGuidance(Integer guidance) {
  277. this.guidance = guidance;
  278. }
  279. public Integer getRecovery() {
  280. return recovery;
  281. }
  282. public void setRecovery(Integer recovery) {
  283. this.recovery = recovery;
  284. }
  285. }