| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725 |
- 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:BisInspVill2021Cws
- *
- * @author lhc
- * @date 2021-6-16
- */
- @JsonIgnoreProperties(value = {"handler", "hibernateLazyInitializer"})
- public class BisInspVill2021Cws extends BaseBean implements Serializable {
- /**
- * 主键ID
- */
- @ApiModelProperty(value = "主键ID", name = "id")
- private String id;
- @ApiModelProperty(value = "行政划区ID", name = "adCode")
- private String adCode;
- @ApiModelProperty(value = "行政划区", name = "adName")
- private String adName;
- /**
- * 登记表ID
- */
- @ApiModelProperty(value = "登记表ID", name = "rgstrId")
- private String rgstrId;
- /**
- * 所在地
- */
- @ApiModelProperty(value = "所在地", name = "cwsLoc")
- private String cwsLoc;
- /**
- * 所在村组
- */
- @ApiModelProperty(value = "所在村组", name = "cwsVill")
- private String cwsVill;
- /**
- * PC经度
- */
- @ApiModelProperty(value = "PC经度", name = "centerX")
- private Double centerX;
- /**
- * PC纬度
- */
- @ApiModelProperty(value = "PC纬度", name = "centerY")
- private Double centerY;
- /**
- * 高德经度
- */
- @ApiModelProperty(value = "高德经度", name = "gdX")
- private Double gdX;
- /**
- * 高德纬度
- */
- @ApiModelProperty(value = "高德纬度", name = "gdY")
- private Double gdY;
- /**
- * 是否国家级脱贫县
- */
- @ApiModelProperty(value = "是否国家级脱贫县", name = "isOvpvCounty")
- private String isOvpvCounty;
- /**
- * 是否氟超标县
- */
- @ApiModelProperty(value = "是否氟超标县", name = "isOvyfCounty")
- private String isOvyfCounty;
- /**
- * 是否苦咸水超标县
- */
- @ApiModelProperty(value = "是否苦咸水超标县", name = "isOvslyCounty")
- private String isOvslyCounty;
- /**
- * 工程类型 1千吨万人供水工程 2千人供水工程 3千人以下集中供水工程
- */
- @ApiModelProperty(value = "工程类型 1千吨万人供水工程 2千人供水工程 3千人以下集中供水工程", name = "villType")
- private String villType;
- /**
- * 是否氟改水工程
- */
- @ApiModelProperty(value = "是否氟改水工程", name = "isOvyfCws")
- private String isOvyfCws;
- /**
- * 是否苦咸水改水工程
- */
- @ApiModelProperty(value = "是否苦咸水改水工程", name = "isOvslyCws")
- private String isOvslyCws;
- /**
- * 是否正常运行
- */
- @ApiModelProperty(value = "是否正常运行", name = "isRunCws")
- private String isRunCws;
- /**
- * 不能正常运行原因
- */
- @ApiModelProperty(value = "不能正常运行原因", name = "nrunNote")
- private String nrunNote;
- /**
- * 是否定价
- */
- @ApiModelProperty(value = "是否定价", name = "isFix")
- private String isFix;
- /**
- * 水价类型 1单一制水价 2两部制水价 3阶梯水价 4 固定水价
- */
- @ApiModelProperty(value = "水价类型 1单一制水价 2两部制水价 3阶梯水价 4 固定水价", name = "wtType")
- private String wtType;
- /**
- * 单一制水价 元
- */
- @ApiModelProperty(value = "单一制水价 元", name = "singCost")
- private Double singCost;
- /**
- * 两部制水价固定水价
- */
- @ApiModelProperty(value = "两部制水价固定水价", name = "twoCost")
- private Double twoCost;
- /** 计量水价 元 */
- @ApiModelProperty(value="计量水价 元",name="meaCost")
- private Double meaCost;
- /**
- * 两部制水价限额计量水价
- */
- @ApiModelProperty(value = "两部制水价限额计量水价", name = "twoCostLimt")
- private Double twoCostLimt;
- /**
- * 阶梯水价 第一阶梯 固定 元
- */
- @ApiModelProperty(value = "阶梯水价 第一阶梯 固定 元", name = "step1Cost")
- private Double step1Cost;
- /**
- * 阶梯水价 第一阶梯 限额
- */
- @ApiModelProperty(value = "阶梯水价 第一阶梯 限额", name = "step1CostLimt")
- private Double step1CostLimt;
- /**
- * 阶梯水价 第二阶梯 固定 元
- */
- @ApiModelProperty(value = "阶梯水价 第二阶梯 固定 元", name = "step2Cost")
- private Double step2Cost;
- /**
- * 阶梯水价 第二阶梯 限额
- */
- @ApiModelProperty(value = "阶梯水价 第二阶梯 限额", name = "step2CostLimt")
- private Double step2CostLimt;
- /**
- * 阶梯水价 第三阶梯 固定 元
- */
- @ApiModelProperty(value = "阶梯水价 第三阶梯 固定 元", name = "step3Cost")
- private Double step3Cost;
- /**
- * 阶梯水价 第三阶梯 限额
- */
- @ApiModelProperty(value = "阶梯水价 第三阶梯 限额", name = "step3CostLimt")
- private Double step3CostLimt;
- /**
- * 固定水价 元
- */
- @ApiModelProperty(value = "固定水价 元", name = "fixCost")
- private Double fixCost;
- /**
- * 固定水价单位 月/人月
- */
- @ApiModelProperty(value = "固定水价单位 月/人月", name = "fixCostUnit")
- private String fixCostUnit;
- /**
- * 是否收取水费
- */
- @ApiModelProperty(value = "是否收取水费", name = "isCost")
- private String isCost;
- /**
- * 水费加补助是否覆盖运行成本
- */
- @ApiModelProperty(value = "水费加补助是否覆盖运行成本", name = "isCostSub")
- private String isCostSub;
- /**
- * 是否配备净化设备
- */
- @ApiModelProperty(value = "是否配备净化设备", name = "isCleanEq")
- private String isCleanEq;
- /**
- * 配备净化设备是否正常运行
- */
- @ApiModelProperty(value = "配备净化设备是否正常运行", name = "isCleanRun")
- private String isCleanRun;
- /**
- * 是否配备消毒设备
- */
- @ApiModelProperty(value = "是否配备消毒设备", name = "isWipeEq")
- private String isWipeEq;
- /**
- * 配备消毒设备是否运行正常
- */
- @ApiModelProperty(value = "配备消毒设备是否运行正常", name = "isWipeRun")
- private String isWipeRun;
- /**
- * 是否有水质检测报告
- */
- @ApiModelProperty(value = "是否有水质检测报告", name = "isChkRpt")
- private String isChkRpt;
- /**
- * 水质检测报告是否合格
- */
- @ApiModelProperty(value = "水质检测报告是否合格", name = "isChkRptPass")
- private String isChkRptPass;
- /**
- * 水质检测报告不合格指标
- */
- @ApiModelProperty(value = "水质检测报告不合格指标", name = "chkRptPassNote")
- private String chkRptPassNote;
- /**
- * 供水单位性质 1水利部门 2企业,包括水利部门下属企业和承包工程的企业 3乡镇 4村委会 5其他
- */
- @ApiModelProperty(value = "供水单位性质 1水利部门 2企业,包括水利部门下属企业和承包工程的企业 3乡镇 4村委会 5其他", name = "unitType")
- private String unitType;
- /**
- * 是否设置管水员
- */
- @ApiModelProperty(value = "是否设置管水员", name = "isSetAdmin")
- private String isSetAdmin;
- /**
- * 是否有水源地
- */
- @ApiModelProperty(value = "是否有水源地", name = "isWatrSour")
- private String isWatrSour;
- /**
- * 水源类型 1地表水 2地下水 3混合
- */
- @ApiModelProperty(value = "水源类型 1地表水 2地下水 3混合", name = "swhsType")
- private String swhsType;
- /**
- * 水源水量是否充足
- */
- @ApiModelProperty(value = "水源水量是否充足", name = "isMeet")
- private String isMeet;
- /**
- * 水源水质评价 1 Ⅰ至Ⅲ类 2Ⅳ及以下
- */
- @ApiModelProperty(value = "水源水质评价 1 Ⅰ至Ⅲ类 2Ⅳ及以下", name = "evltType")
- private String evltType;
- /**
- * 是否划定水源保护区或保护范围
- */
- @ApiModelProperty(value = "是否划定水源保护区或保护范围", name = "isRange")
- private String isRange;
- /**
- * 备注
- */
- @ApiModelProperty(value = "备注", name = "note")
- private String note;
- /**
- * 记录人员ID
- */
- @ApiModelProperty(value = "记录人员ID", name = "persId")
- private String persId;
- /**
- * 创建时间
- */
- @ApiModelProperty(value = "创建时间", name = "intm")
- private Date intm;
- /**
- * 最后修改时间
- */
- @ApiModelProperty(value = "最后修改时间", name = "uptm")
- private Date uptm;
- /**
- * 数据状态(0:正常;9:删除)
- */
- @ApiModelProperty(value = "数据状态(0:正常;9:删除)", name = "dataStat")
- private String dataStat;
- @ApiModelProperty(value = "工程ID", name = "cwsCode")
- private String cwsCode;
- @ApiModelProperty(value = "工程名称", name = "cwsNm")
- private String cwsNm;
- public Double getMeaCost() {
- return meaCost;
- }
- public void setMeaCost(Double meaCost) {
- this.meaCost = meaCost;
- }
- 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 String getCwsCode() {
- return cwsCode;
- }
- public void setCwsCode(String cwsCode) {
- this.cwsCode = cwsCode;
- }
- public String getCwsNm() {
- return cwsNm;
- }
- public void setCwsNm(String cwsNm) {
- this.cwsNm = cwsNm;
- }
- 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 getCwsLoc() {
- return cwsLoc;
- }
- public void setCwsLoc(String cwsLoc) {
- this.cwsLoc = cwsLoc;
- }
- public String getCwsVill() {
- return cwsVill;
- }
- public void setCwsVill(String cwsVill) {
- this.cwsVill = cwsVill;
- }
- 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 String getIsOvpvCounty() {
- return isOvpvCounty;
- }
- public void setIsOvpvCounty(String isOvpvCounty) {
- this.isOvpvCounty = isOvpvCounty;
- }
- public String getIsOvyfCounty() {
- return isOvyfCounty;
- }
- public void setIsOvyfCounty(String isOvyfCounty) {
- this.isOvyfCounty = isOvyfCounty;
- }
- public String getIsOvslyCounty() {
- return isOvslyCounty;
- }
- public void setIsOvslyCounty(String isOvslyCounty) {
- this.isOvslyCounty = isOvslyCounty;
- }
- public String getVillType() {
- return villType;
- }
- public void setVillType(String villType) {
- this.villType = villType;
- }
- public String getIsOvyfCws() {
- return isOvyfCws;
- }
- public void setIsOvyfCws(String isOvyfCws) {
- this.isOvyfCws = isOvyfCws;
- }
- public String getIsOvslyCws() {
- return isOvslyCws;
- }
- public void setIsOvslyCws(String isOvslyCws) {
- this.isOvslyCws = isOvslyCws;
- }
- public String getIsRunCws() {
- return isRunCws;
- }
- public void setIsRunCws(String isRunCws) {
- this.isRunCws = isRunCws;
- }
- public String getNrunNote() {
- return nrunNote;
- }
- public void setNrunNote(String nrunNote) {
- this.nrunNote = nrunNote;
- }
- public String getIsFix() {
- return isFix;
- }
- public void setIsFix(String isFix) {
- this.isFix = isFix;
- }
- public String getWtType() {
- return wtType;
- }
- public void setWtType(String wtType) {
- this.wtType = wtType;
- }
- public Double getSingCost() {
- return singCost;
- }
- public void setSingCost(Double singCost) {
- this.singCost = singCost;
- }
- public Double getTwoCost() {
- return twoCost;
- }
- public void setTwoCost(Double twoCost) {
- this.twoCost = twoCost;
- }
- public Double getTwoCostLimt() {
- return twoCostLimt;
- }
- public void setTwoCostLimt(Double twoCostLimt) {
- this.twoCostLimt = twoCostLimt;
- }
- public Double getStep1Cost() {
- return step1Cost;
- }
- public void setStep1Cost(Double step1Cost) {
- this.step1Cost = step1Cost;
- }
- public Double getStep1CostLimt() {
- return step1CostLimt;
- }
- public void setStep1CostLimt(Double step1CostLimt) {
- this.step1CostLimt = step1CostLimt;
- }
- public Double getStep2Cost() {
- return step2Cost;
- }
- public void setStep2Cost(Double step2Cost) {
- this.step2Cost = step2Cost;
- }
- public Double getStep2CostLimt() {
- return step2CostLimt;
- }
- public void setStep2CostLimt(Double step2CostLimt) {
- this.step2CostLimt = step2CostLimt;
- }
- public Double getStep3Cost() {
- return step3Cost;
- }
- public void setStep3Cost(Double step3Cost) {
- this.step3Cost = step3Cost;
- }
- public Double getStep3CostLimt() {
- return step3CostLimt;
- }
- public void setStep3CostLimt(Double step3CostLimt) {
- this.step3CostLimt = step3CostLimt;
- }
- public Double getFixCost() {
- return fixCost;
- }
- public void setFixCost(Double fixCost) {
- this.fixCost = fixCost;
- }
- public String getFixCostUnit() {
- return fixCostUnit;
- }
- public void setFixCostUnit(String fixCostUnit) {
- this.fixCostUnit = fixCostUnit;
- }
- public String getIsCost() {
- return isCost;
- }
- public void setIsCost(String isCost) {
- this.isCost = isCost;
- }
- public String getIsCostSub() {
- return isCostSub;
- }
- public void setIsCostSub(String isCostSub) {
- this.isCostSub = isCostSub;
- }
- public String getIsCleanEq() {
- return isCleanEq;
- }
- public void setIsCleanEq(String isCleanEq) {
- this.isCleanEq = isCleanEq;
- }
- public String getIsCleanRun() {
- return isCleanRun;
- }
- public void setIsCleanRun(String isCleanRun) {
- this.isCleanRun = isCleanRun;
- }
- public String getIsWipeEq() {
- return isWipeEq;
- }
- public void setIsWipeEq(String isWipeEq) {
- this.isWipeEq = isWipeEq;
- }
- public String getIsWipeRun() {
- return isWipeRun;
- }
- public void setIsWipeRun(String isWipeRun) {
- this.isWipeRun = isWipeRun;
- }
- public String getIsChkRpt() {
- return isChkRpt;
- }
- public void setIsChkRpt(String isChkRpt) {
- this.isChkRpt = isChkRpt;
- }
- public String getIsChkRptPass() {
- return isChkRptPass;
- }
- public void setIsChkRptPass(String isChkRptPass) {
- this.isChkRptPass = isChkRptPass;
- }
- public String getChkRptPassNote() {
- return chkRptPassNote;
- }
- public void setChkRptPassNote(String chkRptPassNote) {
- this.chkRptPassNote = chkRptPassNote;
- }
- public String getUnitType() {
- return unitType;
- }
- public void setUnitType(String unitType) {
- this.unitType = unitType;
- }
- public String getIsSetAdmin() {
- return isSetAdmin;
- }
- public void setIsSetAdmin(String isSetAdmin) {
- this.isSetAdmin = isSetAdmin;
- }
- public String getIsWatrSour() {
- return isWatrSour;
- }
- public void setIsWatrSour(String isWatrSour) {
- this.isWatrSour = isWatrSour;
- }
- public String getSwhsType() {
- return swhsType;
- }
- public void setSwhsType(String swhsType) {
- this.swhsType = swhsType;
- }
- public String getIsMeet() {
- return isMeet;
- }
- public void setIsMeet(String isMeet) {
- this.isMeet = isMeet;
- }
- public String getEvltType() {
- return evltType;
- }
- public void setEvltType(String evltType) {
- this.evltType = evltType;
- }
- public String getIsRange() {
- return isRange;
- }
- public void setIsRange(String isRange) {
- this.isRange = isRange;
- }
- 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;
- }
- @Override
- public String toString() {
- return "BisInspVill2021Cws [" + "id=" + id + ", rgstrId=" + rgstrId + ", cwsLoc=" + cwsLoc + ", cwsVill=" + cwsVill + ", centerX=" + centerX + ", centerY=" + centerY + ", gdX=" + gdX + ", gdY=" + gdY + ", isOvpvCounty=" + isOvpvCounty + ", isOvyfCounty=" + isOvyfCounty + ", isOvslyCounty=" + isOvslyCounty + ", villType=" + villType + ", isOvyfCws=" + isOvyfCws + ", isOvslyCws=" + isOvslyCws + ", isRunCws=" + isRunCws + ", nrunNote=" + nrunNote + ", isFix=" + isFix + ", wtType=" + wtType + ", singCost=" + singCost + ", twoCost=" + twoCost + ", twoCostLimt=" + twoCostLimt + ", step1Cost=" + step1Cost + ", step1CostLimt=" + step1CostLimt + ", step2Cost=" + step2Cost + ", step2CostLimt=" + step2CostLimt + ", step3Cost=" + step3Cost + ", step3CostLimt=" + step3CostLimt + ", fixCost=" + fixCost + ", fixCostUnit=" + fixCostUnit + ", isCost=" + isCost + ", isCostSub=" + isCostSub + ", isCleanEq=" + isCleanEq + ", isCleanRun=" + isCleanRun + ", isWipeEq=" + isWipeEq + ", isWipeRun=" + isWipeRun + ", isChkRpt=" + isChkRpt + ", isChkRptPass=" + isChkRptPass + ", chkRptPassNote=" + chkRptPassNote + ", unitType=" + unitType + ", isSetAdmin=" + isSetAdmin + ", isWatrSour=" + isWatrSour + ", swhsType=" + swhsType + ", isMeet=" + isMeet + ", evltType=" + evltType + ", isRange=" + isRange + ", note=" + note + ", persId=" + persId + ", intm=" + intm + ", uptm=" + uptm + ", dataStat=" + dataStat + "]";
- }
- }
|