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 java.io.Serializable; import java.util.Date; /** * entity:BisInspIrrTownsDsu * * @author lune * @date 2020-4-30 */ @JsonIgnoreProperties(value = {"handler","hibernateLazyInitializer"}) public class BisInspIrrTownsDsu extends BaseBean implements Serializable { @ApiModelProperty("小型农田水利工程运行管护监管部门 1水利部门 2农业农村部门 3乡镇政府 4委托村集体 5其他") private String curBulDep; @ApiModelProperty("当前小型农田水利工程运行管护部门") private String curRunDep; @ApiModelProperty("2019年小型农田水利建设投入资金(万元)") private Double inBulMoney; @ApiModelProperty("2019年小型农田水利维修养护资金需求(万元)") private Double inRunMoney; @ApiModelProperty("2019年上级下拨维修养护经费(万元)") private Double othrStnMoney; @ApiModelProperty("2019年本乡镇收取灌溉水费(万元)") private Double collectStnMoney; @ApiModelProperty("存在的问题及原因") private String wtrpPblm; @ApiModelProperty("意见建议") private String comments; @ApiModelProperty("调研人员姓名") private String invsrName; @ApiModelProperty("调研人员联系电话") private String invsrPhone; @ApiModelProperty("县水利部门联系人姓名") private String cunCntcName; @ApiModelProperty("县水利部门联系人电话") private String cunCntcPhone; @ApiModelProperty("调研时间") private Date rsrchTm; @ApiModelProperty("创建人") private String persId; @ApiModelProperty("创建时间") private Date intm; @ApiModelProperty("更新时间") private Date uptm; @ApiModelProperty("数据状态(0:正常;9:删除)") private String dataStat; @ApiModelProperty("填报状态") private String state; @ApiModelProperty("ID") private String id; @ApiModelProperty("水库督查登记ID") private String rgstrId; @ApiModelProperty("督查对象ID") private String objId; @ApiModelProperty("行政区代码") private String adCode; @ApiModelProperty("行政区名称") private String adName; @ApiModelProperty("农村人口(万人)") private Double rurPop; @ApiModelProperty("有效灌溉面积(万亩)") private Double effIrrArea; @ApiModelProperty("地形地貌 1山区 2平原 3丘陵") private String lndfrm; @ApiModelProperty("因工程问题导致原先可灌溉但现在无法 灌溉的面积亩") private Double prjPbmArea; @ApiModelProperty("乡镇水利服务机构名称") private String townsOrgNm; @ApiModelProperty("乡镇水利服务机构 隶属关系 1县水利局 2乡镇政府 3备注") private String townsOrgType; @ApiModelProperty("乡镇水利服务机构 隶属关系 1县水利局 2乡镇政府 3备注 手动输入") private String townsOrgTypeNote; @ApiModelProperty("小型农田水利工程运行管护监管部门其他手动填写") private String curBulDepNote; @ApiModelProperty("当前小型农田水利工程运行管护部门 其他手动输入") private String curRunDepNote; @ApiModelProperty("乡镇水利服务机构主要工作内容") private String townsOrgWork; @ApiModelProperty("PC经度") private Double centerX; @ApiModelProperty("PC纬度") private Double centerY; @ApiModelProperty("高德经度") private Double gdX; @ApiModelProperty("高德纬度") private Double gdY; public String getTownsOrgTypeNote() { return townsOrgTypeNote; } public void setTownsOrgTypeNote(String townsOrgTypeNote) { this.townsOrgTypeNote = townsOrgTypeNote; } public String getCurBulDepNote() { return curBulDepNote; } public void setCurBulDepNote(String curBulDepNote) { this.curBulDepNote = curBulDepNote; } public String getCurRunDepNote() { return curRunDepNote; } public void setCurRunDepNote(String curRunDepNote) { this.curRunDepNote = curRunDepNote; } public Double getCenterX() { return centerX; } public void setCenterX(Double centerX) { this.centerX = centerX; } public Double getCenterY() { return centerY; } public void setCenterY(Double centerY) { this.centerY = centerY; } public Double getGdX() { return gdX; } public void setGdX(Double gdX) { this.gdX = gdX; } public Double getGdY() { return gdY; } public void setGdY(Double gdY) { this.gdY = gdY; } public BisInspIrrTownsDsu() { } public String getCurBulDep() { return curBulDep; } public void setCurBulDep(String curBulDep) { this.curBulDep = curBulDep; } public String getCurRunDep() { return curRunDep; } public void setCurRunDep(String curRunDep) { this.curRunDep = curRunDep; } public Double getInBulMoney() { return inBulMoney; } public void setInBulMoney(Double inBulMoney) { this.inBulMoney = inBulMoney; } public Double getInRunMoney() { return inRunMoney; } public void setInRunMoney(Double inRunMoney) { this.inRunMoney = inRunMoney; } public Double getOthrStnMoney() { return othrStnMoney; } public void setOthrStnMoney(Double othrStnMoney) { this.othrStnMoney = othrStnMoney; } public Double getCollectStnMoney() { return collectStnMoney; } public void setCollectStnMoney(Double collectStnMoney) { this.collectStnMoney = collectStnMoney; } public String getWtrpPblm() { return wtrpPblm; } public void setWtrpPblm(String wtrpPblm) { this.wtrpPblm = wtrpPblm; } public String getComments() { return comments; } public void setComments(String comments) { this.comments = comments; } public String getInvsrName() { return invsrName; } public void setInvsrName(String invsrName) { this.invsrName = invsrName; } public String getInvsrPhone() { return invsrPhone; } public void setInvsrPhone(String invsrPhone) { this.invsrPhone = invsrPhone; } public String getCunCntcName() { return cunCntcName; } public void setCunCntcName(String cunCntcName) { this.cunCntcName = cunCntcName; } public String getCunCntcPhone() { return cunCntcPhone; } public void setCunCntcPhone(String cunCntcPhone) { this.cunCntcPhone = cunCntcPhone; } public Date getRsrchTm() { return rsrchTm; } public void setRsrchTm(Date rsrchTm) { this.rsrchTm = rsrchTm; } 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 getState() { return state; } public void setState(String state) { this.state = state; } public String getId() { return id; } public void setId(String id) { this.id = id; } @Override public String getRgstrId() { return rgstrId; } @Override public void setRgstrId(String rgstrId) { this.rgstrId = rgstrId; } @Override public String getObjId() { return objId; } @Override public void setObjId(String objId) { this.objId = objId; } public String getAdCode() { return adCode; } public void setAdCode(String adCode) { this.adCode = adCode; } public String getAdName() { return adName; } public void setAdName(String adName) { this.adName = adName; } public Double getRurPop() { return rurPop; } public void setRurPop(Double rurPop) { this.rurPop = rurPop; } public Double getEffIrrArea() { return effIrrArea; } public void setEffIrrArea(Double effIrrArea) { this.effIrrArea = effIrrArea; } public String getLndfrm() { return lndfrm; } public void setLndfrm(String lndfrm) { this.lndfrm = lndfrm; } public Double getPrjPbmArea() { return prjPbmArea; } public void setPrjPbmArea(Double prjPbmArea) { this.prjPbmArea = prjPbmArea; } public String getTownsOrgNm() { return townsOrgNm; } public void setTownsOrgNm(String townsOrgNm) { this.townsOrgNm = townsOrgNm; } public String getTownsOrgType() { return townsOrgType; } public void setTownsOrgType(String townsOrgType) { this.townsOrgType = townsOrgType; } public String getTownsOrgWork() { return townsOrgWork; } public void setTownsOrgWork(String townsOrgWork) { this.townsOrgWork = townsOrgWork; } @Override public String toString() { return "BisInspIrrTownsDsu [" + "curBulDep=" + curBulDep + ", curRunDep=" + curRunDep + ", inBulMoney=" + inBulMoney + ", inRunMoney=" + inRunMoney + ", othrStnMoney=" + othrStnMoney + ", collectStnMoney=" + collectStnMoney + ", wtrpPblm=" + wtrpPblm + ", comments=" + comments + ", invsrName=" + invsrName + ", invsrPhone=" + invsrPhone + ", cunCntcName=" + cunCntcName + ", cunCntcPhone=" + cunCntcPhone + ", rsrchTm=" + rsrchTm + ", persId=" + persId + ", intm=" + intm + ", uptm=" + uptm + ", dataStat=" + dataStat + ", state=" + state + ", id=" + id + ", rgstrId=" + rgstrId + ", objId=" + objId + ", adCode=" + adCode + ", adName=" + adName + ", rurPop=" + rurPop + ", effIrrArea=" + effIrrArea + ", lndfrm=" + lndfrm + ", prjPbmArea=" + prjPbmArea + ", townsOrgNm=" + townsOrgNm + ", townsOrgType=" + townsOrgType + ", townsOrgWork=" + townsOrgWork + "]"; } }