package cn.com.goldenwater.dcproj.model; import java.io.Serializable; import java.util.Date; import cn.com.goldenwater.core.model.BaseBean; import com.fasterxml.jackson.annotation.JsonIgnoreProperties; import io.swagger.annotations.ApiModelProperty; /** * entity:BisInspWtcrrRgstr * * @author lhc * @date 2020-9-18 */ @JsonIgnoreProperties(value = {"handler", "hibernateLazyInitializer"}) public class BisInspWtcrrRgstr extends BaseBean implements Serializable { // 主键ID @ApiModelProperty(value = "主键ID", name = "id") private String id; // *督查对象ID @ApiModelProperty(value = "*督查对象ID", name = "objId") private String objId; // 单位ID @ApiModelProperty(value = "单位ID", name = "wtuntId") private String wtuntId; // *单位名称 @ApiModelProperty(value = "*单位名称", name = "utName") private String utName; // 统一社会信用代码 @ApiModelProperty(value = "统一社会信用代码", name = "utCode") private String utCode; // *行政区划全称 @ApiModelProperty(value = "*行政区划全称", name = "adName") private String adName; // *行政区编码 @ApiModelProperty(value = "*行政区编码", name = "adCode") private String adCode; // *单位类型(1:钢铁企业;2:高校;3:宾馆;4:2019整改) @ApiModelProperty(value = "*单位类型(1:钢铁企业;2:高校;3:宾馆;4:2019整改)", name = "utType") private String utType; // *单位性质(1:节水型;2:非节水型) @ApiModelProperty(value = "*单位性质(1:节水型;2:非节水型)", name = "utPpt") private String utPpt; // *用水单位负责人 @ApiModelProperty(value = "*用水单位负责人", name = "utLead") private String utLead; // *用水单位联系人 @ApiModelProperty(value = "*用水单位联系人", name = "utAttn") private String utAttn; // *用水单位联系方式 @ApiModelProperty(value = "*用水单位联系方式", name = "utCont") private String utCont; // 注册地址 @ApiModelProperty(value = "注册地址", name = "signAddr") private String signAddr; // *单位地址 @ApiModelProperty(value = "*单位地址", name = "utAddr") private String utAddr; // 经度 @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 = "chkUnit") private String chkUnit; // *检查人员 @ApiModelProperty(value = "*检查人员", name = "chkPers") private String chkPers; // *检查时间 @ApiModelProperty(value = "*检查时间", name = "chkTm") private Date chkTm; // 督查状态(0:未督查;1:督查中;2:已督查) @ApiModelProperty(value = "督查状态(0:未督查;1:督查中;2:已督查)", name = "state") private String state; // 节水载体复核表(0:未填报;1:未完成;2:已完成) @ApiModelProperty(value = "节水载体复核表(0:未填报;1:未完成;2:已完成)", name = "wtuntStat") private String wtuntStat; // 创建人 @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; @ApiModelProperty(value = "负责人电话", position = 19) private String principalTel; @ApiModelProperty(value = "修改时间", position = 20) private String note; @ApiModelProperty(value = "节水单位获批时间", position = 21) private String appDepTm; @ApiModelProperty(value = "节水单位获批部门", position = 22) private String appDep; //组名称 private String groupName; public BisInspWtcrrRgstr() { } public String getAppDepTm() { return appDepTm; } public void setAppDepTm(String appDepTm) { this.appDepTm = appDepTm; } public String getAppDep() { return appDep; } public void setAppDep(String appDep) { this.appDep = appDep; } 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 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 getWtuntId() { return wtuntId; } public void setWtuntId(String wtuntId) { this.wtuntId = wtuntId; } public String getUtName() { return utName; } public void setUtName(String utName) { this.utName = utName; } public String getUtCode() { return utCode; } public void setUtCode(String utCode) { this.utCode = utCode; } 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 String getUtType() { return utType; } public void setUtType(String utType) { this.utType = utType; } public String getUtPpt() { return utPpt; } public void setUtPpt(String utPpt) { this.utPpt = utPpt; } public String getUtLead() { return utLead; } public void setUtLead(String utLead) { this.utLead = utLead; } public String getUtAttn() { return utAttn; } public void setUtAttn(String utAttn) { this.utAttn = utAttn; } public String getUtCont() { return utCont; } public void setUtCont(String utCont) { this.utCont = utCont; } public String getSignAddr() { return signAddr; } public void setSignAddr(String signAddr) { this.signAddr = signAddr; } public String getUtAddr() { return utAddr; } public void setUtAddr(String utAddr) { this.utAddr = utAddr; } 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 getChkUnit() { return chkUnit; } public void setChkUnit(String chkUnit) { this.chkUnit = chkUnit; } public String getChkPers() { return chkPers; } public void setChkPers(String chkPers) { this.chkPers = chkPers; } public Date getChkTm() { return chkTm; } public void setChkTm(Date chkTm) { this.chkTm = chkTm; } public String getState() { return state; } public void setState(String state) { this.state = state; } public String getWtuntStat() { return wtuntStat; } public void setWtuntStat(String wtuntStat) { this.wtuntStat = wtuntStat; } 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 "BisInspWtcrrRgstr [" + "id=" + id + ", objId=" + objId + ", wtuntId=" + wtuntId + ", utName=" + utName + ", utCode=" + utCode + ", adName=" + adName + ", adCode=" + adCode + ", utType=" + utType + ", utPpt=" + utPpt + ", utLead=" + utLead + ", utAttn=" + utAttn + ", utCont=" + utCont + ", signAddr=" + signAddr + ", utAddr=" + utAddr + ", centerX=" + centerX + ", centerY=" + centerY + ", gdX=" + gdX + ", gdY=" + gdY + ", chkUnit=" + chkUnit + ", chkPers=" + chkPers + ", chkTm=" + chkTm + ", state=" + state + ", wtuntStat=" + wtuntStat + ", persId=" + persId + ", groupId=" + groupId + ", intm=" + intm + ", uptm=" + uptm + ", dataStat=" + dataStat + "]"; } }