| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359 |
- package cn.com.goldenwater.dcproj.dto;
- import io.swagger.annotations.ApiModelProperty;
- /**
- * Created by 61618 on 2019/4/23.
- */
- public class ProSourceProtectDto {
- private String objId;
- // 水源地编码
- @ApiModelProperty("水源地编码")
- private String wtsrCd;
- // 未划定水源保护区或保护范围
- @ApiModelProperty("未划定水源保护区或保护范围")
- private String proPlbm;
- // 不存在水源保护标志
- @ApiModelProperty("不存在水源保护标志")
- private String mkPlbm;
- // 周边存在污染源
- @ApiModelProperty("周边存在污染源")
- private String pollPlbm;
- // 不存在应急备用水源
- private Double lgtdpc;
- private Double lttdpc;
- // 供水工程水源地ID
- private String engSurId;
- // 农村饮水工程登记表ID
- private String engId;
- // 水源地名称
- @ApiModelProperty("水源地名称")
- private String waterSourceNm;
- // 所在地
- @ApiModelProperty("所在地")
- private String villageNm;
- // 供水工程
- @ApiModelProperty("供水工程编码")
- private String cwsCode;
- // 设计取水规模(m3/d)
- @ApiModelProperty("取水规模(m3/d)")
- private Double planInsAmount;
- // 水源类型
- private String sourceType;
- // 是否划定水源保护区或保护范围
- private String isProtectArea;
- // 水源水质评价
- private String waterQuality;
- // 是否有水源保护标志
- private String isProtectMark;
- // 周边是否有污染源
- private String isPollSource;
- // 是否有应急备用水源
- private String isSpare;
- // 暗访日期
- private String visitDate;
- // 记录人员ID
- private String recPersId;
- // 记录人员
- private String recPers2;
- // 记录人员电话
- private String recPersTel;
- // 创建时间
- private String createTime;
- // 修改时间
- private String updateTime;
- // 状态
- private String status;
- private String src;
- private String adCode;
- //周边污染源备注
- private String pollNote;
- @ApiModelProperty(value = "高德经度")
- private Double centerXGd;
- @ApiModelProperty(value = "高德纬度")
- private Double centerYGd;
- 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 getObjId() {
- return objId;
- }
- public void setObjId(String objId) {
- this.objId = objId;
- }
- public String getWtsrCd() {
- return wtsrCd;
- }
- public void setWtsrCd(String wtsrCd) {
- this.wtsrCd = wtsrCd;
- }
- public String getProPlbm() {
- return proPlbm;
- }
- public void setProPlbm(String proPlbm) {
- this.proPlbm = proPlbm;
- }
- public String getMkPlbm() {
- return mkPlbm;
- }
- public void setMkPlbm(String mkPlbm) {
- this.mkPlbm = mkPlbm;
- }
- public String getPollPlbm() {
- return pollPlbm;
- }
- public void setPollPlbm(String pollPlbm) {
- this.pollPlbm = pollPlbm;
- }
- public Double getLgtdpc() {
- return lgtdpc;
- }
- public void setLgtdpc(Double lgtdpc) {
- this.lgtdpc = lgtdpc;
- }
- public Double getLttdpc() {
- return lttdpc;
- }
- public void setLttdpc(Double lttdpc) {
- this.lttdpc = lttdpc;
- }
- public String getEngSurId() {
- return engSurId;
- }
- public void setEngSurId(String engSurId) {
- this.engSurId = engSurId;
- }
- public String getEngId() {
- return engId;
- }
- public void setEngId(String engId) {
- this.engId = engId;
- }
- public String getWaterSourceNm() {
- return waterSourceNm;
- }
- public void setWaterSourceNm(String waterSourceNm) {
- this.waterSourceNm = waterSourceNm;
- }
- public String getVillageNm() {
- return villageNm;
- }
- public void setVillageNm(String villageNm) {
- this.villageNm = villageNm;
- }
- public String getCwsCode() {
- return cwsCode;
- }
- public void setCwsCode(String cwsCode) {
- this.cwsCode = cwsCode;
- }
- public Double getPlanInsAmount() {
- return planInsAmount;
- }
- public void setPlanInsAmount(Double planInsAmount) {
- this.planInsAmount = planInsAmount;
- }
- public String getSourceType() {
- return sourceType;
- }
- public void setSourceType(String sourceType) {
- this.sourceType = sourceType;
- }
- public String getIsProtectArea() {
- return isProtectArea;
- }
- public void setIsProtectArea(String isProtectArea) {
- this.isProtectArea = isProtectArea;
- }
- public String getWaterQuality() {
- return waterQuality;
- }
- public void setWaterQuality(String waterQuality) {
- this.waterQuality = waterQuality;
- }
- public String getIsProtectMark() {
- return isProtectMark;
- }
- public void setIsProtectMark(String isProtectMark) {
- this.isProtectMark = isProtectMark;
- }
- public String getIsPollSource() {
- return isPollSource;
- }
- public void setIsPollSource(String isPollSource) {
- this.isPollSource = isPollSource;
- }
- public String getIsSpare() {
- return isSpare;
- }
- public void setIsSpare(String isSpare) {
- this.isSpare = isSpare;
- }
- public String getVisitDate() {
- return visitDate;
- }
- public void setVisitDate(String visitDate) {
- this.visitDate = visitDate;
- }
- public String getRecPersId() {
- return recPersId;
- }
- public void setRecPersId(String recPersId) {
- this.recPersId = recPersId;
- }
- public String getRecPers2() {
- return recPers2;
- }
- public void setRecPers2(String recPers2) {
- this.recPers2 = recPers2;
- }
- public String getRecPersTel() {
- return recPersTel;
- }
- public void setRecPersTel(String recPersTel) {
- this.recPersTel = recPersTel;
- }
- public String getCreateTime() {
- return createTime;
- }
- public void setCreateTime(String createTime) {
- this.createTime = createTime;
- }
- public String getUpdateTime() {
- return updateTime;
- }
- public void setUpdateTime(String updateTime) {
- this.updateTime = updateTime;
- }
- public String getStatus() {
- return status;
- }
- public void setStatus(String status) {
- this.status = status;
- }
- public String getSrc() {
- return src;
- }
- public void setSrc(String src) {
- this.src = src;
- }
- public String getAdCode() {
- return adCode;
- }
- public void setAdCode(String adCode) {
- this.adCode = adCode;
- }
- public String getPollNote() {
- return pollNote;
- }
- public void setPollNote(String pollNote) {
- this.pollNote = pollNote;
- }
- @Override
- public String toString() {
- return "ProSourceProtectDto{" +
- "wtsrCd='" + wtsrCd + '\'' +
- ", proPlbm='" + proPlbm + '\'' +
- ", mkPlbm='" + mkPlbm + '\'' +
- ", pollPlbm='" + pollPlbm + '\'' +
- ", lgtdpc=" + lgtdpc +
- ", lttdpc=" + lttdpc +
- ", engSurId='" + engSurId + '\'' +
- ", engId='" + engId + '\'' +
- ", waterSourceNm='" + waterSourceNm + '\'' +
- ", villageNm='" + villageNm + '\'' +
- ", cwsCode='" + cwsCode + '\'' +
- ", planInsAmount=" + planInsAmount +
- ", sourceType='" + sourceType + '\'' +
- ", isProtectArea='" + isProtectArea + '\'' +
- ", waterQuality='" + waterQuality + '\'' +
- ", isProtectMark='" + isProtectMark + '\'' +
- ", isPollSource='" + isPollSource + '\'' +
- ", isSpare='" + isSpare + '\'' +
- ", visitDate='" + visitDate + '\'' +
- ", recPersId='" + recPersId + '\'' +
- ", recPers2='" + recPers2 + '\'' +
- ", recPersTel='" + recPersTel + '\'' +
- ", createTime='" + createTime + '\'' +
- ", updateTime='" + updateTime + '\'' +
- ", status='" + status + '\'' +
- ", src='" + src + '\'' +
- ", adCode='" + adCode + '\'' +
- ", pollNote='" + pollNote + '\'' +
- '}';
- }
- }
|