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:BisInspRect * * @author lhc * @date 2019-12-25 */ @JsonIgnoreProperties(value = {"handler", "hibernateLazyInitializer"}) public class BisInspRect extends BaseBean implements Serializable { // 主键ID @ApiModelProperty(value = "主键ID", name = "id") private String id; // 通知类型发 '1','小型水库', '2','人饮工程', '3','水毁工程', '4','工程建设', '5','地下水', '7','运行管理', '6','水闸', '9','特定飞检', '10','其他填报', '11','淤地坝', '12','取水口','13','重要水源地', '14','分水及管控', '15','节水管理与评价', '16','用水单位抽查' @ApiModelProperty(value = "通知类型发 '1','小型水库', '2','人饮工程', '3','水毁工程', '4','工程建设', '5','地下水', '7','运行管理', '6','水闸', '9','特定飞检', '10','其他填报', '11','淤地坝', '12','取水口','13','重要水源地', '14','分水及管控', '15','节水管理与评价', '16','用水单位抽查'", name = "sndType") private String sndType; // 发文标题 @ApiModelProperty(value = "发文标题", name = "sndTitle") private String sndTitle; // 发文文号 @ApiModelProperty(value = "发文文号", name = "sndNub") private String sndNub; // 整改时限 @ApiModelProperty(value = "整改时限", name = "crrtTm") private Date crrtTm; // 发文单位代码 @ApiModelProperty(value = "发文单位代码", name = "sndOrgId") private String sndOrgId; // 发文单位名称 @ApiModelProperty(value = "发文单位名称", name = "sndOrgName") private String sndOrgName; // 接收单位代码 @ApiModelProperty(value = "接收单位代码", name = "rectOrgId") private String rectOrgId; // 接收单位名称 @ApiModelProperty(value = "接收单位名称", name = "rectOrgName") private String rectOrgName; // 工程总数 @ApiModelProperty(value = "工程总数", name = "pjctSize") private Long pjctSize; // 问题总数 @ApiModelProperty(value = "问题总数", name = "pblmSize") private Long pblmSize; // 通知附件id @ApiModelProperty(value = "通知附件id", name = "fileId") private String fileId; // 通知附件名称 @ApiModelProperty(value = "通知附件名称", name = "fileName") private String fileName; // 通知附件路径 @ApiModelProperty(value = "通知附件路径", name = "filePath") private String filePath; // 反馈时间 @ApiModelProperty(value = "反馈时间", name = "rectTm") private Date rectTm; // 反馈文号 @ApiModelProperty(value = "反馈文号", name = "rectNub") private String rectNub; // 反馈人ID @ApiModelProperty(value = "反馈人ID", name = "rectPersId") private String rectPersId; // 反馈人姓名 @ApiModelProperty(value = "反馈人姓名", name = "rectPersName") private String rectPersName; // 反馈通知附件id @ApiModelProperty(value = "反馈通知附件id", name = "rectFileId") private String rectFileId; // 反馈通知附件名称 @ApiModelProperty(value = "反馈通知附件名称", name = "rectFileName") private String rectFileName; // 反馈通知附件路径 @ApiModelProperty(value = "反馈通知附件路径", name = "rectFilePath") private String rectFilePath; // 状态 0 未下发 1 已下发 2 已反馈 3审核通过 4 驳回 @ApiModelProperty(value = " 状态 0 未下发 1 已下发 2 已反馈 3审核通过 4 驳回", name = "state") private String state; // 备注 @ApiModelProperty(value = "备注", name = "note") private String note; // 创建人 @ApiModelProperty(value = "创建人", name = "persId") private String persId; // 创建人姓名 @ApiModelProperty(value = "创建人姓名", name = "persName") private String persName; // 创建时间 @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 = "接收单位行政区代码", name = "rectAddvcd") private String rectAddvcd; private List bisInspRectLogList; public String getRectAddvcd() { return rectAddvcd; } public void setRectAddvcd(String rectAddvcd) { this.rectAddvcd = rectAddvcd; } public BisInspRect() { } public String getId() { return id; } public void setId(String id) { this.id = id; } public String getSndType() { return sndType; } public void setSndType(String sndType) { this.sndType = sndType; } public String getSndTitle() { return sndTitle; } public void setSndTitle(String sndTitle) { this.sndTitle = sndTitle; } public String getSndNub() { return sndNub; } public void setSndNub(String sndNub) { this.sndNub = sndNub; } public Date getCrrtTm() { return crrtTm; } public void setCrrtTm(Date crrtTm) { this.crrtTm = crrtTm; } public String getSndOrgId() { return sndOrgId; } public void setSndOrgId(String sndOrgId) { this.sndOrgId = sndOrgId; } public String getSndOrgName() { return sndOrgName; } public void setSndOrgName(String sndOrgName) { this.sndOrgName = sndOrgName; } public String getRectOrgId() { return rectOrgId; } public void setRectOrgId(String rectOrgId) { this.rectOrgId = rectOrgId; } public String getRectOrgName() { return rectOrgName; } public void setRectOrgName(String rectOrgName) { this.rectOrgName = rectOrgName; } public Long getPjctSize() { return pjctSize; } public void setPjctSize(Long pjctSize) { this.pjctSize = pjctSize; } public Long getPblmSize() { return pblmSize; } public void setPblmSize(Long pblmSize) { this.pblmSize = pblmSize; } public String getFileId() { return fileId; } public void setFileId(String fileId) { this.fileId = fileId; } public String getFileName() { return fileName; } public void setFileName(String fileName) { this.fileName = fileName; } public String getFilePath() { return filePath; } public void setFilePath(String filePath) { this.filePath = filePath; } public Date getRectTm() { return rectTm; } public void setRectTm(Date rectTm) { this.rectTm = rectTm; } public String getRectNub() { return rectNub; } public void setRectNub(String rectNub) { this.rectNub = rectNub; } public String getRectPersId() { return rectPersId; } public void setRectPersId(String rectPersId) { this.rectPersId = rectPersId; } public String getRectPersName() { return rectPersName; } public void setRectPersName(String rectPersName) { this.rectPersName = rectPersName; } public String getRectFileId() { return rectFileId; } public void setRectFileId(String rectFileId) { this.rectFileId = rectFileId; } public String getRectFileName() { return rectFileName; } public void setRectFileName(String rectFileName) { this.rectFileName = rectFileName; } public String getRectFilePath() { return rectFilePath; } public void setRectFilePath(String rectFilePath) { this.rectFilePath = rectFilePath; } public String getState() { return state; } public void setState(String state) { this.state = state; } public String getNote() { return note; } public void setNote(String note) { this.note = note; } public String getPersId() { return persId; } public void setPersId(String persId) { this.persId = persId; } public String getPersName() { return persName; } public void setPersName(String persName) { this.persName = persName; } 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; } public List getBisInspRectLogList() { return bisInspRectLogList; } public void setBisInspRectLogList(List bisInspRectLogList) { this.bisInspRectLogList = bisInspRectLogList; } @Override public String toString() { return "BisInspRect [" + "id=" + id + ", sndType=" + sndType + ", sndTitle=" + sndTitle + ", sndNub=" + sndNub + ", crrtTm=" + crrtTm + ", sndOrgId=" + sndOrgId + ", sndOrgName=" + sndOrgName + ", rectOrgId=" + rectOrgId + ", rectOrgName=" + rectOrgName + ", pjctSize=" + pjctSize + ", pblmSize=" + pblmSize + ", fileId=" + fileId + ", fileName=" + fileName + ", filePath=" + filePath + ", rectTm=" + rectTm + ", rectNub=" + rectNub + ", rectPersId=" + rectPersId + ", rectPersName=" + rectPersName + ", rectFileId=" + rectFileId + ", rectFileName=" + rectFileName + ", rectFilePath=" + rectFilePath + ", state=" + state + ", note=" + note + ", persId=" + persId + ", persName=" + persName + ", intm=" + intm + ", uptm=" + uptm + ", dataStat=" + dataStat + "]"; } }