| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402 |
- package cn.com.goldenwater.dcproj.model;
- import cn.com.goldenwater.core.model.BaseBean;
- import com.fasterxml.jackson.annotation.JsonIgnoreProperties;
- import io.swagger.annotations.ApiModelProperty;
- import io.swagger.annotations.ApiParam;
- import java.io.Serializable;
- import java.util.Date;
- /**
- * entity:BisInspWtdst
- *
- * @author zhengdafei
- * @date 2019-3-18
- */
- @JsonIgnoreProperties(value = {"handler", "hibernateLazyInitializer"})
- public class BisInspWtdst extends BaseBean implements Serializable {
- @ApiModelProperty(value = "水毁情况", position = 1)
- private String wtdstDtle;
- @ApiModelProperty(value = "主要工程量", position = 2)
- private String wtdstWrkam;
- @ApiModelProperty(value = "计划修复日期", position = 3)
- private Date planRcvrTm;
- @ApiModelProperty(value = "插入时间", position = 4)
- private Date intm;
- @ApiModelProperty(value = "最后更新时间", position = 5)
- private Date uptm;
- @ApiModelProperty(value = "备注", position = 6)
- private String note;
- @ApiModelProperty(value = "水毁位置经度", position = 7)
- private Double wtdstLgtd;
- @ApiModelProperty(value = "水毁位置纬度", position = 8)
- private Double wtdstLttd;
- @ApiModelProperty(value = "项目所在位置", position = 9)
- private String locNm;
- private String objType;
- private String objCode;
- private String objName;
- @ApiModelProperty(value = "高德经度", position = 13)
- private Double centerXGd;
- @ApiModelProperty(value = "高德纬度", position = 14)
- private Double centerYGd;
- @ApiModelProperty(value = "金额", position = 15)
- private String prjamntTcfSum;
- @ApiModelProperty(value = "地方资金", position = 16)
- private String prjamntMony;
- @ApiModelProperty(value = "合计", position = 17)
- private String prjamntSum;
- @ApiModelProperty(value = "项目状况", position = 18)
- private String prjState;
- @ApiModelProperty(value = "资金进度", position = 19)
- private String fdPlan;
- @ApiModelProperty(value = "年度", position = 20)
- private String year;
- @ApiModelProperty(value = "水毁修复清单ID", position = 21)
- private String wtdstId;
- @ApiModelProperty(value = "类别名称", position = 22)
- private String wtdstType;
- @ApiModelProperty(value = "项目名称", position = 23)
- private String wtdstNm;
- @ApiModelProperty(value = "修复状态", position = 24)
- private String wtdstState;
- @ApiModelProperty(value = "所在行政区划代码", position = 25)
- private String locAd;
- @ApiModelProperty(value = "投入资金(万元)", position = 27)
- private Double cost;
- @ApiModelProperty(value = "修复进度(%)", position = 28)
- private Double planRcvr;
- @ApiModelProperty(value = "工程类型", position = 29)
- private String prjType;
- @ApiModelProperty(value = "水毁等级", position = 30)
- private String wtdstLev;
- @ApiModelProperty(value = "中央资金批次", position = 31)
- private String prjamntTcfBch;
- @ApiModelProperty(value = "文号", position = 32)
- private String prjamntTcfNo;
- private String src;
- private String adName;
- /**
- * 是否省属 1是 2否
- */
- @ApiParam(
- name = "provincial",
- value = "是否省属:1是2否"
- )
- @ApiModelProperty("是否省属(1:是;2:否)")
- private String provincial;
- public String getAdName() {
- return adName;
- }
- public void setAdName(String adName) {
- this.adName = adName;
- }
- public String getSrc() {
- return src;
- }
- public void setSrc(String src) {
- this.src = src;
- }
- public String getWtdstDtle() {
- return wtdstDtle;
- }
- public void setWtdstDtle(String wtdstDtle) {
- this.wtdstDtle = wtdstDtle;
- }
- public String getWtdstWrkam() {
- return wtdstWrkam;
- }
- public void setWtdstWrkam(String wtdstWrkam) {
- this.wtdstWrkam = wtdstWrkam;
- }
- public Date getPlanRcvrTm() {
- return planRcvrTm;
- }
- public void setPlanRcvrTm(Date planRcvrTm) {
- this.planRcvrTm = planRcvrTm;
- }
- 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 getNote() {
- return note;
- }
- public void setNote(String note) {
- this.note = note;
- }
- public Double getWtdstLgtd() {
- return wtdstLgtd;
- }
- public void setWtdstLgtd(Double wtdstLgtd) {
- this.wtdstLgtd = wtdstLgtd;
- }
- public Double getWtdstLttd() {
- return wtdstLttd;
- }
- public void setWtdstLttd(Double wtdstLttd) {
- this.wtdstLttd = wtdstLttd;
- }
- public String getLocNm() {
- return locNm;
- }
- public void setLocNm(String locNm) {
- this.locNm = locNm;
- }
- public String getObjType() {
- return objType;
- }
- public void setObjType(String objType) {
- this.objType = objType;
- }
- public String getObjCode() {
- return objCode;
- }
- public void setObjCode(String objCode) {
- this.objCode = objCode;
- }
- public String getObjName() {
- return objName;
- }
- public void setObjName(String objName) {
- this.objName = objName;
- }
- public Double getCenterXGd() {
- return centerXGd;
- }
- public void setCenterXGd(Double centerXGd) {
- this.centerXGd = centerXGd;
- }
- public Double getCenterYGd() {
- return centerYGd;
- }
- public void setCenterYGd(Double centerYGd) {
- this.centerYGd = centerYGd;
- }
- public String getPrjamntTcfSum() {
- return prjamntTcfSum;
- }
- public void setPrjamntTcfSum(String prjamntTcfSum) {
- this.prjamntTcfSum = prjamntTcfSum;
- }
- public String getPrjamntMony() {
- return prjamntMony;
- }
- public void setPrjamntMony(String prjamntMony) {
- this.prjamntMony = prjamntMony;
- }
- public String getPrjamntSum() {
- return prjamntSum;
- }
- public void setPrjamntSum(String prjamntSum) {
- this.prjamntSum = prjamntSum;
- }
- public String getPrjState() {
- return prjState;
- }
- public void setPrjState(String prjState) {
- this.prjState = prjState;
- }
- public String getFdPlan() {
- return fdPlan;
- }
- public void setFdPlan(String fdPlan) {
- this.fdPlan = fdPlan;
- }
- public String getYear() {
- return year;
- }
- public void setYear(String year) {
- this.year = year;
- }
- public String getWtdstId() {
- return wtdstId;
- }
- public void setWtdstId(String wtdstId) {
- this.wtdstId = wtdstId;
- }
- public String getWtdstType() {
- return wtdstType;
- }
- public void setWtdstType(String wtdstType) {
- this.wtdstType = wtdstType;
- }
- public String getWtdstNm() {
- return wtdstNm;
- }
- public void setWtdstNm(String wtdstNm) {
- this.wtdstNm = wtdstNm;
- }
- public String getWtdstState() {
- return wtdstState;
- }
- public void setWtdstState(String wtdstState) {
- this.wtdstState = wtdstState;
- }
- public String getLocAd() {
- return locAd;
- }
- public void setLocAd(String locAd) {
- this.locAd = locAd;
- }
- public Double getCost() {
- return cost;
- }
- public void setCost(Double cost) {
- this.cost = cost;
- }
- public Double getPlanRcvr() {
- return planRcvr;
- }
- public void setPlanRcvr(Double planRcvr) {
- this.planRcvr = planRcvr;
- }
- public String getPrjType() {
- return prjType;
- }
- public void setPrjType(String prjType) {
- this.prjType = prjType;
- }
- public String getWtdstLev() {
- return wtdstLev;
- }
- public void setWtdstLev(String wtdstLev) {
- this.wtdstLev = wtdstLev;
- }
- public String getPrjamntTcfBch() {
- return prjamntTcfBch;
- }
- public void setPrjamntTcfBch(String prjamntTcfBch) {
- this.prjamntTcfBch = prjamntTcfBch;
- }
- public String getPrjamntTcfNo() {
- return prjamntTcfNo;
- }
- public void setPrjamntTcfNo(String prjamntTcfNo) {
- this.prjamntTcfNo = prjamntTcfNo;
- }
- public String getProvincial() {
- return provincial;
- }
- public void setProvincial(String provincial) {
- this.provincial = provincial;
- }
- @Override
- public String toString() {
- return "BisInspWtdst{" +
- "wtdstDtle='" + wtdstDtle + '\'' +
- ", wtdstWrkam='" + wtdstWrkam + '\'' +
- ", planRcvrTm=" + planRcvrTm +
- ", intm=" + intm +
- ", uptm=" + uptm +
- ", note='" + note + '\'' +
- ", wtdstLgtd=" + wtdstLgtd +
- ", wtdstLttd=" + wtdstLttd +
- ", locNm='" + locNm + '\'' +
- ", objType='" + objType + '\'' +
- ", objCode='" + objCode + '\'' +
- ", objName='" + objName + '\'' +
- ", centerXGd=" + centerXGd +
- ", centerYGd=" + centerYGd +
- ", prjamntTcfSum='" + prjamntTcfSum + '\'' +
- ", prjamntMony='" + prjamntMony + '\'' +
- ", prjamntSum='" + prjamntSum + '\'' +
- ", prjState='" + prjState + '\'' +
- ", fdPlan='" + fdPlan + '\'' +
- ", year='" + year + '\'' +
- ", wtdstId='" + wtdstId + '\'' +
- ", wtdstType='" + wtdstType + '\'' +
- ", wtdstNm='" + wtdstNm + '\'' +
- ", wtdstState='" + wtdstState + '\'' +
- ", locAd='" + locAd + '\'' +
- ", cost=" + cost +
- ", planRcvr=" + planRcvr +
- ", prjType='" + prjType + '\'' +
- ", wtdstLev='" + wtdstLev + '\'' +
- ", prjamntTcfBch='" + prjamntTcfBch + '\'' +
- ", prjamntTcfNo='" + prjamntTcfNo + '\'' +
- ", src='" + src + '\'' +
- ", adName='" + adName + '\'' +
- ", provincial='" + provincial + '\'' +
- "} " + super.toString();
- }
- }
|