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:BisNewCountryFee * * @author lune * @date 2020-3-27 */ @JsonIgnoreProperties(value = {"handler","hibernateLazyInitializer"}) public class BisNewCountryFee extends BaseBean implements Serializable { @ApiModelProperty("工程是否正常运行") private String isProNormal; @ApiModelProperty("高德经度") private Double lgtd; @ApiModelProperty("高德纬度") private Double lttd; @ApiModelProperty("pc经度") private Double lgtdpc; @ApiModelProperty("pc纬度") private Double lttdpc; @ApiModelProperty("1为月元。户/2为月人。户") private String gudingPriceDw; @ApiModelProperty("固定水价,以及两步制水价固定水价部分") private String gudingPrice; @ApiModelProperty("存放限制额度(两步制水价限额)") private String xianEPrice; @ApiModelProperty("单一制水价价格,计量水价存放") private String jiliangPrice; @ApiModelProperty("两步制水价价格,计量水价存放") private String jiliangPriceTwo; @ApiModelProperty("两步制水价价格,固定水价存放") private String gudingPriceTwo; @ApiModelProperty("阶梯水价1") private String jietiPriceOne; @ApiModelProperty("阶梯水价2") private String jietiPriceTwo; @ApiModelProperty("阶梯水价3") private String jietiPriceThree; @ApiModelProperty("阶梯水价,阶梯限额1") private String jietiXianeOne; @ApiModelProperty("阶梯水价,阶梯限额2") private String jietiXianeTwo; @ApiModelProperty("阶梯水价,阶梯限额3") private String jietiXianeThree; @ApiModelProperty("水价类型,1单一水价,2两步制水价,3阶梯水价,4固定水价") private String feeType; @ApiModelProperty("计量水价信息") private String isJiliangFeeNote; @ApiModelProperty("计量水价类型,feeType类型1-3为1") private String isJiliangFeeType; @ApiModelProperty("计量水价") private String isJiliangFee; @ApiModelProperty("固定水价信息") private String isGudingFeeNote; @ApiModelProperty("固定水价,feeType类型为4,值为1") private String isGudingFee; @ApiModelProperty("供水工程id") private String id; @ApiModelProperty(value = "人饮督查登记表id",required = true) private String regstrId; @ApiModelProperty(value = "行政村编码",required = true) private String adCode; @ApiModelProperty(value = "所在地") private String location; @ApiModelProperty(value = "人饮工程编码") private String cwsCode; @ApiModelProperty("设计供水规模") private String designWaterSupply; @ApiModelProperty("建成时间") private String finishTime; @ApiModelProperty("覆盖人口") private String overPeople; @ApiModelProperty("村组,所在地") private String villageNm; @ApiModelProperty("是否贫困县") private String isPkx; @ApiModelProperty("是否氟超标县,1是,2否") private String isFoOver; @ApiModelProperty("工程名称") private String projectNm; @ApiModelProperty("工程类型,1千人工程,2万人工程,3千人以下集中供水工程") private String projectType; @ApiModelProperty("水费是否定价,1是,2否") private String isFeeMake; @ApiModelProperty("水费定价依据,1政府文件定价,2自主定价,3物价部门核定") private String feeRely; @ApiModelProperty("计量水价信息") private String isJiliangNote; @ApiModelProperty("计量水价类型") private String isJiliangType; @ApiModelProperty("固定水价信息") private String isGudingNote; @ApiModelProperty("固定水价类型") private String isGudingType; @ApiModelProperty("是否收取水费") private String isCalFee; @ApiModelProperty("水费加补助是否覆盖成本") private String isOverBaseFee; @ApiModelProperty("水费缴费率") private String payFeeProcent; @ApiModelProperty("净化设备是否配备") private String isOwnCleanTool; @ApiModelProperty("净化设备是否运行政策") private String cleanToolNormal; @ApiModelProperty("暗访日期") private String visitDate; @ApiModelProperty("记录人员ID") private String persId; @ApiModelProperty("暗访人名称") private String recPers2; @ApiModelProperty("创建时间") private Date createTime; @ApiModelProperty("修改时间") private Date updateTime; private String status; @ApiModelProperty("消毒设备是否配置") private String isOwnDisinfTool; @ApiModelProperty("消毒设备是否符合政策") private String isOwnDisinfNormal; @ApiModelProperty("水质检测有无报告") private String waterQuaHaveNote; @ApiModelProperty("水质检测是否合格") private String waterQuaIsHege; @ApiModelProperty("水质检测不合格备注") private String waterQuaNohgNote; @ApiModelProperty("服务电话") private String telephone; @ApiModelProperty("详细地址") private String adFullName; public BisNewCountryFee() { } public String getIsProNormal() { return isProNormal; } public void setIsProNormal(String isProNormal) { this.isProNormal = isProNormal; } public String getAdFullName() { return adFullName; } public void setAdFullName(String adFullName) { this.adFullName = adFullName; } public String getGudingPriceTwo() { return gudingPriceTwo; } public void setGudingPriceTwo(String gudingPriceTwo) { this.gudingPriceTwo = gudingPriceTwo; } public String getJiliangPriceTwo() { return jiliangPriceTwo; } public void setJiliangPriceTwo(String jiliangPriceTwo) { this.jiliangPriceTwo = jiliangPriceTwo; } public String getGudingPriceDw() { return gudingPriceDw; } public void setGudingPriceDw(String gudingPriceDw) { this.gudingPriceDw = gudingPriceDw; } public String getGudingPrice() { return gudingPrice; } public void setGudingPrice(String gudingPrice) { this.gudingPrice = gudingPrice; } public String getXianEPrice() { return xianEPrice; } public void setXianEPrice(String xianEPrice) { this.xianEPrice = xianEPrice; } public String getJiliangPrice() { return jiliangPrice; } public void setJiliangPrice(String jiliangPrice) { this.jiliangPrice = jiliangPrice; } public String getJietiPriceOne() { return jietiPriceOne; } public void setJietiPriceOne(String jietiPriceOne) { this.jietiPriceOne = jietiPriceOne; } public String getJietiPriceTwo() { return jietiPriceTwo; } public void setJietiPriceTwo(String jietiPriceTwo) { this.jietiPriceTwo = jietiPriceTwo; } public String getJietiPriceThree() { return jietiPriceThree; } public void setJietiPriceThree(String jietiPriceThree) { this.jietiPriceThree = jietiPriceThree; } public String getJietiXianeOne() { return jietiXianeOne; } public void setJietiXianeOne(String jietiXianeOne) { this.jietiXianeOne = jietiXianeOne; } public String getJietiXianeTwo() { return jietiXianeTwo; } public void setJietiXianeTwo(String jietiXianeTwo) { this.jietiXianeTwo = jietiXianeTwo; } public String getJietiXianeThree() { return jietiXianeThree; } public void setJietiXianeThree(String jietiXianeThree) { this.jietiXianeThree = jietiXianeThree; } public String getIsJiliangFeeNote() { return isJiliangFeeNote; } public void setIsJiliangFeeNote(String isJiliangFeeNote) { this.isJiliangFeeNote = isJiliangFeeNote; } public String getIsJiliangFeeType() { return isJiliangFeeType; } public void setIsJiliangFeeType(String isJiliangFeeType) { this.isJiliangFeeType = isJiliangFeeType; } public String getIsGudingFeeNote() { return isGudingFeeNote; } public void setIsGudingFeeNote(String isGudingFeeNote) { this.isGudingFeeNote = isGudingFeeNote; } public String getLocation() { return location; } public void setLocation(String location) { this.location = location; } public Double getLgtd() { return lgtd; } public void setLgtd(Double lgtd) { this.lgtd = lgtd; } public Double getLttd() { return lttd; } public void setLttd(Double lttd) { this.lttd = lttd; } 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 getCwsCode() { return cwsCode; } public void setCwsCode(String cwsCode) { this.cwsCode = cwsCode; } public String getId() { return id; } public void setId(String id) { this.id = id; } public String getRegstrId() { return regstrId; } public void setRegstrId(String regstrId) { this.regstrId = regstrId; } public String getAdCode() { return adCode; } public void setAdCode(String adCode) { this.adCode = adCode; } public String getDesignWaterSupply() { return designWaterSupply; } public void setDesignWaterSupply(String designWaterSupply) { this.designWaterSupply = designWaterSupply; } public String getFinishTime() { return finishTime; } public void setFinishTime(String finishTime) { this.finishTime = finishTime; } public String getOverPeople() { return overPeople; } public void setOverPeople(String overPeople) { this.overPeople = overPeople; } public String getVillageNm() { return villageNm; } public void setVillageNm(String villageNm) { this.villageNm = villageNm; } public String getIsPkx() { return isPkx; } public void setIsPkx(String isPkx) { this.isPkx = isPkx; } public String getIsFoOver() { return isFoOver; } public void setIsFoOver(String isFoOver) { this.isFoOver = isFoOver; } public String getProjectNm() { return projectNm; } public void setProjectNm(String projectNm) { this.projectNm = projectNm; } public String getProjectType() { return projectType; } public void setProjectType(String projectType) { this.projectType = projectType; } public String getIsFeeMake() { return isFeeMake; } public void setIsFeeMake(String isFeeMake) { this.isFeeMake = isFeeMake; } public String getFeeRely() { return feeRely; } public void setFeeRely(String feeRely) { this.feeRely = feeRely; } public String getIsJiliangNote() { return isJiliangNote; } public void setIsJiliangNote(String isJiliangNote) { this.isJiliangNote = isJiliangNote; } public String getIsJiliangType() { return isJiliangType; } public void setIsJiliangType(String isJiliangType) { this.isJiliangType = isJiliangType; } public String getIsJiliangFee() { return isJiliangFee; } public void setIsJiliangFee(String isJiliangFee) { this.isJiliangFee = isJiliangFee; } public String getIsGudingNote() { return isGudingNote; } public void setIsGudingNote(String isGudingNote) { this.isGudingNote = isGudingNote; } public String getIsGudingType() { return isGudingType; } public void setIsGudingType(String isGudingType) { this.isGudingType = isGudingType; } public String getIsGudingFee() { return isGudingFee; } public void setIsGudingFee(String isGudingFee) { this.isGudingFee = isGudingFee; } public String getFeeType() { return feeType; } public void setFeeType(String feeType) { this.feeType = feeType; } public String getIsCalFee() { return isCalFee; } public void setIsCalFee(String isCalFee) { this.isCalFee = isCalFee; } public String getIsOverBaseFee() { return isOverBaseFee; } public void setIsOverBaseFee(String isOverBaseFee) { this.isOverBaseFee = isOverBaseFee; } public String getPayFeeProcent() { return payFeeProcent; } public void setPayFeeProcent(String payFeeProcent) { this.payFeeProcent = payFeeProcent; } public String getIsOwnCleanTool() { return isOwnCleanTool; } public void setIsOwnCleanTool(String isOwnCleanTool) { this.isOwnCleanTool = isOwnCleanTool; } public String getCleanToolNormal() { return cleanToolNormal; } public void setCleanToolNormal(String cleanToolNormal) { this.cleanToolNormal = cleanToolNormal; } public String getVisitDate() { return visitDate; } public void setVisitDate(String visitDate) { this.visitDate = visitDate; } public String getPersId() { return persId; } public void setPersId(String persId) { this.persId = persId; } public String getRecPers2() { return recPers2; } public void setRecPers2(String recPers2) { this.recPers2 = recPers2; } public Date getCreateTime() { return createTime; } public void setCreateTime(Date createTime) { this.createTime = createTime; } public Date getUpdateTime() { return updateTime; } public void setUpdateTime(Date updateTime) { this.updateTime = updateTime; } public String getStatus() { return status; } public void setStatus(String status) { this.status = status; } public String getIsOwnDisinfTool() { return isOwnDisinfTool; } public void setIsOwnDisinfTool(String isOwnDisinfTool) { this.isOwnDisinfTool = isOwnDisinfTool; } public String getIsOwnDisinfNormal() { return isOwnDisinfNormal; } public void setIsOwnDisinfNormal(String isOwnDisinfNormal) { this.isOwnDisinfNormal = isOwnDisinfNormal; } public String getWaterQuaHaveNote() { return waterQuaHaveNote; } public void setWaterQuaHaveNote(String waterQuaHaveNote) { this.waterQuaHaveNote = waterQuaHaveNote; } public String getWaterQuaIsHege() { return waterQuaIsHege; } public void setWaterQuaIsHege(String waterQuaIsHege) { this.waterQuaIsHege = waterQuaIsHege; } public String getWaterQuaNohgNote() { return waterQuaNohgNote; } public void setWaterQuaNohgNote(String waterQuaNohgNote) { this.waterQuaNohgNote = waterQuaNohgNote; } public String getTelephone() { return telephone; } public void setTelephone(String telephone) { this.telephone = telephone; } @Override public String toString() { return "BisNewCountryFee [" + "id=" + id + ", regstrId=" + regstrId + ", adCode=" + adCode + ", designWaterSupply=" + designWaterSupply + ", finishTime=" + finishTime + ", overPeople=" + overPeople + ", villageNm=" + villageNm + ", isPkx=" + isPkx + ", isFoOver=" + isFoOver + ", projectNm=" + projectNm + ", projectType=" + projectType + ", isFeeMake=" + isFeeMake + ", feeRely=" + feeRely + ", isJiliangNote=" + isJiliangNote + ", isJiliangType=" + isJiliangType + ", isJiliangFee=" + isJiliangFee + ", isGudingNote=" + isGudingNote + ", isGudingType=" + isGudingType + ", isGudingFee=" + isGudingFee + ", feeType=" + feeType + ", isCalFee=" + isCalFee + ", isOverBaseFee=" + isOverBaseFee + ", payFeeProcent=" + payFeeProcent + ", isOwnCleanTool=" + isOwnCleanTool + ", cleanToolNormal=" + cleanToolNormal + ", visitDate=" + visitDate + ", persId=" + persId + ", recPers2=" + recPers2 + ", createTime=" + createTime + ", updateTime=" + updateTime + ", status=" + status + ", isOwnDisinfTool=" + isOwnDisinfTool + ", isOwnDisinfNormal=" + isOwnDisinfNormal + ", waterQuaHaveNote=" + waterQuaHaveNote + ", waterQuaIsHege=" + waterQuaIsHege + ", waterQuaNohgNote=" + waterQuaNohgNote + ", telephone=" + telephone + "]"; } }