| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441 |
- package cn.com.goldenwater.dcproj.param;
- import cn.com.goldenwater.core.param.PageParam;
- import io.swagger.annotations.ApiModelProperty;
- import java.io.Serializable;
- import java.util.Date;
- /**
- * BisRdwspRgstrPoorParam
- *
- * @author lune
- * @date 2020-10-9
- */
- public class BisRdwspRgstrPoorParam extends PageParam implements Serializable {
- @ApiModelProperty(value="主键ID ", position = 1)
- private String id;
- @ApiModelProperty(value="农饮督查登记表id", position = 2)
- private String regstrId;
- @ApiModelProperty(value="行政村编码", position = 3)
- private String adCode;
- @ApiModelProperty(value="工程概况-行政区名称/对象名称", position = 4)
- private String adName;
- @ApiModelProperty(value="工程概况-行政区划全称", position = 5)
- private String adFullName;
- @ApiModelProperty(value="工程概况-村组名称", position = 6)
- private String addr;
- @ApiModelProperty(value="户主姓名", position = 7)
- private String userNm;
- @ApiModelProperty(value="经度", position = 8)
- private Double centerX;
- @ApiModelProperty(value="纬度", position = 9)
- private Double centerY;
- @ApiModelProperty(value="高德经度", position = 10)
- private Double gdX;
- @ApiModelProperty(value="高德纬度", position = 11)
- private Double gdY;
- @ApiModelProperty(value="调查地点", position = 12)
- private String villageNm;
- @ApiModelProperty(value="电话", position = 13)
- private String telphone;
- @ApiModelProperty(value="水质-是否良好(1:是;2:否;)", position = 14)
- private String isQualityGood;
- @ApiModelProperty(value="水质-存在问题", position = 15)
- private String qualityProblem;
- @ApiModelProperty(value="水量-是否供水入户(1:是;2:否;)", position = 16)
- private String isSplyHome;
- @ApiModelProperty(value="水量-是否24小时供水(1:是;2:否;)", position = 17)
- private String is24hSupply;
- @ApiModelProperty(value="水量-存在问题", position = 18)
- private String waterProblem;
- @ApiModelProperty(value="用水方便程度-是否达标(1:是;2:否;)", position = 19)
- private String isEasyUse;
- @ApiModelProperty(value="用水方便程度-存在问题", position = 20)
- private String easyUseProblem;
- @ApiModelProperty(value="供水保证率-是否达标(1:是;2:否;)", position = 21)
- private String isSplyProblem;
- @ApiModelProperty(value="供水保证率-存在问题", position = 22)
- private String splyProblem;
- @ApiModelProperty(value="水费水价-是否缴纳水费(1:是;2:否;)", position = 23)
- private String isCalFee;
- @ApiModelProperty(value="水费水价-水价类型-A(单一制水价)、B(两部制水价)、C(阶梯水价)、D(固定水价)、E(不收费)", position = 24)
- private String feeType;
- @ApiModelProperty(value="计量水价信息", position = 25)
- private String isJiliangFeeNote;
- @ApiModelProperty(value="计量水价类型", position = 26)
- private String isJiliangFeeType;
- @ApiModelProperty(value="计量水价", position = 27)
- private String isJiliangFee;
- @ApiModelProperty(value="固定水价信息", position = 28)
- private String isGudingFeeNote;
- @ApiModelProperty(value="固定水价", position = 29)
- private String isGudingFee;
- @ApiModelProperty(value="供水服务-是否知晓服务人员或了解服务电话(1:是;2:否;)", position = 30)
- private String isKnowServicer;
- @ApiModelProperty(value="暗访日期", position = 31)
- private Date visitDate;
- @ApiModelProperty(value="创建人", position = 32)
- private String persId;
- @ApiModelProperty(value="暗访人名称", position = 33)
- private String recPers;
- @ApiModelProperty(value="创建时间", position = 34)
- private Date intm;
- @ApiModelProperty(value="更新时间", position = 35)
- private Date uptm;
- @ApiModelProperty(value="填报状态(0:未填报;1:填报中;2:已填报)", position = 36)
- private String status;
- @ApiModelProperty(value="是否解决问题 1:是 2:否", position = 36)
- private String feeProblem;
- @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("单一制水价价格,计量水价存放")
- private String jiliangPrice;
- @ApiModelProperty("1为月元。户/2为月人。户")
- private String gudingPriceDw;
- @ApiModelProperty("固定水价,以及两步制水价固定水价部分")
- private String gudingPrice;
- @ApiModelProperty("存放限制额度(两步制水价限额)")
- private String xianEPrice;
- @ApiModelProperty(value="水费收缴情况-两步制水价-固定水价", position = 29)
- private String gudingPriceTwo;
- @ApiModelProperty(value="水费收缴情况-两步制水价-计量水价", position = 30)
- private String jiliangPriceTwo;
- public BisRdwspRgstrPoorParam() {
- }
- public String getXianEPrice() {
- return xianEPrice;
- }
- public void setXianEPrice(String xianEPrice) {
- this.xianEPrice = xianEPrice;
- }
- 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 getJietiPriceOne() {
- return jietiPriceOne;
- }
- public String getJiliangPrice() {
- return jiliangPrice;
- }
- public void setJiliangPrice(String jiliangPrice) {
- this.jiliangPrice = jiliangPrice;
- }
- 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 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 getFeeProblem() {
- return feeProblem;
- }
- public void setFeeProblem(String feeProblem) {
- this.feeProblem = feeProblem;
- }
- 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 getAdName() {
- return adName;
- }
- public void setAdName(String adName) {
- this.adName = adName;
- }
- public String getAdFullName() {
- return adFullName;
- }
- public void setAdFullName(String adFullName) {
- this.adFullName = adFullName;
- }
- public String getAddr() {
- return addr;
- }
- public void setAddr(String addr) {
- this.addr = addr;
- }
- public String getUserNm() {
- return userNm;
- }
- public void setUserNm(String userNm) {
- this.userNm = userNm;
- }
- 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 getVillageNm() {
- return villageNm;
- }
- public void setVillageNm(String villageNm) {
- this.villageNm = villageNm;
- }
- public String getTelphone() {
- return telphone;
- }
- public void setTelphone(String telphone) {
- this.telphone = telphone;
- }
- public String getIsQualityGood() {
- return isQualityGood;
- }
- public void setIsQualityGood(String isQualityGood) {
- this.isQualityGood = isQualityGood;
- }
- public String getQualityProblem() {
- return qualityProblem;
- }
- public void setQualityProblem(String qualityProblem) {
- this.qualityProblem = qualityProblem;
- }
- public String getIsSplyHome() {
- return isSplyHome;
- }
- public void setIsSplyHome(String isSplyHome) {
- this.isSplyHome = isSplyHome;
- }
- public String getIs24hSupply() {
- return is24hSupply;
- }
- public void setIs24hSupply(String is24hSupply) {
- this.is24hSupply = is24hSupply;
- }
- public String getWaterProblem() {
- return waterProblem;
- }
- public void setWaterProblem(String waterProblem) {
- this.waterProblem = waterProblem;
- }
- public String getIsEasyUse() {
- return isEasyUse;
- }
- public void setIsEasyUse(String isEasyUse) {
- this.isEasyUse = isEasyUse;
- }
- public String getEasyUseProblem() {
- return easyUseProblem;
- }
- public void setEasyUseProblem(String easyUseProblem) {
- this.easyUseProblem = easyUseProblem;
- }
- public String getIsSplyProblem() {
- return isSplyProblem;
- }
- public void setIsSplyProblem(String isSplyProblem) {
- this.isSplyProblem = isSplyProblem;
- }
- public String getSplyProblem() {
- return splyProblem;
- }
- public void setSplyProblem(String splyProblem) {
- this.splyProblem = splyProblem;
- }
- public String getIsCalFee() {
- return isCalFee;
- }
- public void setIsCalFee(String isCalFee) {
- this.isCalFee = isCalFee;
- }
- public String getFeeType() {
- return feeType;
- }
- public void setFeeType(String feeType) {
- this.feeType = feeType;
- }
- 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 getIsJiliangFee() {
- return isJiliangFee;
- }
- public void setIsJiliangFee(String isJiliangFee) {
- this.isJiliangFee = isJiliangFee;
- }
- public String getIsGudingFeeNote() {
- return isGudingFeeNote;
- }
- public void setIsGudingFeeNote(String isGudingFeeNote) {
- this.isGudingFeeNote = isGudingFeeNote;
- }
- public String getIsGudingFee() {
- return isGudingFee;
- }
- public void setIsGudingFee(String isGudingFee) {
- this.isGudingFee = isGudingFee;
- }
- public String getIsKnowServicer() {
- return isKnowServicer;
- }
- public void setIsKnowServicer(String isKnowServicer) {
- this.isKnowServicer = isKnowServicer;
- }
- public Date getVisitDate() {
- return visitDate;
- }
- public void setVisitDate(Date visitDate) {
- this.visitDate = visitDate;
- }
- public String getPersId() {
- return persId;
- }
- public void setPersId(String persId) {
- this.persId = persId;
- }
- public String getRecPers() {
- return recPers;
- }
- public void setRecPers(String recPers) {
- this.recPers = recPers;
- }
- 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 getStatus() {
- return status;
- }
- public void setStatus(String status) {
- this.status = status;
- }
- }
|