| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401 |
- 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;
- import java.util.List;
- /**
- * entity:BisInspRslkbkPblm
- *
- * @author lhc
- * @date 2021-4-28
- */
- @JsonIgnoreProperties(value = {"handler", "hibernateLazyInitializer"})
- public class BisInspRslkbkPblm 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 = "rsCode")
- private String rsCode;
- // 水库名称
- @ApiModelProperty(value = "水库名称", name = "rsName")
- private String rsName;
- // 行政区编码
- @ApiModelProperty(value = "行政区编码", name = "adCode")
- private String adCode;
- // 省名称
- @ApiModelProperty(value = "省名称", name = "proName")
- private String proName;
- // 市名称
- @ApiModelProperty(value = "市名称", name = "cityName")
- private String cityName;
- // 县名称
- @ApiModelProperty(value = "县名称", name = "countyName")
- private String countyName;
- // 大坝注册登记号
- @ApiModelProperty(value = "大坝注册登记号", name = "damRegCode")
- private String damRegCode;
- // 水库规模
- @ApiModelProperty(value = "水库规模", name = "engScal")
- private String engScal;
- // 工况总体评价
- @ApiModelProperty(value = "工况总体评价", name = "safeComment")
- private String safeComment;
- // 管理单位
- @ApiModelProperty(value = "管理单位", name = "unit")
- private String unit;
- // 问题类别
- @ApiModelProperty(value = "问题类别", name = "pblmType")
- private String pblmType;
- // 检查项目
- @ApiModelProperty(value = "检查项目", name = "pblmOption")
- private String pblmOption;
- // 问题描述
- @ApiModelProperty(value = "问题描述", name = "pblmDesc")
- private String pblmDesc;
- // 问题等级
- @ApiModelProperty(value = "问题等级", name = "pblmLevl")
- private String pblmLevl;
- // 附件序号
- @ApiModelProperty(value = "附件序号", name = "attach")
- private String attach;
- // 问题序号
- @ApiModelProperty(value = "问题序号", name = "pblmSn")
- private String pblmSn;
- // 整改状态(1:未整改;2:正在整改;3:已整改)
- @ApiModelProperty(value = "整改状态(1:未整改;2:正在整改;3:已整改)", name = "rectConc")
- private String rectConc;
- // 整改措施
- @ApiModelProperty(value = "整改措施", name = "rectMsrs")
- private String rectMsrs;
- // 复核情况
- @ApiModelProperty(value = "复核情况", name = "revwInfo")
- private String revwInfo;
- // 创建时间
- @ApiModelProperty(value = "创建时间", name = "intm")
- private Date intm;
- // 修改时间
- @ApiModelProperty(value = "修改时间", name = "uptm")
- private Date uptm;
- // 审核状态 1:通过 2:未通过
- @ApiModelProperty(value = "审核状态 1:通过 2:未通过", name = "auditConc")
- private String auditConc;
- // 审核意见
- @ApiModelProperty(value = "审核意见", name = "auditNote")
- private String auditNote;
- // 导入数据时扩展字段1
- @ApiModelProperty(value = "导入数据时扩展字段1", name = "column1")
- private String column1;
- // 导入数据时扩展字段2
- @ApiModelProperty(value = "导入数据时扩展字段2", name = "column2")
- private String column2;
- // 复核整改状态(1:未整改;2:正在整改;3:整改完成;4:整改不到位;5:上报整改情况与实际不符)
- @ApiModelProperty(value = "复核整改状态(1:未整改;2:正在整改;3:整改完成;4:整改不到位;5:上报整改情况与实际不符)", name = "revwRectConc")
- private String revwRectConc;
- // 实际/计划整改完成时间
- @ApiModelProperty(value = "实际/计划整改完成时间", name = "realPlanDt")
- private Date realPlanDt;
- // 复核整改问题
- @ApiModelProperty(value = "复核整改问题", name = "revwRectPblm")
- private String revwRectPblm;
- // 复核填报状态(0:未填报;1:填报中;2:已填报)
- @ApiModelProperty(value = "复核填报状态(0:未填报;1:填报中;2:已填报)", name = "revwState")
- private String revwState;
- // 核实状态(0:未核实;1:已核实)
- @ApiModelProperty(value = "核实状态(0:未核实;1:已核实)", name = "state")
- private String state;
- // 数据状态(0:正常;9:删除)
- @ApiModelProperty(value = "数据状态(0:正常;9:删除)", name = "dataStat")
- private String dataStat;
- @ApiModelProperty(value = "文件", name = "gwComFiles")
- private List<GwComFile> gwComFiles;
- public BisInspRslkbkPblm() {
- }
- public List<GwComFile> getGwComFiles() {
- return gwComFiles;
- }
- public void setGwComFiles(List<GwComFile> gwComFiles) {
- this.gwComFiles = gwComFiles;
- }
- 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 getRsCode() {
- return rsCode;
- }
- public void setRsCode(String rsCode) {
- this.rsCode = rsCode;
- }
- public String getRsName() {
- return rsName;
- }
- public void setRsName(String rsName) {
- this.rsName = rsName;
- }
- public String getAdCode() {
- return adCode;
- }
- public void setAdCode(String adCode) {
- this.adCode = adCode;
- }
- public String getProName() {
- return proName;
- }
- public void setProName(String proName) {
- this.proName = proName;
- }
- public String getCityName() {
- return cityName;
- }
- public void setCityName(String cityName) {
- this.cityName = cityName;
- }
- public String getCountyName() {
- return countyName;
- }
- public void setCountyName(String countyName) {
- this.countyName = countyName;
- }
- public String getDamRegCode() {
- return damRegCode;
- }
- public void setDamRegCode(String damRegCode) {
- this.damRegCode = damRegCode;
- }
- public String getEngScal() {
- return engScal;
- }
- public void setEngScal(String engScal) {
- this.engScal = engScal;
- }
- public String getSafeComment() {
- return safeComment;
- }
- public void setSafeComment(String safeComment) {
- this.safeComment = safeComment;
- }
- public String getUnit() {
- return unit;
- }
- public void setUnit(String unit) {
- this.unit = unit;
- }
- public String getPblmType() {
- return pblmType;
- }
- public void setPblmType(String pblmType) {
- this.pblmType = pblmType;
- }
- public String getPblmOption() {
- return pblmOption;
- }
- public void setPblmOption(String pblmOption) {
- this.pblmOption = pblmOption;
- }
- public String getPblmDesc() {
- return pblmDesc;
- }
- public void setPblmDesc(String pblmDesc) {
- this.pblmDesc = pblmDesc;
- }
- public String getPblmLevl() {
- return pblmLevl;
- }
- public void setPblmLevl(String pblmLevl) {
- this.pblmLevl = pblmLevl;
- }
- public String getAttach() {
- return attach;
- }
- public void setAttach(String attach) {
- this.attach = attach;
- }
- public String getPblmSn() {
- return pblmSn;
- }
- public void setPblmSn(String pblmSn) {
- this.pblmSn = pblmSn;
- }
- public String getRectConc() {
- return rectConc;
- }
- public void setRectConc(String rectConc) {
- this.rectConc = rectConc;
- }
- public String getRectMsrs() {
- return rectMsrs;
- }
- public void setRectMsrs(String rectMsrs) {
- this.rectMsrs = rectMsrs;
- }
- public String getRevwInfo() {
- return revwInfo;
- }
- public void setRevwInfo(String revwInfo) {
- this.revwInfo = revwInfo;
- }
- 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 getAuditConc() {
- return auditConc;
- }
- public void setAuditConc(String auditConc) {
- this.auditConc = auditConc;
- }
- public String getAuditNote() {
- return auditNote;
- }
- public void setAuditNote(String auditNote) {
- this.auditNote = auditNote;
- }
- public String getColumn1() {
- return column1;
- }
- public void setColumn1(String column1) {
- this.column1 = column1;
- }
- public String getColumn2() {
- return column2;
- }
- public void setColumn2(String column2) {
- this.column2 = column2;
- }
- public String getRevwRectConc() {
- return revwRectConc;
- }
- public void setRevwRectConc(String revwRectConc) {
- this.revwRectConc = revwRectConc;
- }
- public Date getRealPlanDt() {
- return realPlanDt;
- }
- public void setRealPlanDt(Date realPlanDt) {
- this.realPlanDt = realPlanDt;
- }
- public String getRevwRectPblm() {
- return revwRectPblm;
- }
- public void setRevwRectPblm(String revwRectPblm) {
- this.revwRectPblm = revwRectPblm;
- }
- public String getRevwState() {
- return revwState;
- }
- public void setRevwState(String revwState) {
- this.revwState = revwState;
- }
- public String getState() {
- return state;
- }
- public void setState(String state) {
- this.state = state;
- }
- public String getDataStat() {
- return dataStat;
- }
- public void setDataStat(String dataStat) {
- this.dataStat = dataStat;
- }
- @Override
- public String toString() {
- return "BisInspRslkbkPblm [" + "id=" + id + ", rgstrId=" + rgstrId + ", rsCode=" + rsCode + ", rsName=" + rsName + ", adCode=" + adCode + ", proName=" + proName + ", cityName=" + cityName + ", countyName=" + countyName + ", damRegCode=" + damRegCode + ", engScal=" + engScal + ", safeComment=" + safeComment + ", unit=" + unit + ", pblmType=" + pblmType + ", pblmOption=" + pblmOption + ", pblmDesc=" + pblmDesc + ", pblmLevl=" + pblmLevl + ", attach=" + attach + ", pblmSn=" + pblmSn + ", rectConc=" + rectConc + ", rectMsrs=" + rectMsrs + ", revwInfo=" + revwInfo + ", intm=" + intm + ", uptm=" + uptm + ", auditConc=" + auditConc + ", auditNote=" + auditNote + ", column1=" + column1 + ", column2=" + column2 + ", revwRectConc=" + revwRectConc + ", realPlanDt=" + realPlanDt + ", revwRectPblm=" + revwRectPblm + ", revwState=" + revwState + ", state=" + state + ", dataStat=" + dataStat + "]";
- }
- }
|