| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419 |
- 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:BisInspSvwtAreaRgstrWswm
- *
- * @author lune
- * @date 2019-9-17
- */
- @JsonIgnoreProperties(value = {"handler","hibernateLazyInitializer"})
- public class BisInspSvwtAreaRgstrWswm extends BaseBean implements Serializable {
- @ApiModelProperty("修改时间")
- private Date upTm;
- @ApiModelProperty("数据状态")
- private String dataStat;
- @ApiModelProperty("主键ID")
- private String id;
- @ApiModelProperty("登记表ID")
- private String rgstrId;
- @ApiModelProperty("2018年度用水总量控制指标")
- private Double useWwYy;
- @ApiModelProperty("2018年度实际用水总量")
- private Double relUseWw;
- @ApiModelProperty("2018年度用水总量是否超标(1:是;2:否)")
- private String useWwIsOp;
- @ApiModelProperty("2018年度工业实际用水总量")
- private Double indWu;
- @ApiModelProperty("2018年度农业实际用水总量")
- private Double agrWu;
- @ApiModelProperty("2018年度生活实际用水总量")
- private Double lifeWu;
- @ApiModelProperty("2018年度环境用水实际用水总量")
- private Double ecoWu;
- @ApiModelProperty("2018年度万元国内生产总值用水量")
- private Double gdpWu;
- @ApiModelProperty("2018年度万元工业增加值用水量")
- private Double indAddWu;
- @ApiModelProperty("2018年度农田灌溉水有效利用系数")
- private Double irrR;
- @ApiModelProperty("2018年度非常规水源实际利用量")
- private Double oth;
- @ApiModelProperty("2018年度非常规水源实际利用量与上一年度的比较(1:增;2:减)")
- private String othRt;
- @ApiModelProperty("2018年度非常规水源实际利用量与上一年度的比较值")
- private Double othRtVal;
- @ApiModelProperty("2018年度非常规水源实际利用量占年度实际用水总量的比例")
- private Double othUseWw;
- @ApiModelProperty("2019年度用水总量控制指标")
- private Double useWwYr;
- @ApiModelProperty("是否将用水强度控制指标纳入有关部门2019年度工作任务(1:是;2:否)")
- private String useWwIsTask;
- @ApiModelProperty("本行政区本年度用水计划的下达时间及形式是否符合规定(1:是;2:否)")
- private String wpRdIsComp;
- @ApiModelProperty("2019年度用水计划的下达形式是否符合规定(1:是;2:否)")
- private String wpOfIsComp;
- @ApiModelProperty("2019年度已执行计划用水管理的单位数量")
- private Long pwmidUnitNum;
- @ApiModelProperty("2019年度应执行计划用水管理的单位数量")
- private Long pwmiUnitNum;
- @ApiModelProperty("2019年度已执行计划用水管理的单位占应执行计划用水管理单位的比例")
- private Double pwmidPwmiR;
- @ApiModelProperty("计划用水管理机关是否按照要求向超计划用水单位发出警示(1:是;2:否)")
- private String apwuIsIwtopwuar;
- @ApiModelProperty("是否对超计划用水的单位实行加价收费(税)(1:是;2:否)")
- private String isUmwImc;
- @ApiModelProperty("计划用水管理机关是否按规定程序调整有关单位用水计划(1:是;2:否)")
- private String apwuIsAwupou;
- @ApiModelProperty("已建成的节水载体数量")
- private Long buldWcNum;
- @ApiModelProperty("已建成的节水型企业数量")
- private Long buldCompNum;
- @ApiModelProperty("已建成的节水型公共机构总数")
- private Long buldTituNum;
- @ApiModelProperty("已建成的节水型机关数量")
- private Long buldOfficeNum;
- @ApiModelProperty("已建成的节水型高校数量")
- private Long buldUnvstNum;
- @ApiModelProperty("已建成的节水型学校(不含高校)数量")
- private Long buldSchoolNum;
- @ApiModelProperty("已建成的其他节水型公共机构数量")
- private Long buldOthTituNum;
- @ApiModelProperty("本行政区已建成的其他节水型载体数量")
- private Long buldOthWcNum;
- @ApiModelProperty("记录人员ID")
- private String persId;
- @ApiModelProperty("创建时间")
- private Date inTm;
- @ApiModelProperty("本行政区已建成的节水型小区数量")
- private Long buldPlotNum;
- public BisInspSvwtAreaRgstrWswm() {
- }
- public Long getBuldPlotNum() {
- return buldPlotNum;
- }
- public void setBuldPlotNum(Long buldPlotNum) {
- this.buldPlotNum = buldPlotNum;
- }
- 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;
- }
- public String getId() {
- return id;
- }
- public void setId(String id) {
- this.id = id;
- }
- @Override
- public String getRgstrId() {
- return rgstrId;
- }
- @Override
- public void setRgstrId(String rgstrId) {
- this.rgstrId = rgstrId;
- }
- public Double getUseWwYy() {
- return useWwYy;
- }
- public void setUseWwYy(Double useWwYy) {
- this.useWwYy = useWwYy;
- }
- public Double getRelUseWw() {
- return relUseWw;
- }
- public void setRelUseWw(Double relUseWw) {
- this.relUseWw = relUseWw;
- }
- public String getUseWwIsOp() {
- return useWwIsOp;
- }
- public void setUseWwIsOp(String useWwIsOp) {
- this.useWwIsOp = useWwIsOp;
- }
- public Double getIndWu() {
- return indWu;
- }
- public void setIndWu(Double indWu) {
- this.indWu = indWu;
- }
- public Double getAgrWu() {
- return agrWu;
- }
- public void setAgrWu(Double agrWu) {
- this.agrWu = agrWu;
- }
- public Double getLifeWu() {
- return lifeWu;
- }
- public void setLifeWu(Double lifeWu) {
- this.lifeWu = lifeWu;
- }
- public Double getEcoWu() {
- return ecoWu;
- }
- public void setEcoWu(Double ecoWu) {
- this.ecoWu = ecoWu;
- }
- public Double getGdpWu() {
- return gdpWu;
- }
- public void setGdpWu(Double gdpWu) {
- this.gdpWu = gdpWu;
- }
- public Double getIndAddWu() {
- return indAddWu;
- }
- public void setIndAddWu(Double indAddWu) {
- this.indAddWu = indAddWu;
- }
- public Double getIrrR() {
- return irrR;
- }
- public void setIrrR(Double irrR) {
- this.irrR = irrR;
- }
- public Double getOth() {
- return oth;
- }
- public void setOth(Double oth) {
- this.oth = oth;
- }
- public String getOthRt() {
- return othRt;
- }
- public void setOthRt(String othRt) {
- this.othRt = othRt;
- }
- public Double getOthRtVal() {
- return othRtVal;
- }
- public void setOthRtVal(Double othRtVal) {
- this.othRtVal = othRtVal;
- }
- public Double getOthUseWw() {
- return othUseWw;
- }
- public void setOthUseWw(Double othUseWw) {
- this.othUseWw = othUseWw;
- }
- public Double getUseWwYr() {
- return useWwYr;
- }
- public void setUseWwYr(Double useWwYr) {
- this.useWwYr = useWwYr;
- }
- public String getUseWwIsTask() {
- return useWwIsTask;
- }
- public void setUseWwIsTask(String useWwIsTask) {
- this.useWwIsTask = useWwIsTask;
- }
- public String getWpRdIsComp() {
- return wpRdIsComp;
- }
- public void setWpRdIsComp(String wpRdIsComp) {
- this.wpRdIsComp = wpRdIsComp;
- }
- public String getWpOfIsComp() {
- return wpOfIsComp;
- }
- public void setWpOfIsComp(String wpOfIsComp) {
- this.wpOfIsComp = wpOfIsComp;
- }
- public Long getPwmidUnitNum() {
- return pwmidUnitNum;
- }
- public void setPwmidUnitNum(Long pwmidUnitNum) {
- this.pwmidUnitNum = pwmidUnitNum;
- }
- public Long getPwmiUnitNum() {
- return pwmiUnitNum;
- }
- public void setPwmiUnitNum(Long pwmiUnitNum) {
- this.pwmiUnitNum = pwmiUnitNum;
- }
- public Double getPwmidPwmiR() {
- return pwmidPwmiR;
- }
- public void setPwmidPwmiR(Double pwmidPwmiR) {
- this.pwmidPwmiR = pwmidPwmiR;
- }
- public String getApwuIsIwtopwuar() {
- return apwuIsIwtopwuar;
- }
- public void setApwuIsIwtopwuar(String apwuIsIwtopwuar) {
- this.apwuIsIwtopwuar = apwuIsIwtopwuar;
- }
- public String getIsUmwImc() {
- return isUmwImc;
- }
- public void setIsUmwImc(String isUmwImc) {
- this.isUmwImc = isUmwImc;
- }
- public String getApwuIsAwupou() {
- return apwuIsAwupou;
- }
- public void setApwuIsAwupou(String apwuIsAwupou) {
- this.apwuIsAwupou = apwuIsAwupou;
- }
- public Long getBuldWcNum() {
- return buldWcNum;
- }
- public void setBuldWcNum(Long buldWcNum) {
- this.buldWcNum = buldWcNum;
- }
- public Long getBuldCompNum() {
- return buldCompNum;
- }
- public void setBuldCompNum(Long buldCompNum) {
- this.buldCompNum = buldCompNum;
- }
- public Long getBuldTituNum() {
- return buldTituNum;
- }
- public void setBuldTituNum(Long buldTituNum) {
- this.buldTituNum = buldTituNum;
- }
- public Long getBuldOfficeNum() {
- return buldOfficeNum;
- }
- public void setBuldOfficeNum(Long buldOfficeNum) {
- this.buldOfficeNum = buldOfficeNum;
- }
- public Long getBuldUnvstNum() {
- return buldUnvstNum;
- }
- public void setBuldUnvstNum(Long buldUnvstNum) {
- this.buldUnvstNum = buldUnvstNum;
- }
- public Long getBuldSchoolNum() {
- return buldSchoolNum;
- }
- public void setBuldSchoolNum(Long buldSchoolNum) {
- this.buldSchoolNum = buldSchoolNum;
- }
- public Long getBuldOthTituNum() {
- return buldOthTituNum;
- }
- public void setBuldOthTituNum(Long buldOthTituNum) {
- this.buldOthTituNum = buldOthTituNum;
- }
- public Long getBuldOthWcNum() {
- return buldOthWcNum;
- }
- public void setBuldOthWcNum(Long buldOthWcNum) {
- this.buldOthWcNum = buldOthWcNum;
- }
- 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;
- }
- @Override
- public String toString() {
- return "BisInspSvwtAreaRgstrWswm [" + "upTm=" + upTm + ", dataStat=" + dataStat + ", id=" + id + ", rgstrId=" + rgstrId + ", useWwYy=" + useWwYy + ", relUseWw=" + relUseWw + ", useWwIsOp=" + useWwIsOp + ", indWu=" + indWu + ", agrWu=" + agrWu + ", lifeWu=" + lifeWu + ", ecoWu=" + ecoWu + ", gdpWu=" + gdpWu + ", indAddWu=" + indAddWu + ", irrR=" + irrR + ", oth=" + oth + ", othRt=" + othRt + ", othRtVal=" + othRtVal + ", othUseWw=" + othUseWw + ", useWwYr=" + useWwYr + ", useWwIsTask=" + useWwIsTask + ", wpRdIsComp=" + wpRdIsComp + ", wpOfIsComp=" + wpOfIsComp + ", pwmidUnitNum=" + pwmidUnitNum + ", pwmiUnitNum=" + pwmiUnitNum + ", pwmidPwmiR=" + pwmidPwmiR + ", apwuIsIwtopwuar=" + apwuIsIwtopwuar + ", isUmwImc=" + isUmwImc + ", apwuIsAwupou=" + apwuIsAwupou + ", buldWcNum=" + buldWcNum + ", buldCompNum=" + buldCompNum + ", buldTituNum=" + buldTituNum + ", buldOfficeNum=" + buldOfficeNum + ", buldUnvstNum=" + buldUnvstNum + ", buldSchoolNum=" + buldSchoolNum + ", buldOthTituNum=" + buldOthTituNum + ", buldOthWcNum=" + buldOthWcNum + ", persId=" + persId + ", inTm=" + inTm + "]";
- }
- }
|