a5ddbade2acd16402a3e3c2ceac4b8f50a716750.svn-base 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570
  1. package cn.com.goldenwater.dcproj.param;
  2. import cn.com.goldenwater.core.param.PageParam;
  3. import io.swagger.annotations.ApiModelProperty;
  4. import java.io.Serializable;
  5. import java.util.Date;
  6. /**
  7. * TacPawpBiofuamParam
  8. *
  9. * @author lune
  10. * @date 2019-6-19
  11. */
  12. public class TacPawpBiofuamParam extends PageParam implements Serializable {
  13. @ApiModelProperty("投资完成额年度其中征地移民投资(万元)")
  14. private String invmntCpltnYearLaiai;
  15. @ApiModelProperty("投资完成额累计其中征地移民投资(万元)")
  16. private String invmntCpltnTotalLaiai;
  17. @ApiModelProperty("投资完成额年度合计占到位资金比例%")
  18. private Double invmntCpltnYearSumRate;
  19. @ApiModelProperty("投资完成额年度建筑安装投资(万元)")
  20. private Double invmntCpltnYearCai;
  21. @ApiModelProperty("投资完成额年度设备投资(万元)")
  22. private Double invmntCpltnYearEi;
  23. @ApiModelProperty("投资完成额年度待摊投资(万元)")
  24. private String invmntCpltnYearDi;
  25. @ApiModelProperty("投资完成额年度其他(万元)")
  26. private String invmntCpltnYearOther;
  27. @ApiModelProperty("投资完成额累计合计(万元)")
  28. private Double invmntCpltnTotal;
  29. @ApiModelProperty("投资完成额累计合计占到位资金比例%")
  30. private Double invmntCpltnTotalRate;
  31. @ApiModelProperty("投资完成额累计建筑安装投资(万元)")
  32. private Double invmntCpltnTotalCai;
  33. @ApiModelProperty("投资完成额累计设备投资(万元)")
  34. private Double invmntCpltnTotalEi;
  35. @ApiModelProperty("投资完成额累计待摊投资(万元)")
  36. private String invmntCpltnTotalDi;
  37. @ApiModelProperty("投资完成额累计其他(万元)")
  38. private String invmntCpltnTotalOther;
  39. @ApiModelProperty("其他说明")
  40. private String remark;
  41. @ApiModelProperty("备注")
  42. private String note;
  43. @ApiModelProperty("记录人员ID")
  44. private String persId;
  45. @ApiModelProperty("创建时间")
  46. private Date intm;
  47. @ApiModelProperty("修改时间")
  48. private Date uptm;
  49. @ApiModelProperty("数据状态(0:正常;9:删除)")
  50. private String dataStat;
  51. @ApiModelProperty("主键ID")
  52. private String id;
  53. @ApiModelProperty("登记表ID")
  54. private String rgstrId;
  55. @ApiModelProperty("资金核算/管理单位")
  56. private String caMnagUnit;
  57. @ApiModelProperty("财务人员是否配备(1:是;2:否)")
  58. private String numppIsEqp;
  59. @ApiModelProperty("会计人数")
  60. private Long bkkpNum;
  61. @ApiModelProperty("出纳人数")
  62. private Long tllNum;
  63. @ApiModelProperty("财务管理制度(1:是;2:否)")
  64. private String fnclCtrlSys;
  65. @ApiModelProperty("单独建账核算(1:是;2:否)")
  66. private String suzas;
  67. @ApiModelProperty("执行的会计制度")
  68. private String implmttnAcntSys;
  69. @ApiModelProperty("资金到位年度")
  70. private String fundArvYear;
  71. @ApiModelProperty("资金到位年度合计金额(万元)")
  72. private Double fundArvYearSum;
  73. @ApiModelProperty("资金到位年度合计到位率%")
  74. private Double fundArvYearSumRate;
  75. @ApiModelProperty("资金到位年度中央金额(万元)")
  76. private Double fundArvYearCenter;
  77. @ApiModelProperty("资金到位年度中央到位率%")
  78. private Double fundArvYearCenterRate;
  79. @ApiModelProperty("资金到位年度省金额(万元)")
  80. private Double fundArvYearPro;
  81. @ApiModelProperty("资金到位年度省到位率%")
  82. private Double fundArvYearProRate;
  83. @ApiModelProperty("资金到位年度市金额(万元)")
  84. private Double fundArvYearCity;
  85. @ApiModelProperty("资金到位年度市到位率%")
  86. private Double fundArvYearCityRate;
  87. @ApiModelProperty("资金到位年度县金额(万元)")
  88. private Double fundArvYearCnty;
  89. @ApiModelProperty("资金到位年度县到位率%")
  90. private Double fundArvYearCntyRate;
  91. @ApiModelProperty("资金到位年度其他金额(万元)")
  92. private Double fundArvYearOther;
  93. @ApiModelProperty("资金到位年度其他到位率%")
  94. private Double fundArvYearOtherRate;
  95. @ApiModelProperty("资金到位累计合计金额(万元)")
  96. private Double fundArvTotalSum;
  97. @ApiModelProperty("资金到位累计合计到位率%")
  98. private Double fundArvTotalSumRate;
  99. @ApiModelProperty("资金到位累计中央金额(万元)")
  100. private Double fundArvTotalCenter;
  101. @ApiModelProperty("资金到位累计中央到位率%")
  102. private Double fundArvTotalCenterRate;
  103. @ApiModelProperty("资金到位累计省金额(万元)")
  104. private Double fundArvTotalPro;
  105. @ApiModelProperty("资金到位累计省到位率%")
  106. private Double fundArvTotalProRate;
  107. @ApiModelProperty("资金到位累计市金额(万元)")
  108. private Double fundArvTotalCity;
  109. @ApiModelProperty("资金到位累计市到位率%")
  110. private Double fundArvTotalCityRate;
  111. @ApiModelProperty("资金到位累计县金额(万元)")
  112. private Double fundArvTotalCnty;
  113. @ApiModelProperty("资金到位累计县到位率%")
  114. private Double fundArvTotalCntyRate;
  115. @ApiModelProperty("资金到位累计其他金额(万元)")
  116. private Double fundArvTotalOther;
  117. @ApiModelProperty("资金到位累计其他到位率%")
  118. private Double fundArvTotalOtherRate;
  119. @ApiModelProperty("投资完成额年度")
  120. private String invmntCpltnYear;
  121. @ApiModelProperty("投资完成额年度合计(万元)")
  122. private Double invmntCpltnYearSum;
  123. public TacPawpBiofuamParam() {
  124. }
  125. public String getInvmntCpltnYearLaiai() {
  126. return invmntCpltnYearLaiai;
  127. }
  128. public void setInvmntCpltnYearLaiai(String invmntCpltnYearLaiai) {
  129. this.invmntCpltnYearLaiai = invmntCpltnYearLaiai;
  130. }
  131. public String getInvmntCpltnTotalLaiai() {
  132. return invmntCpltnTotalLaiai;
  133. }
  134. public void setInvmntCpltnTotalLaiai(String invmntCpltnTotalLaiai) {
  135. this.invmntCpltnTotalLaiai = invmntCpltnTotalLaiai;
  136. }
  137. public Double getInvmntCpltnYearSumRate() {
  138. return invmntCpltnYearSumRate;
  139. }
  140. public void setInvmntCpltnYearSumRate(Double invmntCpltnYearSumRate) {
  141. this.invmntCpltnYearSumRate = invmntCpltnYearSumRate;
  142. }
  143. public Double getInvmntCpltnYearCai() {
  144. return invmntCpltnYearCai;
  145. }
  146. public void setInvmntCpltnYearCai(Double invmntCpltnYearCai) {
  147. this.invmntCpltnYearCai = invmntCpltnYearCai;
  148. }
  149. public Double getInvmntCpltnYearEi() {
  150. return invmntCpltnYearEi;
  151. }
  152. public void setInvmntCpltnYearEi(Double invmntCpltnYearEi) {
  153. this.invmntCpltnYearEi = invmntCpltnYearEi;
  154. }
  155. public String getInvmntCpltnYearDi() {
  156. return invmntCpltnYearDi;
  157. }
  158. public void setInvmntCpltnYearDi(String invmntCpltnYearDi) {
  159. this.invmntCpltnYearDi = invmntCpltnYearDi;
  160. }
  161. public String getInvmntCpltnYearOther() {
  162. return invmntCpltnYearOther;
  163. }
  164. public void setInvmntCpltnYearOther(String invmntCpltnYearOther) {
  165. this.invmntCpltnYearOther = invmntCpltnYearOther;
  166. }
  167. public Double getInvmntCpltnTotal() {
  168. return invmntCpltnTotal;
  169. }
  170. public void setInvmntCpltnTotal(Double invmntCpltnTotal) {
  171. this.invmntCpltnTotal = invmntCpltnTotal;
  172. }
  173. public Double getInvmntCpltnTotalRate() {
  174. return invmntCpltnTotalRate;
  175. }
  176. public void setInvmntCpltnTotalRate(Double invmntCpltnTotalRate) {
  177. this.invmntCpltnTotalRate = invmntCpltnTotalRate;
  178. }
  179. public Double getInvmntCpltnTotalCai() {
  180. return invmntCpltnTotalCai;
  181. }
  182. public void setInvmntCpltnTotalCai(Double invmntCpltnTotalCai) {
  183. this.invmntCpltnTotalCai = invmntCpltnTotalCai;
  184. }
  185. public Double getInvmntCpltnTotalEi() {
  186. return invmntCpltnTotalEi;
  187. }
  188. public void setInvmntCpltnTotalEi(Double invmntCpltnTotalEi) {
  189. this.invmntCpltnTotalEi = invmntCpltnTotalEi;
  190. }
  191. public String getInvmntCpltnTotalDi() {
  192. return invmntCpltnTotalDi;
  193. }
  194. public void setInvmntCpltnTotalDi(String invmntCpltnTotalDi) {
  195. this.invmntCpltnTotalDi = invmntCpltnTotalDi;
  196. }
  197. public String getInvmntCpltnTotalOther() {
  198. return invmntCpltnTotalOther;
  199. }
  200. public void setInvmntCpltnTotalOther(String invmntCpltnTotalOther) {
  201. this.invmntCpltnTotalOther = invmntCpltnTotalOther;
  202. }
  203. public String getRemark() {
  204. return remark;
  205. }
  206. public void setRemark(String remark) {
  207. this.remark = remark;
  208. }
  209. public String getNote() {
  210. return note;
  211. }
  212. public void setNote(String note) {
  213. this.note = note;
  214. }
  215. public String getPersId() {
  216. return persId;
  217. }
  218. public void setPersId(String persId) {
  219. this.persId = persId;
  220. }
  221. public Date getIntm() {
  222. return intm;
  223. }
  224. public void setIntm(Date intm) {
  225. this.intm = intm;
  226. }
  227. public Date getUptm() {
  228. return uptm;
  229. }
  230. public void setUptm(Date uptm) {
  231. this.uptm = uptm;
  232. }
  233. public String getDataStat() {
  234. return dataStat;
  235. }
  236. public void setDataStat(String dataStat) {
  237. this.dataStat = dataStat;
  238. }
  239. public String getId() {
  240. return id;
  241. }
  242. public void setId(String id) {
  243. this.id = id;
  244. }
  245. public String getRgstrId() {
  246. return rgstrId;
  247. }
  248. public void setRgstrId(String rgstrId) {
  249. this.rgstrId = rgstrId;
  250. }
  251. public String getCaMnagUnit() {
  252. return caMnagUnit;
  253. }
  254. public void setCaMnagUnit(String caMnagUnit) {
  255. this.caMnagUnit = caMnagUnit;
  256. }
  257. public String getNumppIsEqp() {
  258. return numppIsEqp;
  259. }
  260. public void setNumppIsEqp(String numppIsEqp) {
  261. this.numppIsEqp = numppIsEqp;
  262. }
  263. public Long getBkkpNum() {
  264. return bkkpNum;
  265. }
  266. public void setBkkpNum(Long bkkpNum) {
  267. this.bkkpNum = bkkpNum;
  268. }
  269. public Long getTllNum() {
  270. return tllNum;
  271. }
  272. public void setTllNum(Long tllNum) {
  273. this.tllNum = tllNum;
  274. }
  275. public String getFnclCtrlSys() {
  276. return fnclCtrlSys;
  277. }
  278. public void setFnclCtrlSys(String fnclCtrlSys) {
  279. this.fnclCtrlSys = fnclCtrlSys;
  280. }
  281. public String getSuzas() {
  282. return suzas;
  283. }
  284. public void setSuzas(String suzas) {
  285. this.suzas = suzas;
  286. }
  287. public String getImplmttnAcntSys() {
  288. return implmttnAcntSys;
  289. }
  290. public void setImplmttnAcntSys(String implmttnAcntSys) {
  291. this.implmttnAcntSys = implmttnAcntSys;
  292. }
  293. public String getFundArvYear() {
  294. return fundArvYear;
  295. }
  296. public void setFundArvYear(String fundArvYear) {
  297. this.fundArvYear = fundArvYear;
  298. }
  299. public Double getFundArvYearSum() {
  300. return fundArvYearSum;
  301. }
  302. public void setFundArvYearSum(Double fundArvYearSum) {
  303. this.fundArvYearSum = fundArvYearSum;
  304. }
  305. public Double getFundArvYearSumRate() {
  306. return fundArvYearSumRate;
  307. }
  308. public void setFundArvYearSumRate(Double fundArvYearSumRate) {
  309. this.fundArvYearSumRate = fundArvYearSumRate;
  310. }
  311. public Double getFundArvYearCenter() {
  312. return fundArvYearCenter;
  313. }
  314. public void setFundArvYearCenter(Double fundArvYearCenter) {
  315. this.fundArvYearCenter = fundArvYearCenter;
  316. }
  317. public Double getFundArvYearCenterRate() {
  318. return fundArvYearCenterRate;
  319. }
  320. public void setFundArvYearCenterRate(Double fundArvYearCenterRate) {
  321. this.fundArvYearCenterRate = fundArvYearCenterRate;
  322. }
  323. public Double getFundArvYearPro() {
  324. return fundArvYearPro;
  325. }
  326. public void setFundArvYearPro(Double fundArvYearPro) {
  327. this.fundArvYearPro = fundArvYearPro;
  328. }
  329. public Double getFundArvYearProRate() {
  330. return fundArvYearProRate;
  331. }
  332. public void setFundArvYearProRate(Double fundArvYearProRate) {
  333. this.fundArvYearProRate = fundArvYearProRate;
  334. }
  335. public Double getFundArvYearCity() {
  336. return fundArvYearCity;
  337. }
  338. public void setFundArvYearCity(Double fundArvYearCity) {
  339. this.fundArvYearCity = fundArvYearCity;
  340. }
  341. public Double getFundArvYearCityRate() {
  342. return fundArvYearCityRate;
  343. }
  344. public void setFundArvYearCityRate(Double fundArvYearCityRate) {
  345. this.fundArvYearCityRate = fundArvYearCityRate;
  346. }
  347. public Double getFundArvYearCnty() {
  348. return fundArvYearCnty;
  349. }
  350. public void setFundArvYearCnty(Double fundArvYearCnty) {
  351. this.fundArvYearCnty = fundArvYearCnty;
  352. }
  353. public Double getFundArvYearCntyRate() {
  354. return fundArvYearCntyRate;
  355. }
  356. public void setFundArvYearCntyRate(Double fundArvYearCntyRate) {
  357. this.fundArvYearCntyRate = fundArvYearCntyRate;
  358. }
  359. public Double getFundArvYearOther() {
  360. return fundArvYearOther;
  361. }
  362. public void setFundArvYearOther(Double fundArvYearOther) {
  363. this.fundArvYearOther = fundArvYearOther;
  364. }
  365. public Double getFundArvYearOtherRate() {
  366. return fundArvYearOtherRate;
  367. }
  368. public void setFundArvYearOtherRate(Double fundArvYearOtherRate) {
  369. this.fundArvYearOtherRate = fundArvYearOtherRate;
  370. }
  371. public Double getFundArvTotalSum() {
  372. return fundArvTotalSum;
  373. }
  374. public void setFundArvTotalSum(Double fundArvTotalSum) {
  375. this.fundArvTotalSum = fundArvTotalSum;
  376. }
  377. public Double getFundArvTotalSumRate() {
  378. return fundArvTotalSumRate;
  379. }
  380. public void setFundArvTotalSumRate(Double fundArvTotalSumRate) {
  381. this.fundArvTotalSumRate = fundArvTotalSumRate;
  382. }
  383. public Double getFundArvTotalCenter() {
  384. return fundArvTotalCenter;
  385. }
  386. public void setFundArvTotalCenter(Double fundArvTotalCenter) {
  387. this.fundArvTotalCenter = fundArvTotalCenter;
  388. }
  389. public Double getFundArvTotalCenterRate() {
  390. return fundArvTotalCenterRate;
  391. }
  392. public void setFundArvTotalCenterRate(Double fundArvTotalCenterRate) {
  393. this.fundArvTotalCenterRate = fundArvTotalCenterRate;
  394. }
  395. public Double getFundArvTotalPro() {
  396. return fundArvTotalPro;
  397. }
  398. public void setFundArvTotalPro(Double fundArvTotalPro) {
  399. this.fundArvTotalPro = fundArvTotalPro;
  400. }
  401. public Double getFundArvTotalProRate() {
  402. return fundArvTotalProRate;
  403. }
  404. public void setFundArvTotalProRate(Double fundArvTotalProRate) {
  405. this.fundArvTotalProRate = fundArvTotalProRate;
  406. }
  407. public Double getFundArvTotalCity() {
  408. return fundArvTotalCity;
  409. }
  410. public void setFundArvTotalCity(Double fundArvTotalCity) {
  411. this.fundArvTotalCity = fundArvTotalCity;
  412. }
  413. public Double getFundArvTotalCityRate() {
  414. return fundArvTotalCityRate;
  415. }
  416. public void setFundArvTotalCityRate(Double fundArvTotalCityRate) {
  417. this.fundArvTotalCityRate = fundArvTotalCityRate;
  418. }
  419. public Double getFundArvTotalCnty() {
  420. return fundArvTotalCnty;
  421. }
  422. public void setFundArvTotalCnty(Double fundArvTotalCnty) {
  423. this.fundArvTotalCnty = fundArvTotalCnty;
  424. }
  425. public Double getFundArvTotalCntyRate() {
  426. return fundArvTotalCntyRate;
  427. }
  428. public void setFundArvTotalCntyRate(Double fundArvTotalCntyRate) {
  429. this.fundArvTotalCntyRate = fundArvTotalCntyRate;
  430. }
  431. public Double getFundArvTotalOther() {
  432. return fundArvTotalOther;
  433. }
  434. public void setFundArvTotalOther(Double fundArvTotalOther) {
  435. this.fundArvTotalOther = fundArvTotalOther;
  436. }
  437. public Double getFundArvTotalOtherRate() {
  438. return fundArvTotalOtherRate;
  439. }
  440. public void setFundArvTotalOtherRate(Double fundArvTotalOtherRate) {
  441. this.fundArvTotalOtherRate = fundArvTotalOtherRate;
  442. }
  443. public String getInvmntCpltnYear() {
  444. return invmntCpltnYear;
  445. }
  446. public void setInvmntCpltnYear(String invmntCpltnYear) {
  447. this.invmntCpltnYear = invmntCpltnYear;
  448. }
  449. public Double getInvmntCpltnYearSum() {
  450. return invmntCpltnYearSum;
  451. }
  452. public void setInvmntCpltnYearSum(Double invmntCpltnYearSum) {
  453. this.invmntCpltnYearSum = invmntCpltnYearSum;
  454. }
  455. }