| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342 |
- 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:BisInspVill2021Usr
- *
- * @author lhc
- * @date 2021-6-16
- */
- @JsonIgnoreProperties(value = {"handler","hibernateLazyInitializer"})
- public class BisInspVill2021Usr extends BaseBean implements Serializable {
- /** 主键ID */
- @ApiModelProperty(value="主键ID",name="id")
- private String id;
- /** 行政村ID */
- @ApiModelProperty(value="行政村ID",name="villId")
- private String villId;
- /** 户主姓名 */
- @ApiModelProperty(value="户主姓名",name="usrNm")
- private String usrNm;
- /** 联系方式 */
- @ApiModelProperty(value="联系方式",name="usrTel")
- private String usrTel;
- /** 乡镇、村 */
- @ApiModelProperty(value="乡镇、村",name="usrLoc")
- private String usrLoc;
- /** 村组 */
- @ApiModelProperty(value="村组",name="usrVill")
- private String usrVill;
- /** 是否脱贫户 */
- @ApiModelProperty(value="是否脱贫户",name="isPoor")
- private String isPoor;
- /** 水质是否良好 */
- @ApiModelProperty(value="水质是否良好",name="isWtqa")
- private String isWtqa;
- /** 水量是否够用 */
- @ApiModelProperty(value="水量是否够用",name="isWtmt")
- private String isWtmt;
- /** 是否供水入户 */
- @ApiModelProperty(value="是否供水入户",name="isWtin")
- private String isWtin;
- /** 是否24小时供水 */
- @ApiModelProperty(value="是否24小时供水",name="is24wtin")
- private String is24wtin;
- /** 用水方便程度-是否达标 */
- @ApiModelProperty(value="用水方便程度-是否达标",name="isEasy")
- private String isEasy;
- /** 供水保证率--是否达标 */
- @ApiModelProperty(value="供水保证率--是否达标",name="isSafe")
- private String isSafe;
- /** 供水服务-是否知晓管水员或了解供水单位服务电话 */
- @ApiModelProperty(value="供水服务-是否知晓管水员或了解供水单位服务电话",name="isKnow")
- private String isKnow;
- /** 是否收取水费 */
- @ApiModelProperty(value="是否收取水费",name="isFee")
- private String isFee;
- /** 水价类型 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="meaCost")
- private Double meaCost;
- /** 两部制水价固定水价 */
- @ApiModelProperty(value="两部制水价固定水价",name="twoCost")
- private Double twoCost;
- /** 两部制水价限额计量水价 */
- @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="isSolve")
- private String isSolve;
- /** 记录人员ID */
- @ApiModelProperty(value="记录人员ID",name="persId")
- private String persId;
- /** 创建时间 */
- @ApiModelProperty(value="创建时间",name="intm")
- private Date intm;
- /** 最后修改时间 */
- @ApiModelProperty(value="最后修改时间",name="uptm")
- private Date uptm;
- /** 备注 */
- @ApiModelProperty(value="备注",name="note")
- private String note;
- /** 数据状态(0:正常;9:删除) */
- @ApiModelProperty(value="数据状态(0:正常;9:删除)",name="dataStat")
- private String dataStat;
- @ApiModelProperty("行政划区编码")
- private String adCode;
- public String getAdCode() {
- return adCode;
- }
- public void setAdCode(String adCode) {
- this.adCode = adCode;
- }
- public Double getMeaCost() {
- return meaCost;
- }
- public void setMeaCost(Double meaCost) {
- this.meaCost = meaCost;
- }
- public String getId() {
- return id;
- }
- public void setId(String id) {
- this.id = id;
- }
- public String getVillId() {
- return villId;
- }
- public void setVillId(String villId) {
- this.villId = villId;
- }
- public String getUsrNm() {
- return usrNm;
- }
- public void setUsrNm(String usrNm) {
- this.usrNm = usrNm;
- }
- public String getUsrTel() {
- return usrTel;
- }
- public void setUsrTel(String usrTel) {
- this.usrTel = usrTel;
- }
- public String getUsrLoc() {
- return usrLoc;
- }
- public void setUsrLoc(String usrLoc) {
- this.usrLoc = usrLoc;
- }
- public String getUsrVill() {
- return usrVill;
- }
- public void setUsrVill(String usrVill) {
- this.usrVill = usrVill;
- }
- public String getIsPoor() {
- return isPoor;
- }
- public void setIsPoor(String isPoor) {
- this.isPoor = isPoor;
- }
- public String getIsWtqa() {
- return isWtqa;
- }
- public void setIsWtqa(String isWtqa) {
- this.isWtqa = isWtqa;
- }
- public String getIsWtmt() {
- return isWtmt;
- }
- public void setIsWtmt(String isWtmt) {
- this.isWtmt = isWtmt;
- }
- public String getIsWtin() {
- return isWtin;
- }
- public void setIsWtin(String isWtin) {
- this.isWtin = isWtin;
- }
- public String getIs24wtin() {
- return is24wtin;
- }
- public void setIs24wtin(String is24wtin) {
- this.is24wtin = is24wtin;
- }
- public String getIsEasy() {
- return isEasy;
- }
- public void setIsEasy(String isEasy) {
- this.isEasy = isEasy;
- }
- public String getIsSafe() {
- return isSafe;
- }
- public void setIsSafe(String isSafe) {
- this.isSafe = isSafe;
- }
- public String getIsKnow() {
- return isKnow;
- }
- public void setIsKnow(String isKnow) {
- this.isKnow = isKnow;
- }
- public String getIsFee() {
- return isFee;
- }
- public void setIsFee(String isFee) {
- this.isFee = isFee;
- }
- 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 getIsSolve() {
- return isSolve;
- }
- public void setIsSolve(String isSolve) {
- this.isSolve = isSolve;
- }
- 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 getNote() {
- return note;
- }
- public void setNote(String note) {
- this.note = note;
- }
- public String getDataStat() {
- return dataStat;
- }
- public void setDataStat(String dataStat) {
- this.dataStat = dataStat;
- }
- @Override
- public String toString() {
- return "BisInspVill2021Usr [" + "id=" + id + ", villId=" + villId + ", usrNm=" + usrNm + ", usrTel=" + usrTel + ", usrLoc=" + usrLoc + ", usrVill=" + usrVill + ", isPoor=" + isPoor + ", isWtqa=" + isWtqa + ", isWtmt=" + isWtmt + ", isWtin=" + isWtin + ", is24wtin=" + is24wtin + ", isEasy=" + isEasy + ", isSafe=" + isSafe + ", isKnow=" + isKnow + ", isFee=" + isFee + ", wtType=" + wtType + ", singCost=" + singCost + ", twoCost=" + twoCost + ", twoCostLimt=" + twoCostLimt + ", step1Cost=" + step1Cost + ", step1CostLimt=" + step1CostLimt + ", step2Cost=" + step2Cost + ", step2CostLimt=" + step2CostLimt + ", step3Cost=" + step3Cost + ", step3CostLimt=" + step3CostLimt + ", fixCost=" + fixCost + ", fixCostUnit=" + fixCostUnit + ", isSolve=" + isSolve + ", persId=" + persId + ", intm=" + intm + ", uptm=" + uptm + ", note=" + note + ", dataStat=" + dataStat + "]";
- }
- }
|