TTaskMid.java 6.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320
  1. package com.goafanti.common.model;
  2. import java.io.Serializable;
  3. import java.math.BigDecimal;
  4. import java.util.Date;
  5. /**
  6. * t_task_mid
  7. * @author
  8. */
  9. public class TTaskMid implements Serializable {
  10. /**
  11. * 编号
  12. */
  13. private Integer id;
  14. /**
  15. * 项目id
  16. */
  17. private Integer tid;
  18. /**
  19. * 成本金额
  20. */
  21. private BigDecimal costAmount;
  22. /**
  23. * 付款金额
  24. */
  25. private BigDecimal partyAmount;
  26. /**
  27. * 创建时间
  28. */
  29. private Date createTime;
  30. /**
  31. * 证书数量
  32. */
  33. private Integer certificatesCount;
  34. /**
  35. * 加急天数
  36. */
  37. private Integer urgentDay;
  38. /**
  39. * 有无材料
  40. */
  41. private Integer ifMaterial;
  42. /**
  43. * 驳回数
  44. */
  45. private Integer rejectCount;
  46. /**
  47. * 受理数
  48. */
  49. private Integer acceptCount;
  50. /**
  51. * 完结数
  52. */
  53. private Integer endCount;
  54. /**
  55. * 授权数
  56. */
  57. private Integer authorizeCount;
  58. /**
  59. * 申请数
  60. */
  61. private Integer applyCount;
  62. /**
  63. * 高新复审 0否 1是
  64. */
  65. private Integer highNewRetrial;
  66. /**
  67. * 派单数
  68. */
  69. private Integer dispatchCount;
  70. /**
  71. * 库存数
  72. */
  73. private Integer stockCount;
  74. /**
  75. * 完成数
  76. */
  77. private Integer completeCount;
  78. /**
  79. * 公示数
  80. */
  81. private Integer promulgateCount;
  82. /**
  83. * 派单省份
  84. */
  85. private Integer dispatchProvince;
  86. /**
  87. * 责任部门
  88. */
  89. private String dutyDep;
  90. /**
  91. * 立项数
  92. */
  93. private Integer setUpCount;
  94. /**
  95. * 抽查数
  96. */
  97. private Integer spotCheckCount;
  98. /**
  99. * 未通过数
  100. */
  101. private Integer failCount;
  102. private static final long serialVersionUID = 1L;
  103. public Integer getId() {
  104. return id;
  105. }
  106. public void setId(Integer id) {
  107. this.id = id;
  108. }
  109. public Integer getTid() {
  110. return tid;
  111. }
  112. public void setTid(Integer tid) {
  113. this.tid = tid;
  114. }
  115. public BigDecimal getCostAmount() {
  116. return costAmount;
  117. }
  118. public void setCostAmount(BigDecimal costAmount) {
  119. this.costAmount = costAmount;
  120. }
  121. public BigDecimal getPartyAmount() {
  122. return partyAmount;
  123. }
  124. public void setPartyAmount(BigDecimal partyAmount) {
  125. this.partyAmount = partyAmount;
  126. }
  127. public Date getCreateTime() {
  128. return createTime;
  129. }
  130. public void setCreateTime(Date createTime) {
  131. this.createTime = createTime;
  132. }
  133. public Integer getCertificatesCount() {
  134. return certificatesCount;
  135. }
  136. public void setCertificatesCount(Integer certificatesCount) {
  137. this.certificatesCount = certificatesCount;
  138. }
  139. public Integer getUrgentDay() {
  140. return urgentDay;
  141. }
  142. public void setUrgentDay(Integer urgentDay) {
  143. this.urgentDay = urgentDay;
  144. }
  145. public Integer getIfMaterial() {
  146. return ifMaterial;
  147. }
  148. public void setIfMaterial(Integer ifMaterial) {
  149. this.ifMaterial = ifMaterial;
  150. }
  151. public Integer getRejectCount() {
  152. return rejectCount;
  153. }
  154. public void setRejectCount(Integer rejectCount) {
  155. this.rejectCount = rejectCount;
  156. }
  157. public Integer getAcceptCount() {
  158. return acceptCount;
  159. }
  160. public void setAcceptCount(Integer acceptCount) {
  161. this.acceptCount = acceptCount;
  162. }
  163. public Integer getEndCount() {
  164. return endCount;
  165. }
  166. public void setEndCount(Integer endCount) {
  167. this.endCount = endCount;
  168. }
  169. public Integer getAuthorizeCount() {
  170. return authorizeCount;
  171. }
  172. public void setAuthorizeCount(Integer authorizeCount) {
  173. this.authorizeCount = authorizeCount;
  174. }
  175. public Integer getApplyCount() {
  176. return applyCount;
  177. }
  178. public void setApplyCount(Integer applyCount) {
  179. this.applyCount = applyCount;
  180. }
  181. public Integer getHighNewRetrial() {
  182. return highNewRetrial;
  183. }
  184. public void setHighNewRetrial(Integer highNewRetrial) {
  185. this.highNewRetrial = highNewRetrial;
  186. }
  187. public Integer getDispatchCount() {
  188. return dispatchCount;
  189. }
  190. public void setDispatchCount(Integer dispatchCount) {
  191. this.dispatchCount = dispatchCount;
  192. }
  193. public Integer getStockCount() {
  194. return stockCount;
  195. }
  196. public void setStockCount(Integer stockCount) {
  197. this.stockCount = stockCount;
  198. }
  199. public Integer getCompleteCount() {
  200. return completeCount;
  201. }
  202. public void setCompleteCount(Integer completeCount) {
  203. this.completeCount = completeCount;
  204. }
  205. public Integer getPromulgateCount() {
  206. return promulgateCount;
  207. }
  208. public void setPromulgateCount(Integer promulgateCount) {
  209. this.promulgateCount = promulgateCount;
  210. }
  211. public Integer getDispatchProvince() {
  212. return dispatchProvince;
  213. }
  214. public void setDispatchProvince(Integer dispatchProvince) {
  215. this.dispatchProvince = dispatchProvince;
  216. }
  217. public String getDutyDep() {
  218. return dutyDep;
  219. }
  220. public void setDutyDep(String dutyDep) {
  221. this.dutyDep = dutyDep;
  222. }
  223. public Integer getSetUpCount() {
  224. return setUpCount;
  225. }
  226. public void setSetUpCount(Integer setUpCount) {
  227. this.setUpCount = setUpCount;
  228. }
  229. public Integer getSpotCheckCount() {
  230. return spotCheckCount;
  231. }
  232. public void setSpotCheckCount(Integer spotCheckCount) {
  233. this.spotCheckCount = spotCheckCount;
  234. }
  235. public Integer getFailCount() {
  236. return failCount;
  237. }
  238. public void setFailCount(Integer failCount) {
  239. this.failCount = failCount;
  240. }
  241. public TTaskMid(Integer tid, BigDecimal costAmount) {
  242. this.tid = tid;
  243. this.costAmount = costAmount;
  244. }
  245. public TTaskMid() {
  246. }
  247. }