OutSelectUserArchives.java 5.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254
  1. package com.goafanti.customer.bo;
  2. import com.fasterxml.jackson.annotation.JsonFormat;
  3. import java.util.Date;
  4. public class OutSelectUserArchives {
  5. private String id;
  6. private String nickname;
  7. private String province;
  8. private String city;
  9. private String area;
  10. private Integer shareType;
  11. private Integer channelType;
  12. private Integer enterpriseCount;
  13. private String contactName;
  14. private String adminName;
  15. private String channelIndicators;
  16. private String interviewIdeas;
  17. private String intendedProject;
  18. private String interviewDistribution;
  19. private String depName;
  20. private String industry;
  21. private String businessScope;
  22. private String financialData;
  23. private String earlyCommunication;
  24. private Integer patentCount;
  25. private Integer inventionPatentCount;
  26. private Integer utilityModelCount;
  27. private Integer appearancePatentCount;
  28. private Integer softwareWorksCount;
  29. private Integer otherCount;
  30. private Date createTime;
  31. private Date updateTime;
  32. @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss",timezone = "GMT+8")
  33. public Date getCreateTime() {
  34. return createTime;
  35. }
  36. public void setCreateTime(Date createTime) {
  37. this.createTime = createTime;
  38. }
  39. @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss",timezone = "GMT+8")
  40. public Date getUpdateTime() {
  41. return updateTime;
  42. }
  43. public void setUpdateTime(Date updateTime) {
  44. this.updateTime = updateTime;
  45. }
  46. public String getId() {
  47. return id;
  48. }
  49. public void setId(String id) {
  50. this.id = id;
  51. }
  52. public String getNickname() {
  53. return nickname;
  54. }
  55. public void setNickname(String nickname) {
  56. this.nickname = nickname;
  57. }
  58. public String getProvince() {
  59. return province;
  60. }
  61. public void setProvince(String province) {
  62. this.province = province;
  63. }
  64. public String getCity() {
  65. return city;
  66. }
  67. public void setCity(String city) {
  68. this.city = city;
  69. }
  70. public String getArea() {
  71. return area;
  72. }
  73. public void setArea(String area) {
  74. this.area = area;
  75. }
  76. public Integer getShareType() {
  77. return shareType;
  78. }
  79. public void setShareType(Integer shareType) {
  80. this.shareType = shareType;
  81. }
  82. public Integer getChannelType() {
  83. return channelType;
  84. }
  85. public void setChannelType(Integer channelType) {
  86. this.channelType = channelType;
  87. }
  88. public Integer getEnterpriseCount() {
  89. return enterpriseCount;
  90. }
  91. public void setEnterpriseCount(Integer enterpriseCount) {
  92. this.enterpriseCount = enterpriseCount;
  93. }
  94. public String getContactName() {
  95. return contactName;
  96. }
  97. public void setContactName(String contactName) {
  98. this.contactName = contactName;
  99. }
  100. public String getAdminName() {
  101. return adminName;
  102. }
  103. public void setAdminName(String adminName) {
  104. this.adminName = adminName;
  105. }
  106. public String getChannelIndicators() {
  107. return channelIndicators;
  108. }
  109. public void setChannelIndicators(String channelIndicators) {
  110. this.channelIndicators = channelIndicators;
  111. }
  112. public String getInterviewIdeas() {
  113. return interviewIdeas;
  114. }
  115. public void setInterviewIdeas(String interviewIdeas) {
  116. this.interviewIdeas = interviewIdeas;
  117. }
  118. public String getIntendedProject() {
  119. return intendedProject;
  120. }
  121. public void setIntendedProject(String intendedProject) {
  122. this.intendedProject = intendedProject;
  123. }
  124. public String getInterviewDistribution() {
  125. return interviewDistribution;
  126. }
  127. public void setInterviewDistribution(String interviewDistribution) {
  128. this.interviewDistribution = interviewDistribution;
  129. }
  130. public String getDepName() {
  131. return depName;
  132. }
  133. public void setDepName(String depName) {
  134. this.depName = depName;
  135. }
  136. public String getIndustry() {
  137. return industry;
  138. }
  139. public void setIndustry(String industry) {
  140. this.industry = industry;
  141. }
  142. public String getBusinessScope() {
  143. return businessScope;
  144. }
  145. public void setBusinessScope(String businessScope) {
  146. this.businessScope = businessScope;
  147. }
  148. public String getFinancialData() {
  149. return financialData;
  150. }
  151. public void setFinancialData(String financialData) {
  152. this.financialData = financialData;
  153. }
  154. public String getEarlyCommunication() {
  155. return earlyCommunication;
  156. }
  157. public void setEarlyCommunication(String earlyCommunication) {
  158. this.earlyCommunication = earlyCommunication;
  159. }
  160. public Integer getPatentCount() {
  161. return patentCount;
  162. }
  163. public void setPatentCount(Integer patentCount) {
  164. this.patentCount = patentCount;
  165. }
  166. public Integer getInventionPatentCount() {
  167. return inventionPatentCount;
  168. }
  169. public void setInventionPatentCount(Integer inventionPatentCount) {
  170. this.inventionPatentCount = inventionPatentCount;
  171. }
  172. public Integer getUtilityModelCount() {
  173. return utilityModelCount;
  174. }
  175. public void setUtilityModelCount(Integer utilityModelCount) {
  176. this.utilityModelCount = utilityModelCount;
  177. }
  178. public Integer getAppearancePatentCount() {
  179. return appearancePatentCount;
  180. }
  181. public void setAppearancePatentCount(Integer appearancePatentCount) {
  182. this.appearancePatentCount = appearancePatentCount;
  183. }
  184. public Integer getSoftwareWorksCount() {
  185. return softwareWorksCount;
  186. }
  187. public void setSoftwareWorksCount(Integer softwareWorksCount) {
  188. this.softwareWorksCount = softwareWorksCount;
  189. }
  190. public Integer getOtherCount() {
  191. return otherCount;
  192. }
  193. public void setOtherCount(Integer otherCount) {
  194. this.otherCount = otherCount;
  195. }
  196. }