| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454 |
- package cn.com.goldenwater.dcproj.param;
- import cn.com.goldenwater.core.param.PageParam;
- import io.swagger.annotations.ApiModelProperty;
- import io.swagger.annotations.ApiParam;
- import java.io.Serializable;
- import java.util.Date;
- /**
- * TacPblmRectOrgParam
- *
- * @author lhc
- * @date 2019-12-24
- */
- public class TacPblmRectOrgParam extends PageParam implements Serializable {
- // 通知附件id
- @ApiParam(name = "通知附件id")
- @ApiModelProperty(value = "通知附件id", name = "fileId")
- private String fileId;
- // 通知附件名称
- @ApiParam(name = "通知附件名称")
- @ApiModelProperty(value = "通知附件名称", name = "fileName")
- private String fileName;
- // 通知附件路径
- @ApiParam(name = "通知附件路径")
- @ApiModelProperty(value = "通知附件路径", name = "filePath")
- private String filePath;
- // 反馈通知附件id
- @ApiParam(name = "反馈通知附件id")
- @ApiModelProperty(value = "反馈通知附件id", name = "rectFileId")
- private String rectFileId;
- // 反馈通知附件名称
- @ApiParam(name = "反馈通知附件名称")
- @ApiModelProperty(value = "反馈通知附件名称", name = "rectFileName")
- private String rectFileName;
- // 反馈通知附件路径
- @ApiParam(name = "反馈通知附件路径")
- @ApiModelProperty(value = "反馈通知附件路径", name = "rectFilePath")
- private String rectFilePath;
- // 通知名称
- @ApiParam(name = "通知名称")
- @ApiModelProperty(value = "通知名称", name = "title")
- private String title;
- // 通知文号
- @ApiParam(name = "通知文号")
- @ApiModelProperty(value = "通知文号", name = "nub")
- private String nub;
- // 整改说明
- @ApiParam(name = "整改说明")
- @ApiModelProperty(value = "整改说明", name = "explain")
- private String explain;
- // 通知印发时间
- @ApiParam(name = "通知印发时间")
- @ApiModelProperty(value = "通知印发时间", name = "printTm")
- private Date printTm;
- // 整改截止期限
- @ApiParam(name = "整改截止期限")
- @ApiModelProperty(value = "整改截止期限", name = "closeTm")
- private Date closeTm;
- // 批次通知附件id
- @ApiParam(name = "批次通知附件id")
- @ApiModelProperty(value = "批次通知附件id", name = "sndFileId")
- private String sndFileId;
- // 批次通知附件名称
- @ApiParam(name = "批次通知附件名称")
- @ApiModelProperty(value = "批次通知附件名称", name = "sndFileName")
- private String sndFileName;
- // 批次通知附件路径
- @ApiParam(name = "批次通知附件路径")
- @ApiModelProperty(value = "批次通知附件路径", name = "sndFilePath")
- private String sndFilePath;
- // 主键ID
- @ApiParam(name = "主键ID")
- @ApiModelProperty(value = "主键ID", name = "id")
- private String id;
- // 建安中心通知ID
- @ApiParam(name = "建安中心通知ID")
- @ApiModelProperty(value = "建安中心通知ID", name = "rectId")
- private String rectId;
- // 年度
- @ApiParam(name = "年度")
- @ApiModelProperty(value = "年度", name = "year")
- private Long year;
- // 批次
- @ApiParam(name = "批次")
- @ApiModelProperty(value = "批次", name = "batch")
- private Long batch;
- // 接收单位ID
- @ApiParam(name = "接收单位ID")
- @ApiModelProperty(value = "接收单位ID", name = "rectOrgId")
- private String rectOrgId;
- // 接收单位名称
- @ApiParam(name = "接收单位名称")
- @ApiModelProperty(value = "接收单位名称", name = "rectOrgNm")
- private String rectOrgNm;
- // 工程总数
- @ApiParam(name = "工程总数")
- @ApiModelProperty(value = "工程总数", name = "prjctSize")
- private Long prjctSize;
- // 问题总数
- @ApiParam(name = "问题总数")
- @ApiModelProperty(value = "问题总数", name = "pblmSize")
- private Long pblmSize;
- // 状态 0未下发 1 已下发 2 已反馈
- @ApiParam(name = "状态 0未下发 1 已下发 2 已反馈")
- @ApiModelProperty(value = "状态 0未下发 1 已下发 2 已反馈", name = "state")
- private String state;
- // 反馈时间
- @ApiParam(name = "反馈时间")
- @ApiModelProperty(value = "反馈时间", name = "rectTm")
- private Date rectTm;
- // 反馈文号
- @ApiParam(name = "反馈文号")
- @ApiModelProperty(value = "反馈文号", name = "rectNub")
- private String rectNub;
- // 审核状态 0 未审核 1 归档
- @ApiParam(name = "审核状态 0 未审核 1 归档")
- @ApiModelProperty(value = "审核状态 0 未审核 1 归档", name = "chkState")
- private String chkState;
- // 被稽察单位联系人
- @ApiParam(name = "被稽察单位联系人")
- @ApiModelProperty(value = "被稽察单位联系人", name = "chkPersInfo")
- private String chkPersInfo;
- // 地方问责情况
- @ApiParam(name = "地方问责情况")
- @ApiModelProperty(value = "地方问责情况", name = "placeDuty")
- private String placeDuty;
- // 反馈人员ID
- @ApiParam(name = "反馈人员ID")
- @ApiModelProperty(value = "反馈人员ID", name = "rectPersId")
- private String rectPersId;
- // 反馈人员姓名
- @ApiParam(name = "反馈人员姓名")
- @ApiModelProperty(value = "反馈人员姓名", name = "rectPersName")
- private String rectPersName;
- // 责任追究决定
- @ApiParam(name = "责任追究决定")
- @ApiModelProperty(value = "责任追究决定", name = "dutyTrace")
- private String dutyTrace;
- // 创建人员id
- @ApiParam(name = "创建人员id")
- @ApiModelProperty(value = "创建人员id", name = "persId")
- private String persId;
- // 创建人员姓名
- @ApiParam(name = "创建人员姓名")
- @ApiModelProperty(value = "创建人员姓名", name = "persName")
- private String persName;
- // 创建时间
- @ApiParam(name = "创建时间")
- @ApiModelProperty(value = "创建时间", name = "intm")
- private Date intm;
- // 最后修改时间
- @ApiParam(name = "最后修改时间")
- @ApiModelProperty(value = "最后修改时间", name = "uptm")
- private Date uptm;
- // 数据状态(0:正常;9:删除)
- @ApiParam(name = "数据状态(0:正常;9:删除)")
- @ApiModelProperty(value = "数据状态(0:正常;9:删除)", name = "dataStat")
- private String dataStat;
- public TacPblmRectOrgParam() {
- }
- 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 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 getTitle() {
- return title;
- }
- public void setTitle(String title) {
- this.title = title;
- }
- public String getNub() {
- return nub;
- }
- public void setNub(String nub) {
- this.nub = nub;
- }
- public String getExplain() {
- return explain;
- }
- public void setExplain(String explain) {
- this.explain = explain;
- }
- public Date getPrintTm() {
- return printTm;
- }
- public void setPrintTm(Date printTm) {
- this.printTm = printTm;
- }
- public Date getCloseTm() {
- return closeTm;
- }
- public void setCloseTm(Date closeTm) {
- this.closeTm = closeTm;
- }
- public String getSndFileId() {
- return sndFileId;
- }
- public void setSndFileId(String sndFileId) {
- this.sndFileId = sndFileId;
- }
- public String getSndFileName() {
- return sndFileName;
- }
- public void setSndFileName(String sndFileName) {
- this.sndFileName = sndFileName;
- }
- public String getSndFilePath() {
- return sndFilePath;
- }
- public void setSndFilePath(String sndFilePath) {
- this.sndFilePath = sndFilePath;
- }
- public String getId() {
- return id;
- }
- public void setId(String id) {
- this.id = id;
- }
- public String getRectId() {
- return rectId;
- }
- public void setRectId(String rectId) {
- this.rectId = rectId;
- }
- public Long getYear() {
- return year;
- }
- public void setYear(Long year) {
- this.year = year;
- }
- public Long getBatch() {
- return batch;
- }
- public void setBatch(Long batch) {
- this.batch = batch;
- }
- public String getRectOrgId() {
- return rectOrgId;
- }
- public void setRectOrgId(String rectOrgId) {
- this.rectOrgId = rectOrgId;
- }
- public String getRectOrgNm() {
- return rectOrgNm;
- }
- public void setRectOrgNm(String rectOrgNm) {
- this.rectOrgNm = rectOrgNm;
- }
- public Long getPrjctSize() {
- return prjctSize;
- }
- public void setPrjctSize(Long prjctSize) {
- this.prjctSize = prjctSize;
- }
- public Long getPblmSize() {
- return pblmSize;
- }
- public void setPblmSize(Long pblmSize) {
- this.pblmSize = pblmSize;
- }
- public String getState() {
- return state;
- }
- public void setState(String state) {
- this.state = state;
- }
- 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 getChkState() {
- return chkState;
- }
- public void setChkState(String chkState) {
- this.chkState = chkState;
- }
- public String getChkPersInfo() {
- return chkPersInfo;
- }
- public void setChkPersInfo(String chkPersInfo) {
- this.chkPersInfo = chkPersInfo;
- }
- public String getPlaceDuty() {
- return placeDuty;
- }
- public void setPlaceDuty(String placeDuty) {
- this.placeDuty = placeDuty;
- }
- 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 getDutyTrace() {
- return dutyTrace;
- }
- public void setDutyTrace(String dutyTrace) {
- this.dutyTrace = dutyTrace;
- }
- 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;
- }
- }
|