| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379 |
- 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:BisInspWrwsRgstr
- *
- * @author lhc
- * @date 2020-9-23
- */
- @JsonIgnoreProperties(value = {"handler", "hibernateLazyInitializer"})
- public class BisInspWrwsRgstr extends BaseBean implements Serializable {
- // 主键ID
- @ApiModelProperty(value = "主键ID", name = "id")
- private String id;
- // *督查对象ID
- @ApiModelProperty(value = "*督查对象ID", name = "objId")
- private String objId;
- // 行政区编码
- @ApiModelProperty(value = "行政区编码", name = "adCode")
- private String adCode;
- // 行政区划名称
- @ApiModelProperty(value = "行政区划名称", name = "adName")
- private String adName;
- // 行政区划全称
- @ApiModelProperty(value = "行政区划全称", name = "adFullName")
- private String adFullName;
- // 行政区级别 3 市 4 县
- @ApiModelProperty(value = "行政区级别 3 市 4 县", name = "adGrad")
- private String adGrad;
- // 详细地址
- @ApiModelProperty(value = "详细地址", name = "loc")
- private String loc;
- // 被检查单位名称
- @ApiModelProperty(value = "被检查单位名称", name = "bChkUnit")
- private String bChkUnit;
- // 联系人
- @ApiModelProperty(value = "联系人", name = "contact")
- private String contact;
- // 联系人电话
- @ApiModelProperty(value = "联系人电话", name = "contactTel")
- private String contactTel;
- // 负责人
- @ApiModelProperty(value = "负责人", name = "principal")
- private String principal;
- // 负责人电话
- @ApiModelProperty(value = "负责人电话", name = "principalTel")
- private String principalTel;
- // 备注
- @ApiModelProperty(value = "备注", name = "note")
- private String note;
- // 国家节水行动方案填报状态
- @ApiModelProperty(value = "国家节水行动方案填报状态", name = "svwtcState")
- private String svwtcState;
- // 节约用水攻坚战填报状态
- @ApiModelProperty(value = "节约用水攻坚战填报状态", name = "svwtcAttackState")
- private String svwtcAttackState;
- // 节水型社会建设填报状态
- @ApiModelProperty(value = "节水型社会建设填报状态", name = "svwtcScState")
- private String svwtcScState;
- // 节水宣传教育填报状态
- @ApiModelProperty(value = "节水宣传教育填报状态", name = "svwtcPeState")
- private String svwtcPeState;
- // 用水强度控制实施状态
- @ApiModelProperty(value = "用水强度控制实施状态", name = "wtupState")
- private String wtupState;
- // 取水口监督填报状态
- @ApiModelProperty(value = "取水口监督填报状态", name = "wgState")
- private String wgState;
- // 取用水统计状态
- @ApiModelProperty(value = "取用水统计状态", name = "wtutState")
- private String wtutState;
- // 督查状态(0:未督查;1:督查中;2:已督查)
- @ApiModelProperty(value = "督查状态(0:未督查;1:督查中;2:已督查)", name = "state")
- private String state;
- // 经度
- @ApiModelProperty(value = "经度", name = "centerX")
- private Double centerX;
- // 纬度
- @ApiModelProperty(value = "纬度", name = "centerY")
- private Double centerY;
- // 高德经度
- @ApiModelProperty(value = "高德经度", name = "gdX")
- private Double gdX;
- // 高德纬度
- @ApiModelProperty(value = "高德纬度", name = "gdY")
- private Double gdY;
- // 创建人
- @ApiModelProperty(value = "创建人", name = "persId")
- private String persId;
- // 督查组ID
- @ApiModelProperty(value = "督查组ID", name = "groupId")
- private String groupId;
- // 创建时间
- @ApiModelProperty(value = "创建时间", name = "intm")
- private Date intm;
- // 修改时间
- @ApiModelProperty(value = "修改时间", name = "uptm")
- private Date uptm;
- // 数据状态(0:正常;9:删除)
- @ApiModelProperty(value = "数据状态(0:正常;9:删除)", name = "dataStat")
- private String dataStat;
- //组名称
- private String groupName;
- public BisInspWrwsRgstr() {
- }
- public String getSvwtcAttackState() {
- return svwtcAttackState;
- }
- public void setSvwtcAttackState(String svwtcAttackState) {
- this.svwtcAttackState = svwtcAttackState;
- }
- public String getSvwtcScState() {
- return svwtcScState;
- }
- public void setSvwtcScState(String svwtcScState) {
- this.svwtcScState = svwtcScState;
- }
- public String getSvwtcPeState() {
- return svwtcPeState;
- }
- public void setSvwtcPeState(String svwtcPeState) {
- this.svwtcPeState = svwtcPeState;
- }
- public String getbChkUnit() {
- return bChkUnit;
- }
- public void setbChkUnit(String bChkUnit) {
- this.bChkUnit = bChkUnit;
- }
- public String getGroupName() {
- return groupName;
- }
- public void setGroupName(String groupName) {
- this.groupName = groupName;
- }
- public String getId() {
- return id;
- }
- public void setId(String id) {
- this.id = id;
- }
- @Override
- public String getObjId() {
- return objId;
- }
- @Override
- public void setObjId(String objId) {
- this.objId = objId;
- }
- 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 getAdGrad() {
- return adGrad;
- }
- public void setAdGrad(String adGrad) {
- this.adGrad = adGrad;
- }
- public String getLoc() {
- return loc;
- }
- public void setLoc(String loc) {
- this.loc = loc;
- }
- 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 getContactTel() {
- return contactTel;
- }
- public void setContactTel(String contactTel) {
- this.contactTel = contactTel;
- }
- 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 getNote() {
- return note;
- }
- public void setNote(String note) {
- this.note = note;
- }
- public String getSvwtcState() {
- return svwtcState;
- }
- public void setSvwtcState(String svwtcState) {
- this.svwtcState = svwtcState;
- }
- public String getWtupState() {
- return wtupState;
- }
- public void setWtupState(String wtupState) {
- this.wtupState = wtupState;
- }
- public String getWgState() {
- return wgState;
- }
- public void setWgState(String wgState) {
- this.wgState = wgState;
- }
- public String getWtutState() {
- return wtutState;
- }
- public void setWtutState(String wtutState) {
- this.wtutState = wtutState;
- }
- public String getState() {
- return state;
- }
- public void setState(String state) {
- this.state = state;
- }
- 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 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;
- }
- public String getDataStat() {
- return dataStat;
- }
- public void setDataStat(String dataStat) {
- this.dataStat = dataStat;
- }
- @Override
- public String toString() {
- return "BisInspWrwsRgstr [" + "id=" + id + ", objId=" + objId + ", adCode=" + adCode + ", adName=" + adName + ", adFullName=" + adFullName + ", adGrad=" + adGrad + ", loc=" + loc + ", bChkUnit=" + bChkUnit + ", contact=" + contact + ", contactTel=" + contactTel + ", principal=" + principal + ", principalTel=" + principalTel + ", note=" + note + ", svwtcState=" + svwtcState + ", wtupState=" + wtupState + ", wgState=" + wgState + ", wtutState=" + wtutState + ", state=" + state + ", centerX=" + centerX + ", centerY=" + centerY + ", gdX=" + gdX + ", gdY=" + gdY + ", persId=" + persId + ", groupId=" + groupId + ", intm=" + intm + ", uptm=" + uptm + ", dataStat=" + dataStat + "]";
- }
- }
|