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:BisInspChmclsUseunitwk * * @author lhc * @date 2021-5-13 */ @JsonIgnoreProperties(value = {"handler", "hibernateLazyInitializer"}) public class BisInspChmclsUseunitwk extends BaseBean implements Serializable { // 主键ID @ApiModelProperty(value = "主键ID", name = "id") private String id; // 登记表ID @ApiModelProperty(value = "登记表ID", name = "rgstrId") private String rgstrId; // 单位名称 @ApiModelProperty(value = "单位名称", name = "depName") private String depName; // 所在地行政区编码 @ApiModelProperty(value = "所在地行政区编码", name = "adCode") private String adCode; // 所在地行政区 @ApiModelProperty(value = "所在地行政区", name = "adName") private String adName; @ApiModelProperty(value = "所在地行政区", name = "adFullName") private String adFullName; @ApiModelProperty(value = "地址", name = "loc") private String loc; // 联系人 @ApiModelProperty(value = "联系人", name = "depPers") private String depPers; // 联系电话 @ApiModelProperty(value = "联系电话", name = "depPersTel") private String depPersTel; // 单位负责人 @ApiModelProperty(value = "单位负责人", name = "utLead") private String utLead; // 负责人电话 @ApiModelProperty(value = "负责人电话", name = "principalTel") private String principalTel; // 是否建立健全危化品使用档案 @ApiModelProperty(value = "是否建立健全危化品使用档案", name = "isBuldAch") private String isBuldAch; // 是否在危化品使用专项治理信息系统注册 @ApiModelProperty(value = "是否在危化品使用专项治理信息系统注册", name = "isRegSys") private String isRegSys; // 是否正确填报危化品使用信息 @ApiModelProperty(value = "是否正确填报危化品使用信息", name = "isDngInfo") private String isDngInfo; // 是否辨识安全风险并采取有效管控措施 @ApiModelProperty(value = "是否辨识安全风险并采取有效管控措施", name = "isSafMsu") private String isSafMsu; // 是否组织开展危化品使用环节隐患排查治理 @ApiModelProperty(value = "是否组织开展危化品使用环节隐患排查治理", name = "isUsrGvm") private String isUsrGvm; // 记录人员ID @ApiModelProperty(value = "记录人员ID", name = "persId") private String persId; // 创建时间 @ApiModelProperty(value = "创建时间", name = "intm") private Date intm; // 最后修改时间 @ApiModelProperty(value = "最后修改时间", name = "uptm") private Date uptm; // 备注 @ApiModelProperty(value = "备注", name = "note") private String note; // 数据状态(0:正常;9:删除) @ApiModelProperty(value = "数据状态(0:正常;9:删除)", name = "dataStat") private String dataStat; // 督查状态(0:未督查;1:督查中;2:已督查) @ApiModelProperty(value = "督查状态(0:未督查;1:督查中;2:已督查)", name = "state") private String state; public BisInspChmclsUseunitwk() { } public String getAdFullName() { return adFullName; } public void setAdFullName(String adFullName) { this.adFullName = adFullName; } public String getLoc() { return loc; } public void setLoc(String loc) { this.loc = loc; } public String getId() { return id; } public void setId(String id) { this.id = id; } public String getRgstrId() { return rgstrId; } public void setRgstrId(String rgstrId) { this.rgstrId = rgstrId; } public String getDepName() { return depName; } public void setDepName(String depName) { this.depName = depName; } 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 getDepPers() { return depPers; } public void setDepPers(String depPers) { this.depPers = depPers; } public String getDepPersTel() { return depPersTel; } public void setDepPersTel(String depPersTel) { this.depPersTel = depPersTel; } public String getUtLead() { return utLead; } public void setUtLead(String utLead) { this.utLead = utLead; } public String getPrincipalTel() { return principalTel; } public void setPrincipalTel(String principalTel) { this.principalTel = principalTel; } public String getIsBuldAch() { return isBuldAch; } public void setIsBuldAch(String isBuldAch) { this.isBuldAch = isBuldAch; } public String getIsRegSys() { return isRegSys; } public void setIsRegSys(String isRegSys) { this.isRegSys = isRegSys; } public String getIsDngInfo() { return isDngInfo; } public void setIsDngInfo(String isDngInfo) { this.isDngInfo = isDngInfo; } public String getIsSafMsu() { return isSafMsu; } public void setIsSafMsu(String isSafMsu) { this.isSafMsu = isSafMsu; } public String getIsUsrGvm() { return isUsrGvm; } public void setIsUsrGvm(String isUsrGvm) { this.isUsrGvm = isUsrGvm; } 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; } public Date getUptm() { return uptm; } public void setUptm(Date uptm) { this.uptm = uptm; } public String getNote() { return note; } public void setNote(String note) { this.note = note; } public String getDataStat() { return dataStat; } public void setDataStat(String dataStat) { this.dataStat = dataStat; } public String getState() { return state; } public void setState(String state) { this.state = state; } @Override public String toString() { return "BisInspChmclsUseunitwk [" + "id=" + id + ", rgstrId=" + rgstrId + ", depName=" + depName + ", adCode=" + adCode + ", adName=" + adName + ", depPers=" + depPers + ", depPersTel=" + depPersTel + ", utLead=" + utLead + ", principalTel=" + principalTel + ", isBuldAch=" + isBuldAch + ", isRegSys=" + isRegSys + ", isDngInfo=" + isDngInfo + ", isSafMsu=" + isSafMsu + ", isUsrGvm=" + isUsrGvm + ", persId=" + persId + ", intm=" + intm + ", uptm=" + uptm + ", note=" + note + ", dataStat=" + dataStat + ", state=" + state + "]"; } }