| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215 |
- package cn.com.goldenwater.dcproj.model;
- import java.io.Serializable;
- import java.util.Date;
- import io.swagger.annotations.ApiModelProperty;
- import cn.com.goldenwater.core.model.BaseBean;
- import com.fasterxml.jackson.annotation.JsonIgnoreProperties;
- /**
- * entity:BisInspWrmWtuntPblm
- *
- * @author lune
- * @date 2020-8-31
- */
- @JsonIgnoreProperties(value = {"handler","hibernateLazyInitializer"})
- public class BisInspWrmWtuntPblm extends BaseBean implements Serializable {
- @ApiModelProperty(value="主键ID", position = 1)
- private String id;
- @ApiModelProperty(value="*登记表ID", position = 2)
- private String rgstrId;
- @ApiModelProperty(value="*督查类型(1:水资源管理;2:节约用水)", position = 3)
- private String objType;
- @ApiModelProperty(value="*督查对象名称", position = 4)
- private String objNm;
- @ApiModelProperty(value="*行政区划全称", position = 5)
- private String adName;
- @ApiModelProperty(value="*行政区编码", position = 6)
- private String adCode;
- @ApiModelProperty(value="经度", position = 7)
- private Double centerX;
- @ApiModelProperty(value="纬度", position = 8)
- private Double centerY;
- @ApiModelProperty(value="高德经度", position = 9)
- private Double gdX;
- @ApiModelProperty(value="高德纬度", position = 10)
- private Double gdY;
- @ApiModelProperty(value="问题类型(11:江河流域分水方面;12:生态流量管控方面;13:取用水总量控制方面;14:取水口管理方面;15:地下水超采治理方面;16:饮用水水源管理方面;17:其他;21:县级行政区节约用水管理方面;22:节水评价开展方面;23:用水单位计划用水和定额管理执行方面;24:节水型单位建设方面;25:其他;)", position = 11)
- private String pblmType;
- @ApiModelProperty(value="问题描述", position = 12)
- private String pblmDesc;
- @ApiModelProperty(value="整改措施", position = 13)
- private String rectMsrs;
- @ApiModelProperty(value="是否完成整改(1:是;2:否;)", position = 14)
- private String rectConc;
- @ApiModelProperty(value="未完成整改原因", position = 15)
- private String rectOpin;
- @ApiModelProperty(value="被检查单位", position = 16)
- private String bChkUnit;
- @ApiModelProperty(value="联系人", position = 17)
- private String contact;
- @ApiModelProperty(value="负责人", position = 18)
- private String principal;
- @ApiModelProperty(value="电话", position = 19)
- private String principalTel;
- @ApiModelProperty(value="创建人", position = 20)
- private String persId;
- @ApiModelProperty(value="督查组ID", position = 21)
- private String groupId;
- @ApiModelProperty(value="创建时间", position = 22)
- private Date intm;
- @ApiModelProperty(value="更新时间", position = 23)
- private Date uptm;
- public BisInspWrmWtuntPblm() {
- }
- 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 String getObjType() {
- return objType;
- }
- public void setObjType(String objType) {
- this.objType = objType;
- }
- public String getObjNm() {
- return objNm;
- }
- public void setObjNm(String objNm) {
- this.objNm = objNm;
- }
- public String getAdName() {
- return adName;
- }
- public void setAdName(String adName) {
- this.adName = adName;
- }
- public String getAdCode() {
- return adCode;
- }
- public void setAdCode(String adCode) {
- this.adCode = adCode;
- }
- 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 getPblmType() {
- return pblmType;
- }
- public void setPblmType(String pblmType) {
- this.pblmType = pblmType;
- }
- public String getPblmDesc() {
- return pblmDesc;
- }
- public void setPblmDesc(String pblmDesc) {
- this.pblmDesc = pblmDesc;
- }
- public String getRectMsrs() {
- return rectMsrs;
- }
- public void setRectMsrs(String rectMsrs) {
- this.rectMsrs = rectMsrs;
- }
- public String getRectConc() {
- return rectConc;
- }
- public void setRectConc(String rectConc) {
- this.rectConc = rectConc;
- }
- public String getRectOpin() {
- return rectOpin;
- }
- public void setRectOpin(String rectOpin) {
- this.rectOpin = rectOpin;
- }
- public String getBChkUnit() {
- return bChkUnit;
- }
- public void setBChkUnit(String bChkUnit) {
- this.bChkUnit = bChkUnit;
- }
- public String getContact() {
- return contact;
- }
- public void setContact(String contact) {
- this.contact = contact;
- }
- public String getPrincipal() {
- return principal;
- }
- public void setPrincipal(String principal) {
- this.principal = principal;
- }
- public String getPrincipalTel() {
- return principalTel;
- }
- public void setPrincipalTel(String principalTel) {
- this.principalTel = principalTel;
- }
- public String getPersId() {
- return persId;
- }
- public void setPersId(String persId) {
- this.persId = persId;
- }
- @Override
- public String getGroupId() {
- return groupId;
- }
- @Override
- public void setGroupId(String groupId) {
- this.groupId = groupId;
- }
- 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;
- }
- @Override
- public String toString() {
- return "BisInspWrmWtuntPblm [" + "id=" + id + ", rgstrId=" + rgstrId + ", objType=" + objType + ", objNm=" + objNm + ", adName=" + adName + ", adCode=" + adCode + ", centerX=" + centerX + ", centerY=" + centerY + ", gdX=" + gdX + ", gdY=" + gdY + ", pblmType=" + pblmType + ", pblmDesc=" + pblmDesc + ", rectMsrs=" + rectMsrs + ", rectConc=" + rectConc + ", rectOpin=" + rectOpin + ", bChkUnit=" + bChkUnit + ", contact=" + contact + ", principal=" + principal + ", principalTel=" + principalTel + ", persId=" + persId + ", groupId=" + groupId + ", intm=" + intm + ", uptm=" + uptm + "]";
- }
- }
|