| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447 |
- package cn.com.goldenwater.dcproj.model;
- import cn.com.goldenwater.core.model.BaseBean;
- import com.fasterxml.jackson.annotation.JsonFormat;
- import com.fasterxml.jackson.annotation.JsonIgnoreProperties;
- import io.swagger.annotations.ApiModelProperty;
- import org.springframework.format.annotation.DateTimeFormat;
- import java.io.Serializable;
- import java.util.Date;
- /**
- * entity:TacPawpPdbst
- *
- * @author lune
- * @date 2019-6-19
- */
- @JsonIgnoreProperties(value = {"handler", "hibernateLazyInitializer"})
- public class TacPawpPdbst extends BaseBean implements Serializable {
- @ApiModelProperty("履行变更手续情况")
- private String dcphbcNumInfo;
- @ApiModelProperty("设计变更数量情况")
- private String desChgNumInfo;
- @ApiModelProperty("登记表ID")
- private String rgstrId;
- @ApiModelProperty("项目建议书名称")
- private String proposalName;
- @ApiModelProperty("项目建议书编制单位")
- private String proposalCmplUnit;
- @ApiModelProperty("项目建议书资质")
- private String proposalCmaf;
- @ApiModelProperty("项目建议书批复单位")
- private String proposalReplyUnit;
- @ApiModelProperty("项目建议书批复日期")
- @DateTimeFormat(pattern = "yyyy-MM-dd")
- @JsonFormat(pattern = "yyyy-MM-dd")
- private Date proposalReplyTm;
- @ApiModelProperty("项目建议书批复文号")
- private String proposalReplySn;
- @ApiModelProperty("可行性研究报告名称")
- private String fsrName;
- @ApiModelProperty("可行性研究报告编制单位")
- private String fsrCmplUnit;
- @ApiModelProperty("可行性研究报告资质")
- private String fsrCmaf;
- @ApiModelProperty("可行性研究报告批复单位")
- private String fsrReplyUnit;
- @ApiModelProperty("可行性研究报告批复日期")
- @DateTimeFormat(pattern = "yyyy-MM-dd")
- @JsonFormat(pattern = "yyyy-MM-dd")
- private Date fsrReplyTm;
- @ApiModelProperty("可行性研究报告批复文号")
- private String fsrReplySn;
- @ApiModelProperty("可行性研究报告概算投资")
- private Double fsrBeoi;
- @ApiModelProperty("初步设计报告名称")
- private String pdrName;
- @ApiModelProperty("初步设计报告编制单位")
- private String pdrCmplUnit;
- @ApiModelProperty("初步设计报告资质")
- private String pdrCmaf;
- @ApiModelProperty("初步设计报告批复单位")
- private String pdrReplyUnit;
- @ApiModelProperty("初步设计报告批复日期")
- @DateTimeFormat(pattern = "yyyy-MM-dd")
- @JsonFormat(pattern = "yyyy-MM-dd")
- private Date pdrReplyTm;
- @ApiModelProperty("初步设计报告批复文号")
- private String pdrReplySn;
- @ApiModelProperty("初步设计报告概算投资")
- private Double pdrBeoi;
- @ApiModelProperty("初步设计报告工期")
- private Double pdrPeriod;
- @ApiModelProperty("施工图设计编制单位名称")
- private String cadCmplUnit;
- @ApiModelProperty("施工图纸数量")
- private Long cadNum;
- @ApiModelProperty("是否满足施工需要(1:基本满足;2:不满足)")
- private String isMcn;
- @ApiModelProperty("设计变更数量")
- private Long desChgNum;
- @ApiModelProperty("已履行设计变更手续数量")
- private Long dcphbcNum;
- @ApiModelProperty("未履行设计变更手续数量")
- private Long ftcdcpNum;
- @ApiModelProperty("现场服务是否设立设代机构(1:是;2:否)")
- private String svcIsSuaa;
- @ApiModelProperty("现场服务是否派驻设计代表(1:是;2:否)")
- private String svcIsAdr;
- @ApiModelProperty("现场服务是否满足需要(1:基本满足;2:不满足)")
- private String svcIsMtd;
- @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("前期与设计基本情况填报状态(0:未填报;1:填报中;2:已填报)")
- private String pdbstStat;
- public TacPawpPdbst() {
- }
- public String getDcphbcNumInfo() {
- return dcphbcNumInfo;
- }
- public void setDcphbcNumInfo(String dcphbcNumInfo) {
- this.dcphbcNumInfo = dcphbcNumInfo;
- }
- public String getDesChgNumInfo() {
- return desChgNumInfo;
- }
- public void setDesChgNumInfo(String desChgNumInfo) {
- this.desChgNumInfo = desChgNumInfo;
- }
- public String getPdbstStat() {
- return pdbstStat;
- }
- public void setPdbstStat(String pdbstStat) {
- this.pdbstStat = pdbstStat;
- }
- @Override
- public String getRgstrId() {
- return rgstrId;
- }
- @Override
- public void setRgstrId(String rgstrId) {
- this.rgstrId = rgstrId;
- }
- public String getProposalName() {
- return proposalName;
- }
- public void setProposalName(String proposalName) {
- this.proposalName = proposalName;
- }
- public String getProposalCmplUnit() {
- return proposalCmplUnit;
- }
- public void setProposalCmplUnit(String proposalCmplUnit) {
- this.proposalCmplUnit = proposalCmplUnit;
- }
- public String getProposalCmaf() {
- return proposalCmaf;
- }
- public void setProposalCmaf(String proposalCmaf) {
- this.proposalCmaf = proposalCmaf;
- }
- public String getProposalReplyUnit() {
- return proposalReplyUnit;
- }
- public void setProposalReplyUnit(String proposalReplyUnit) {
- this.proposalReplyUnit = proposalReplyUnit;
- }
- public Date getProposalReplyTm() {
- return proposalReplyTm;
- }
- public void setProposalReplyTm(Date proposalReplyTm) {
- this.proposalReplyTm = proposalReplyTm;
- }
- public String getProposalReplySn() {
- return proposalReplySn;
- }
- public void setProposalReplySn(String proposalReplySn) {
- this.proposalReplySn = proposalReplySn;
- }
- public String getFsrName() {
- return fsrName;
- }
- public void setFsrName(String fsrName) {
- this.fsrName = fsrName;
- }
- public String getFsrCmplUnit() {
- return fsrCmplUnit;
- }
- public void setFsrCmplUnit(String fsrCmplUnit) {
- this.fsrCmplUnit = fsrCmplUnit;
- }
- public String getFsrCmaf() {
- return fsrCmaf;
- }
- public void setFsrCmaf(String fsrCmaf) {
- this.fsrCmaf = fsrCmaf;
- }
- public String getFsrReplyUnit() {
- return fsrReplyUnit;
- }
- public void setFsrReplyUnit(String fsrReplyUnit) {
- this.fsrReplyUnit = fsrReplyUnit;
- }
- public Date getFsrReplyTm() {
- return fsrReplyTm;
- }
- public void setFsrReplyTm(Date fsrReplyTm) {
- this.fsrReplyTm = fsrReplyTm;
- }
- public String getFsrReplySn() {
- return fsrReplySn;
- }
- public void setFsrReplySn(String fsrReplySn) {
- this.fsrReplySn = fsrReplySn;
- }
- public Double getFsrBeoi() {
- return fsrBeoi;
- }
- public void setFsrBeoi(Double fsrBeoi) {
- this.fsrBeoi = fsrBeoi;
- }
- public String getPdrName() {
- return pdrName;
- }
- public void setPdrName(String pdrName) {
- this.pdrName = pdrName;
- }
- public String getPdrCmplUnit() {
- return pdrCmplUnit;
- }
- public void setPdrCmplUnit(String pdrCmplUnit) {
- this.pdrCmplUnit = pdrCmplUnit;
- }
- public String getPdrCmaf() {
- return pdrCmaf;
- }
- public void setPdrCmaf(String pdrCmaf) {
- this.pdrCmaf = pdrCmaf;
- }
- public String getPdrReplyUnit() {
- return pdrReplyUnit;
- }
- public void setPdrReplyUnit(String pdrReplyUnit) {
- this.pdrReplyUnit = pdrReplyUnit;
- }
- public Date getPdrReplyTm() {
- return pdrReplyTm;
- }
- public void setPdrReplyTm(Date pdrReplyTm) {
- this.pdrReplyTm = pdrReplyTm;
- }
- public String getPdrReplySn() {
- return pdrReplySn;
- }
- public void setPdrReplySn(String pdrReplySn) {
- this.pdrReplySn = pdrReplySn;
- }
- public Double getPdrBeoi() {
- return pdrBeoi;
- }
- public void setPdrBeoi(Double pdrBeoi) {
- this.pdrBeoi = pdrBeoi;
- }
- public Double getPdrPeriod() {
- return pdrPeriod;
- }
- public void setPdrPeriod(Double pdrPeriod) {
- this.pdrPeriod = pdrPeriod;
- }
- public String getCadCmplUnit() {
- return cadCmplUnit;
- }
- public void setCadCmplUnit(String cadCmplUnit) {
- this.cadCmplUnit = cadCmplUnit;
- }
- public Long getCadNum() {
- return cadNum;
- }
- public void setCadNum(Long cadNum) {
- this.cadNum = cadNum;
- }
- public String getIsMcn() {
- return isMcn;
- }
- public void setIsMcn(String isMcn) {
- this.isMcn = isMcn;
- }
- public Long getDesChgNum() {
- return desChgNum;
- }
- public void setDesChgNum(Long desChgNum) {
- this.desChgNum = desChgNum;
- }
- public Long getDcphbcNum() {
- return dcphbcNum;
- }
- public void setDcphbcNum(Long dcphbcNum) {
- this.dcphbcNum = dcphbcNum;
- }
- public Long getFtcdcpNum() {
- return ftcdcpNum;
- }
- public void setFtcdcpNum(Long ftcdcpNum) {
- this.ftcdcpNum = ftcdcpNum;
- }
- public String getSvcIsSuaa() {
- return svcIsSuaa;
- }
- public void setSvcIsSuaa(String svcIsSuaa) {
- this.svcIsSuaa = svcIsSuaa;
- }
- public String getSvcIsAdr() {
- return svcIsAdr;
- }
- public void setSvcIsAdr(String svcIsAdr) {
- this.svcIsAdr = svcIsAdr;
- }
- public String getSvcIsMtd() {
- return svcIsMtd;
- }
- public void setSvcIsMtd(String svcIsMtd) {
- this.svcIsMtd = svcIsMtd;
- }
- 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;
- }
- @Override
- public String toString() {
- return "TacPawpPdbst [" + "rgstrId=" + rgstrId + ", proposalName=" + proposalName + ", proposalCmplUnit=" + proposalCmplUnit + ", proposalCmaf=" + proposalCmaf + ", proposalReplyUnit=" + proposalReplyUnit + ", proposalReplyTm=" + proposalReplyTm + ", proposalReplySn=" + proposalReplySn + ", fsrName=" + fsrName + ", fsrCmplUnit=" + fsrCmplUnit + ", fsrCmaf=" + fsrCmaf + ", fsrReplyUnit=" + fsrReplyUnit + ", fsrReplyTm=" + fsrReplyTm + ", fsrReplySn=" + fsrReplySn + ", fsrBeoi=" + fsrBeoi + ", pdrName=" + pdrName + ", pdrCmplUnit=" + pdrCmplUnit + ", pdrCmaf=" + pdrCmaf + ", pdrReplyUnit=" + pdrReplyUnit + ", pdrReplyTm=" + pdrReplyTm + ", pdrReplySn=" + pdrReplySn + ", pdrBeoi=" + pdrBeoi + ", pdrPeriod=" + pdrPeriod + ", cadCmplUnit=" + cadCmplUnit + ", cadNum=" + cadNum + ", isMcn=" + isMcn + ", desChgNum=" + desChgNum + ", dcphbcNum=" + dcphbcNum + ", ftcdcpNum=" + ftcdcpNum + ", svcIsSuaa=" + svcIsSuaa + ", svcIsAdr=" + svcIsAdr + ", svcIsMtd=" + svcIsMtd + ", remark=" + remark + ", note=" + note + ", persId=" + persId + ", intm=" + intm + ", uptm=" + uptm + ", dataStat=" + dataStat + ", id=" + id + "]";
- }
- }
|