OutProjectStatistics.java 9.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463
  1. package com.goafanti.order.bo;
  2. import com.fasterxml.jackson.annotation.JsonFormat;
  3. import java.math.BigDecimal;
  4. import java.util.Date;
  5. public class OutProjectStatistics {
  6. private Integer id;
  7. private String distributionTime;
  8. private String province;
  9. private String depName;
  10. private String salesmanName;
  11. private String contractNo;
  12. private String orderNo;
  13. private String userName;
  14. private String cname;
  15. private String pname;
  16. private String techName;
  17. private String techDepName;
  18. private Integer projectStatus;
  19. private Integer formRetrieve;
  20. private Integer satisfactionDegree;
  21. private Integer cSort;
  22. private Integer setUpStatus;
  23. private Integer highTechstatus;
  24. private String setUpTime;
  25. private Integer spotCheckStatus;
  26. private String contactMobile;
  27. private String legalPersonTel;
  28. private String certificateNumber;
  29. private String declarationBatch;
  30. private Integer commodityQuantity;
  31. private BigDecimal commodityPrice;
  32. /**下证时间*/
  33. private String licenceTime;
  34. /**任务备注*/
  35. private String taskComment;
  36. /**下证数*/
  37. private Integer certificatesCount;
  38. /**加急天数*/
  39. private Integer urgentDay;
  40. /**有无材料*/
  41. private Integer ifMaterial;
  42. /**成本*/
  43. private BigDecimal costAmount;
  44. /**利润*/
  45. private BigDecimal profit;
  46. /**驳回数*/
  47. private Integer rejectCount;
  48. /**专利编号*/
  49. private String patentNo;
  50. /**专利名称*/
  51. private String patentName;
  52. /**受理时间*/
  53. private String acceptTime;
  54. private String specialComment;
  55. private String orderRemarks;
  56. private String serviceType;
  57. private String serviceProject;
  58. //会员
  59. private String serviceLife;
  60. private String serviceYear;
  61. private Integer yearSum;
  62. private String contractTerm;
  63. //审计
  64. private String lastYear;
  65. private BigDecimal lastYearCapital;
  66. private BigDecimal lastYearIncome;
  67. private Integer approval;
  68. private String type;
  69. private String typeExplain;
  70. private Integer scoreStatus;
  71. private Integer scoreNumber;
  72. private Date scoreTime;
  73. @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8")
  74. public Date getScoreTime() {
  75. return scoreTime;
  76. }
  77. public void setScoreTime(Date scoreTime) {
  78. this.scoreTime = scoreTime;
  79. }
  80. public Integer getcSort() {
  81. return cSort;
  82. }
  83. public void setcSort(Integer cSort) {
  84. this.cSort = cSort;
  85. }
  86. public Integer getScoreStatus() {
  87. return scoreStatus;
  88. }
  89. public void setScoreStatus(Integer scoreStatus) {
  90. this.scoreStatus = scoreStatus;
  91. }
  92. public Integer getScoreNumber() {
  93. return scoreNumber;
  94. }
  95. public void setScoreNumber(Integer scoreNumber) {
  96. this.scoreNumber = scoreNumber;
  97. }
  98. public Integer getApproval() {
  99. return approval;
  100. }
  101. public void setApproval(Integer approval) {
  102. this.approval = approval;
  103. }
  104. public String getType() {
  105. return type;
  106. }
  107. public void setType(String type) {
  108. this.type = type;
  109. }
  110. public String getTypeExplain() {
  111. return typeExplain;
  112. }
  113. public void setTypeExplain(String typeExplain) {
  114. this.typeExplain = typeExplain;
  115. }
  116. public Integer getFormRetrieve() {
  117. return formRetrieve;
  118. }
  119. public void setFormRetrieve(Integer formRetrieve) {
  120. this.formRetrieve = formRetrieve;
  121. }
  122. public Integer getSatisfactionDegree() {
  123. return satisfactionDegree;
  124. }
  125. public void setSatisfactionDegree(Integer satisfactionDegree) {
  126. this.satisfactionDegree = satisfactionDegree;
  127. }
  128. public String getServiceType() {
  129. return serviceType;
  130. }
  131. public void setServiceType(String serviceType) {
  132. this.serviceType = serviceType;
  133. }
  134. public String getServiceProject() {
  135. return serviceProject;
  136. }
  137. public void setServiceProject(String serviceProject) {
  138. this.serviceProject = serviceProject;
  139. }
  140. public String getLastYear() {
  141. return lastYear;
  142. }
  143. public void setLastYear(String lastYear) {
  144. this.lastYear = lastYear;
  145. }
  146. public BigDecimal getLastYearCapital() {
  147. return lastYearCapital;
  148. }
  149. public void setLastYearCapital(BigDecimal lastYearCapital) {
  150. this.lastYearCapital = lastYearCapital;
  151. }
  152. public BigDecimal getLastYearIncome() {
  153. return lastYearIncome;
  154. }
  155. public void setLastYearIncome(BigDecimal lastYearIncome) {
  156. this.lastYearIncome = lastYearIncome;
  157. }
  158. public String getServiceLife() {
  159. return serviceLife;
  160. }
  161. public void setServiceLife(String serviceLife) {
  162. this.serviceLife = serviceLife;
  163. }
  164. public String getServiceYear() {
  165. return serviceYear;
  166. }
  167. public void setServiceYear(String serviceYear) {
  168. this.serviceYear = serviceYear;
  169. }
  170. public Integer getYearSum() {
  171. return yearSum;
  172. }
  173. public void setYearSum(Integer yearSum) {
  174. this.yearSum = yearSum;
  175. }
  176. public String getContractTerm() {
  177. return contractTerm;
  178. }
  179. public void setContractTerm(String contractTerm) {
  180. this.contractTerm = contractTerm;
  181. }
  182. public String getOrderRemarks() {
  183. return orderRemarks;
  184. }
  185. public void setOrderRemarks(String orderRemarks) {
  186. this.orderRemarks = orderRemarks;
  187. }
  188. public Integer getSetUpStatus() {
  189. return setUpStatus;
  190. }
  191. public void setSetUpStatus(Integer setUpStatus) {
  192. this.setUpStatus = setUpStatus;
  193. }
  194. public String getSetUpTime() {
  195. return setUpTime;
  196. }
  197. public void setSetUpTime(String setUpTime) {
  198. this.setUpTime = setUpTime;
  199. }
  200. public Integer getSpotCheckStatus() {
  201. return spotCheckStatus;
  202. }
  203. public void setSpotCheckStatus(Integer spotCheckStatus) {
  204. this.spotCheckStatus = spotCheckStatus;
  205. }
  206. public String getContactMobile() {
  207. return contactMobile;
  208. }
  209. public void setContactMobile(String contactMobile) {
  210. this.contactMobile = contactMobile;
  211. }
  212. public String getLegalPersonTel() {
  213. return legalPersonTel;
  214. }
  215. public void setLegalPersonTel(String legalPersonTel) {
  216. this.legalPersonTel = legalPersonTel;
  217. }
  218. public String getCertificateNumber() {
  219. return certificateNumber;
  220. }
  221. public void setCertificateNumber(String certificateNumber) {
  222. this.certificateNumber = certificateNumber;
  223. }
  224. public String getDeclarationBatch() {
  225. return declarationBatch;
  226. }
  227. public void setDeclarationBatch(String declarationBatch) {
  228. this.declarationBatch = declarationBatch;
  229. }
  230. public Integer getCommodityQuantity() {
  231. return commodityQuantity;
  232. }
  233. public void setCommodityQuantity(Integer commodityQuantity) {
  234. this.commodityQuantity = commodityQuantity;
  235. }
  236. public BigDecimal getCommodityPrice() {
  237. return commodityPrice;
  238. }
  239. public void setCommodityPrice(BigDecimal commodityPrice) {
  240. this.commodityPrice = commodityPrice;
  241. }
  242. public String getDistributionTime() {
  243. return distributionTime;
  244. }
  245. public void setDistributionTime(String distributionTime) {
  246. this.distributionTime = distributionTime;
  247. }
  248. public String getProvince() {
  249. return province;
  250. }
  251. public void setProvince(String province) {
  252. this.province = province;
  253. }
  254. public String getDepName() {
  255. return depName;
  256. }
  257. public void setDepName(String depName) {
  258. this.depName = depName;
  259. }
  260. public String getSalesmanName() {
  261. return salesmanName;
  262. }
  263. public void setSalesmanName(String salesmanName) {
  264. this.salesmanName = salesmanName;
  265. }
  266. public String getContractNo() {
  267. return contractNo;
  268. }
  269. public void setContractNo(String contractNo) {
  270. this.contractNo = contractNo;
  271. }
  272. public String getOrderNo() {
  273. return orderNo;
  274. }
  275. public void setOrderNo(String orderNo) {
  276. this.orderNo = orderNo;
  277. }
  278. public String getUserName() {
  279. return userName;
  280. }
  281. public void setUserName(String userName) {
  282. this.userName = userName;
  283. }
  284. public String getCname() {
  285. return cname;
  286. }
  287. public void setCname(String cname) {
  288. this.cname = cname;
  289. }
  290. public String getPname() {
  291. return pname;
  292. }
  293. public void setPname(String pname) {
  294. this.pname = pname;
  295. }
  296. public String getTechName() {
  297. return techName;
  298. }
  299. public void setTechName(String techName) {
  300. this.techName = techName;
  301. }
  302. public String getTechDepName() {
  303. return techDepName;
  304. }
  305. public void setTechDepName(String techDepName) {
  306. this.techDepName = techDepName;
  307. }
  308. public Integer getProjectStatus() {
  309. return projectStatus;
  310. }
  311. public void setProjectStatus(Integer projectStatus) {
  312. this.projectStatus = projectStatus;
  313. }
  314. public String getLicenceTime() {
  315. return licenceTime;
  316. }
  317. public void setLicenceTime(String licenceTime) {
  318. this.licenceTime = licenceTime;
  319. }
  320. public String getTaskComment() {
  321. return taskComment;
  322. }
  323. public void setTaskComment(String taskComment) {
  324. this.taskComment = taskComment;
  325. }
  326. public Integer getCertificatesCount() {
  327. return certificatesCount;
  328. }
  329. public void setCertificatesCount(Integer certificatesCount) {
  330. this.certificatesCount = certificatesCount;
  331. }
  332. public Integer getUrgentDay() {
  333. return urgentDay;
  334. }
  335. public void setUrgentDay(Integer urgentDay) {
  336. this.urgentDay = urgentDay;
  337. }
  338. public Integer getIfMaterial() {
  339. return ifMaterial;
  340. }
  341. public void setIfMaterial(Integer ifMaterial) {
  342. this.ifMaterial = ifMaterial;
  343. }
  344. public BigDecimal getCostAmount() {
  345. return costAmount;
  346. }
  347. public void setCostAmount(BigDecimal costAmount) {
  348. this.costAmount = costAmount;
  349. }
  350. public BigDecimal getProfit() {
  351. if (profit==null&&commodityPrice!=null&&costAmount!=null) {
  352. return commodityPrice.subtract(costAmount);
  353. }
  354. return profit;
  355. }
  356. public void setProfit(BigDecimal profit) {
  357. this.profit = profit;
  358. }
  359. public Integer getRejectCount() {
  360. return rejectCount;
  361. }
  362. public void setRejectCount(Integer rejectCount) {
  363. this.rejectCount = rejectCount;
  364. }
  365. public String getPatentName() {
  366. return patentName;
  367. }
  368. public void setPatentName(String patentName) {
  369. this.patentName = patentName;
  370. }
  371. public String getAcceptTime() {
  372. return acceptTime;
  373. }
  374. public void setAcceptTime(String acceptTime) {
  375. this.acceptTime = acceptTime;
  376. }
  377. public Integer getHighTechstatus() {
  378. return highTechstatus;
  379. }
  380. public void setHighTechstatus(Integer highTechstatus) {
  381. this.highTechstatus = highTechstatus;
  382. }
  383. public Integer getId() {
  384. return id;
  385. }
  386. public void setId(Integer id) {
  387. this.id = id;
  388. }
  389. public String getSpecialComment() {
  390. return specialComment;
  391. }
  392. public void setSpecialComment(String specialComment) {
  393. this.specialComment = specialComment;
  394. }
  395. public String getPatentNo() {
  396. return patentNo;
  397. }
  398. public void setPatentNo(String patentNo) {
  399. this.patentNo = patentNo;
  400. }
  401. }