| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389 |
- 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 + "]";
- }
- }
|