InputProjectStatistics.java 4.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223
  1. package com.goafanti.order.bo;
  2. public class InputProjectStatistics {
  3. private String startDate;
  4. private String endDate;
  5. private String deps;
  6. private String thchDeps;
  7. private String projectStatus;
  8. private Integer projectType;
  9. private String orderNo;
  10. private String contractNo;
  11. private String userName;
  12. private Integer declarationBatch;
  13. private Integer projectSituation;
  14. private Integer projectAmount;
  15. private Integer pageNo;
  16. private Integer pageSize;
  17. // 0通用 1高新 2双软 3软著 4专利 5会员 6审计
  18. private Integer status;
  19. private String depName;
  20. private String thchDepName;
  21. private String thchId;
  22. private String projectStatusName;
  23. private String projectTypeName;
  24. private Integer province;
  25. private String provinceName;
  26. private String projectId;
  27. private String type;
  28. /**
  29. * 筛选项 0库存 1派单 2完成 3立项 4抽查 5未通过 6受理 7完结 8授权 9驳回 10下证 11申请
  30. */
  31. private Integer screen;
  32. private Integer taskProjectStatus;
  33. /**
  34. * 满意度状态
  35. * 0未发放 1已发放 2已回收(非常满意) 3已回收(满意) 4已回收(一般) 5已回收(不满意)
  36. */
  37. private Integer sdStatus;
  38. public String getType() {
  39. return type;
  40. }
  41. public void setType(String type) {
  42. this.type = type;
  43. }
  44. public Integer getSdStatus() {
  45. return sdStatus;
  46. }
  47. public void setSdStatus(Integer sdStatus) {
  48. this.sdStatus = sdStatus;
  49. }
  50. public Integer getTaskProjectStatus() {
  51. return taskProjectStatus;
  52. }
  53. public void setTaskProjectStatus(Integer taskProjectStatus) {
  54. this.taskProjectStatus = taskProjectStatus;
  55. }
  56. public String getThchId() {
  57. return thchId;
  58. }
  59. public void setThchId(String thchId) {
  60. this.thchId = thchId;
  61. }
  62. public String getProvinceName() {
  63. return provinceName;
  64. }
  65. public void setProvinceName(String provinceName) {
  66. this.provinceName = provinceName;
  67. }
  68. public Integer getStatus() {
  69. return status;
  70. }
  71. public void setStatus(Integer status) {
  72. this.status = status;
  73. }
  74. public String getDepName() {
  75. return depName;
  76. }
  77. public void setDepName(String depName) {
  78. this.depName = depName;
  79. }
  80. public String getThchDepName() {
  81. return thchDepName;
  82. }
  83. public void setThchDepName(String thchDepName) {
  84. this.thchDepName = thchDepName;
  85. }
  86. public String getStartDate() {
  87. return startDate;
  88. }
  89. public void setStartDate(String startDate) {
  90. this.startDate = startDate;
  91. }
  92. public String getEndDate() {
  93. return endDate;
  94. }
  95. public void setEndDate(String endDate) {
  96. this.endDate = endDate;
  97. }
  98. public String getDeps() {
  99. return deps;
  100. }
  101. public void setDeps(String deps) {
  102. this.deps = deps;
  103. }
  104. public String getThchDeps() {
  105. return thchDeps;
  106. }
  107. public void setThchDeps(String thchDeps) {
  108. this.thchDeps = thchDeps;
  109. }
  110. public String getProjectStatus() {
  111. return projectStatus;
  112. }
  113. public void setProjectStatus(String projectStatus) {
  114. this.projectStatus = projectStatus;
  115. }
  116. public Integer getProjectType() {
  117. return projectType;
  118. }
  119. public void setProjectType(Integer projectType) {
  120. this.projectType = projectType;
  121. }
  122. public String getOrderNo() {
  123. return orderNo;
  124. }
  125. public void setOrderNo(String orderNo) {
  126. this.orderNo = orderNo;
  127. }
  128. public String getContractNo() {
  129. return contractNo;
  130. }
  131. public void setContractNo(String contractNo) {
  132. this.contractNo = contractNo;
  133. }
  134. public String getUserName() {
  135. return userName;
  136. }
  137. public void setUserName(String userName) {
  138. this.userName = userName;
  139. }
  140. public Integer getDeclarationBatch() {
  141. return declarationBatch;
  142. }
  143. public void setDeclarationBatch(Integer declarationBatch) {
  144. this.declarationBatch = declarationBatch;
  145. }
  146. public Integer getProjectSituation() {
  147. return projectSituation;
  148. }
  149. public void setProjectSituation(Integer projectSituation) {
  150. this.projectSituation = projectSituation;
  151. }
  152. public Integer getPageNo() {
  153. return pageNo;
  154. }
  155. public void setPageNo(Integer pageNo) {
  156. this.pageNo = pageNo;
  157. }
  158. public Integer getPageSize() {
  159. return pageSize;
  160. }
  161. public void setPageSize(Integer pageSize) {
  162. this.pageSize = pageSize;
  163. }
  164. public Integer getProjectAmount() {
  165. return projectAmount;
  166. }
  167. public void setProjectAmount(Integer projectAmount) {
  168. this.projectAmount = projectAmount;
  169. }
  170. public String getProjectStatusName() {
  171. return projectStatusName;
  172. }
  173. public void setProjectStatusName(String projectStatusName) {
  174. this.projectStatusName = projectStatusName;
  175. }
  176. public String getProjectTypeName() {
  177. return projectTypeName;
  178. }
  179. public void setProjectTypeName(String projectTypeName) {
  180. this.projectTypeName = projectTypeName;
  181. }
  182. public Integer getProvince() {
  183. return province;
  184. }
  185. public void setProvince(Integer province) {
  186. this.province = province;
  187. }
  188. public String getProjectId() {
  189. return projectId;
  190. }
  191. public void setProjectId(String projectId) {
  192. this.projectId = projectId;
  193. }
  194. public Integer getScreen() {
  195. return screen;
  196. }
  197. public void setScreen(Integer screen) {
  198. this.screen = screen;
  199. }
  200. }