| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570 |
- package cn.com.goldenwater.dcproj.param;
- import cn.com.goldenwater.core.param.PageParam;
- import io.swagger.annotations.ApiModelProperty;
- import java.io.Serializable;
- import java.util.Date;
- /**
- * TacPawpBiofuamParam
- *
- * @author lune
- * @date 2019-6-19
- */
- public class TacPawpBiofuamParam extends PageParam implements Serializable {
- @ApiModelProperty("投资完成额年度其中征地移民投资(万元)")
- private String invmntCpltnYearLaiai;
- @ApiModelProperty("投资完成额累计其中征地移民投资(万元)")
- private String invmntCpltnTotalLaiai;
- @ApiModelProperty("投资完成额年度合计占到位资金比例%")
- private Double invmntCpltnYearSumRate;
- @ApiModelProperty("投资完成额年度建筑安装投资(万元)")
- private Double invmntCpltnYearCai;
- @ApiModelProperty("投资完成额年度设备投资(万元)")
- private Double invmntCpltnYearEi;
- @ApiModelProperty("投资完成额年度待摊投资(万元)")
- private String invmntCpltnYearDi;
- @ApiModelProperty("投资完成额年度其他(万元)")
- private String invmntCpltnYearOther;
- @ApiModelProperty("投资完成额累计合计(万元)")
- private Double invmntCpltnTotal;
- @ApiModelProperty("投资完成额累计合计占到位资金比例%")
- private Double invmntCpltnTotalRate;
- @ApiModelProperty("投资完成额累计建筑安装投资(万元)")
- private Double invmntCpltnTotalCai;
- @ApiModelProperty("投资完成额累计设备投资(万元)")
- private Double invmntCpltnTotalEi;
- @ApiModelProperty("投资完成额累计待摊投资(万元)")
- private String invmntCpltnTotalDi;
- @ApiModelProperty("投资完成额累计其他(万元)")
- private String invmntCpltnTotalOther;
- @ApiModelProperty("其他说明")
- private String remark;
- @ApiModelProperty("备注")
- private String note;
- @ApiModelProperty("记录人员ID")
- private String persId;
- @ApiModelProperty("创建时间")
- private Date intm;
- @ApiModelProperty("修改时间")
- private Date uptm;
- @ApiModelProperty("数据状态(0:正常;9:删除)")
- private String dataStat;
- @ApiModelProperty("主键ID")
- private String id;
- @ApiModelProperty("登记表ID")
- private String rgstrId;
- @ApiModelProperty("资金核算/管理单位")
- private String caMnagUnit;
- @ApiModelProperty("财务人员是否配备(1:是;2:否)")
- private String numppIsEqp;
- @ApiModelProperty("会计人数")
- private Long bkkpNum;
- @ApiModelProperty("出纳人数")
- private Long tllNum;
- @ApiModelProperty("财务管理制度(1:是;2:否)")
- private String fnclCtrlSys;
- @ApiModelProperty("单独建账核算(1:是;2:否)")
- private String suzas;
- @ApiModelProperty("执行的会计制度")
- private String implmttnAcntSys;
- @ApiModelProperty("资金到位年度")
- private String fundArvYear;
- @ApiModelProperty("资金到位年度合计金额(万元)")
- private Double fundArvYearSum;
- @ApiModelProperty("资金到位年度合计到位率%")
- private Double fundArvYearSumRate;
- @ApiModelProperty("资金到位年度中央金额(万元)")
- private Double fundArvYearCenter;
- @ApiModelProperty("资金到位年度中央到位率%")
- private Double fundArvYearCenterRate;
- @ApiModelProperty("资金到位年度省金额(万元)")
- private Double fundArvYearPro;
- @ApiModelProperty("资金到位年度省到位率%")
- private Double fundArvYearProRate;
- @ApiModelProperty("资金到位年度市金额(万元)")
- private Double fundArvYearCity;
- @ApiModelProperty("资金到位年度市到位率%")
- private Double fundArvYearCityRate;
- @ApiModelProperty("资金到位年度县金额(万元)")
- private Double fundArvYearCnty;
- @ApiModelProperty("资金到位年度县到位率%")
- private Double fundArvYearCntyRate;
- @ApiModelProperty("资金到位年度其他金额(万元)")
- private Double fundArvYearOther;
- @ApiModelProperty("资金到位年度其他到位率%")
- private Double fundArvYearOtherRate;
- @ApiModelProperty("资金到位累计合计金额(万元)")
- private Double fundArvTotalSum;
- @ApiModelProperty("资金到位累计合计到位率%")
- private Double fundArvTotalSumRate;
- @ApiModelProperty("资金到位累计中央金额(万元)")
- private Double fundArvTotalCenter;
- @ApiModelProperty("资金到位累计中央到位率%")
- private Double fundArvTotalCenterRate;
- @ApiModelProperty("资金到位累计省金额(万元)")
- private Double fundArvTotalPro;
- @ApiModelProperty("资金到位累计省到位率%")
- private Double fundArvTotalProRate;
- @ApiModelProperty("资金到位累计市金额(万元)")
- private Double fundArvTotalCity;
- @ApiModelProperty("资金到位累计市到位率%")
- private Double fundArvTotalCityRate;
- @ApiModelProperty("资金到位累计县金额(万元)")
- private Double fundArvTotalCnty;
- @ApiModelProperty("资金到位累计县到位率%")
- private Double fundArvTotalCntyRate;
- @ApiModelProperty("资金到位累计其他金额(万元)")
- private Double fundArvTotalOther;
- @ApiModelProperty("资金到位累计其他到位率%")
- private Double fundArvTotalOtherRate;
- @ApiModelProperty("投资完成额年度")
- private String invmntCpltnYear;
- @ApiModelProperty("投资完成额年度合计(万元)")
- private Double invmntCpltnYearSum;
- public TacPawpBiofuamParam() {
- }
- public String getInvmntCpltnYearLaiai() {
- return invmntCpltnYearLaiai;
- }
- public void setInvmntCpltnYearLaiai(String invmntCpltnYearLaiai) {
- this.invmntCpltnYearLaiai = invmntCpltnYearLaiai;
- }
- public String getInvmntCpltnTotalLaiai() {
- return invmntCpltnTotalLaiai;
- }
- public void setInvmntCpltnTotalLaiai(String invmntCpltnTotalLaiai) {
- this.invmntCpltnTotalLaiai = invmntCpltnTotalLaiai;
- }
- public Double getInvmntCpltnYearSumRate() {
- return invmntCpltnYearSumRate;
- }
- public void setInvmntCpltnYearSumRate(Double invmntCpltnYearSumRate) {
- this.invmntCpltnYearSumRate = invmntCpltnYearSumRate;
- }
- public Double getInvmntCpltnYearCai() {
- return invmntCpltnYearCai;
- }
- public void setInvmntCpltnYearCai(Double invmntCpltnYearCai) {
- this.invmntCpltnYearCai = invmntCpltnYearCai;
- }
- public Double getInvmntCpltnYearEi() {
- return invmntCpltnYearEi;
- }
- public void setInvmntCpltnYearEi(Double invmntCpltnYearEi) {
- this.invmntCpltnYearEi = invmntCpltnYearEi;
- }
- public String getInvmntCpltnYearDi() {
- return invmntCpltnYearDi;
- }
- public void setInvmntCpltnYearDi(String invmntCpltnYearDi) {
- this.invmntCpltnYearDi = invmntCpltnYearDi;
- }
- public String getInvmntCpltnYearOther() {
- return invmntCpltnYearOther;
- }
- public void setInvmntCpltnYearOther(String invmntCpltnYearOther) {
- this.invmntCpltnYearOther = invmntCpltnYearOther;
- }
- public Double getInvmntCpltnTotal() {
- return invmntCpltnTotal;
- }
- public void setInvmntCpltnTotal(Double invmntCpltnTotal) {
- this.invmntCpltnTotal = invmntCpltnTotal;
- }
- public Double getInvmntCpltnTotalRate() {
- return invmntCpltnTotalRate;
- }
- public void setInvmntCpltnTotalRate(Double invmntCpltnTotalRate) {
- this.invmntCpltnTotalRate = invmntCpltnTotalRate;
- }
- public Double getInvmntCpltnTotalCai() {
- return invmntCpltnTotalCai;
- }
- public void setInvmntCpltnTotalCai(Double invmntCpltnTotalCai) {
- this.invmntCpltnTotalCai = invmntCpltnTotalCai;
- }
- public Double getInvmntCpltnTotalEi() {
- return invmntCpltnTotalEi;
- }
- public void setInvmntCpltnTotalEi(Double invmntCpltnTotalEi) {
- this.invmntCpltnTotalEi = invmntCpltnTotalEi;
- }
- public String getInvmntCpltnTotalDi() {
- return invmntCpltnTotalDi;
- }
- public void setInvmntCpltnTotalDi(String invmntCpltnTotalDi) {
- this.invmntCpltnTotalDi = invmntCpltnTotalDi;
- }
- public String getInvmntCpltnTotalOther() {
- return invmntCpltnTotalOther;
- }
- public void setInvmntCpltnTotalOther(String invmntCpltnTotalOther) {
- this.invmntCpltnTotalOther = invmntCpltnTotalOther;
- }
- public String getRemark() {
- return remark;
- }
- public void setRemark(String remark) {
- this.remark = remark;
- }
- public String getNote() {
- return note;
- }
- public void setNote(String note) {
- this.note = note;
- }
- public String getPersId() {
- return persId;
- }
- public void setPersId(String persId) {
- this.persId = persId;
- }
- public Date getIntm() {
- return intm;
- }
- public void setIntm(Date intm) {
- this.intm = intm;
- }
- public Date getUptm() {
- return uptm;
- }
- public void setUptm(Date uptm) {
- this.uptm = uptm;
- }
- public String getDataStat() {
- return dataStat;
- }
- public void setDataStat(String dataStat) {
- this.dataStat = dataStat;
- }
- public String getId() {
- return id;
- }
- public void setId(String id) {
- this.id = id;
- }
- public String getRgstrId() {
- return rgstrId;
- }
- public void setRgstrId(String rgstrId) {
- this.rgstrId = rgstrId;
- }
- public String getCaMnagUnit() {
- return caMnagUnit;
- }
- public void setCaMnagUnit(String caMnagUnit) {
- this.caMnagUnit = caMnagUnit;
- }
- public String getNumppIsEqp() {
- return numppIsEqp;
- }
- public void setNumppIsEqp(String numppIsEqp) {
- this.numppIsEqp = numppIsEqp;
- }
- public Long getBkkpNum() {
- return bkkpNum;
- }
- public void setBkkpNum(Long bkkpNum) {
- this.bkkpNum = bkkpNum;
- }
- public Long getTllNum() {
- return tllNum;
- }
- public void setTllNum(Long tllNum) {
- this.tllNum = tllNum;
- }
- public String getFnclCtrlSys() {
- return fnclCtrlSys;
- }
- public void setFnclCtrlSys(String fnclCtrlSys) {
- this.fnclCtrlSys = fnclCtrlSys;
- }
- public String getSuzas() {
- return suzas;
- }
- public void setSuzas(String suzas) {
- this.suzas = suzas;
- }
- public String getImplmttnAcntSys() {
- return implmttnAcntSys;
- }
- public void setImplmttnAcntSys(String implmttnAcntSys) {
- this.implmttnAcntSys = implmttnAcntSys;
- }
- public String getFundArvYear() {
- return fundArvYear;
- }
- public void setFundArvYear(String fundArvYear) {
- this.fundArvYear = fundArvYear;
- }
- public Double getFundArvYearSum() {
- return fundArvYearSum;
- }
- public void setFundArvYearSum(Double fundArvYearSum) {
- this.fundArvYearSum = fundArvYearSum;
- }
- public Double getFundArvYearSumRate() {
- return fundArvYearSumRate;
- }
- public void setFundArvYearSumRate(Double fundArvYearSumRate) {
- this.fundArvYearSumRate = fundArvYearSumRate;
- }
- public Double getFundArvYearCenter() {
- return fundArvYearCenter;
- }
- public void setFundArvYearCenter(Double fundArvYearCenter) {
- this.fundArvYearCenter = fundArvYearCenter;
- }
- public Double getFundArvYearCenterRate() {
- return fundArvYearCenterRate;
- }
- public void setFundArvYearCenterRate(Double fundArvYearCenterRate) {
- this.fundArvYearCenterRate = fundArvYearCenterRate;
- }
- public Double getFundArvYearPro() {
- return fundArvYearPro;
- }
- public void setFundArvYearPro(Double fundArvYearPro) {
- this.fundArvYearPro = fundArvYearPro;
- }
- public Double getFundArvYearProRate() {
- return fundArvYearProRate;
- }
- public void setFundArvYearProRate(Double fundArvYearProRate) {
- this.fundArvYearProRate = fundArvYearProRate;
- }
- public Double getFundArvYearCity() {
- return fundArvYearCity;
- }
- public void setFundArvYearCity(Double fundArvYearCity) {
- this.fundArvYearCity = fundArvYearCity;
- }
- public Double getFundArvYearCityRate() {
- return fundArvYearCityRate;
- }
- public void setFundArvYearCityRate(Double fundArvYearCityRate) {
- this.fundArvYearCityRate = fundArvYearCityRate;
- }
- public Double getFundArvYearCnty() {
- return fundArvYearCnty;
- }
- public void setFundArvYearCnty(Double fundArvYearCnty) {
- this.fundArvYearCnty = fundArvYearCnty;
- }
- public Double getFundArvYearCntyRate() {
- return fundArvYearCntyRate;
- }
- public void setFundArvYearCntyRate(Double fundArvYearCntyRate) {
- this.fundArvYearCntyRate = fundArvYearCntyRate;
- }
- public Double getFundArvYearOther() {
- return fundArvYearOther;
- }
- public void setFundArvYearOther(Double fundArvYearOther) {
- this.fundArvYearOther = fundArvYearOther;
- }
- public Double getFundArvYearOtherRate() {
- return fundArvYearOtherRate;
- }
- public void setFundArvYearOtherRate(Double fundArvYearOtherRate) {
- this.fundArvYearOtherRate = fundArvYearOtherRate;
- }
- public Double getFundArvTotalSum() {
- return fundArvTotalSum;
- }
- public void setFundArvTotalSum(Double fundArvTotalSum) {
- this.fundArvTotalSum = fundArvTotalSum;
- }
- public Double getFundArvTotalSumRate() {
- return fundArvTotalSumRate;
- }
- public void setFundArvTotalSumRate(Double fundArvTotalSumRate) {
- this.fundArvTotalSumRate = fundArvTotalSumRate;
- }
- public Double getFundArvTotalCenter() {
- return fundArvTotalCenter;
- }
- public void setFundArvTotalCenter(Double fundArvTotalCenter) {
- this.fundArvTotalCenter = fundArvTotalCenter;
- }
- public Double getFundArvTotalCenterRate() {
- return fundArvTotalCenterRate;
- }
- public void setFundArvTotalCenterRate(Double fundArvTotalCenterRate) {
- this.fundArvTotalCenterRate = fundArvTotalCenterRate;
- }
- public Double getFundArvTotalPro() {
- return fundArvTotalPro;
- }
- public void setFundArvTotalPro(Double fundArvTotalPro) {
- this.fundArvTotalPro = fundArvTotalPro;
- }
- public Double getFundArvTotalProRate() {
- return fundArvTotalProRate;
- }
- public void setFundArvTotalProRate(Double fundArvTotalProRate) {
- this.fundArvTotalProRate = fundArvTotalProRate;
- }
- public Double getFundArvTotalCity() {
- return fundArvTotalCity;
- }
- public void setFundArvTotalCity(Double fundArvTotalCity) {
- this.fundArvTotalCity = fundArvTotalCity;
- }
- public Double getFundArvTotalCityRate() {
- return fundArvTotalCityRate;
- }
- public void setFundArvTotalCityRate(Double fundArvTotalCityRate) {
- this.fundArvTotalCityRate = fundArvTotalCityRate;
- }
- public Double getFundArvTotalCnty() {
- return fundArvTotalCnty;
- }
- public void setFundArvTotalCnty(Double fundArvTotalCnty) {
- this.fundArvTotalCnty = fundArvTotalCnty;
- }
- public Double getFundArvTotalCntyRate() {
- return fundArvTotalCntyRate;
- }
- public void setFundArvTotalCntyRate(Double fundArvTotalCntyRate) {
- this.fundArvTotalCntyRate = fundArvTotalCntyRate;
- }
- public Double getFundArvTotalOther() {
- return fundArvTotalOther;
- }
- public void setFundArvTotalOther(Double fundArvTotalOther) {
- this.fundArvTotalOther = fundArvTotalOther;
- }
- public Double getFundArvTotalOtherRate() {
- return fundArvTotalOtherRate;
- }
- public void setFundArvTotalOtherRate(Double fundArvTotalOtherRate) {
- this.fundArvTotalOtherRate = fundArvTotalOtherRate;
- }
- public String getInvmntCpltnYear() {
- return invmntCpltnYear;
- }
- public void setInvmntCpltnYear(String invmntCpltnYear) {
- this.invmntCpltnYear = invmntCpltnYear;
- }
- public Double getInvmntCpltnYearSum() {
- return invmntCpltnYearSum;
- }
- public void setInvmntCpltnYearSum(Double invmntCpltnYearSum) {
- this.invmntCpltnYearSum = invmntCpltnYearSum;
- }
- }
|