| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383 |
- package cn.com.goldenwater.dcproj.param;
- import cn.com.goldenwater.core.param.PageParam;
- import io.swagger.annotations.ApiParam;
- import java.util.Date;
- import java.io.Serializable;
- import io.swagger.annotations.ApiModelProperty;
- /**
- * BisInspRectProvinceParam
- *
- * @author lhc
- * @date 2020-4-8
- */
- public class BisInspRectProvinceParam extends PageParam implements Serializable {
- // 主键ID
- @ApiParam(name = "主键ID")
- @ApiModelProperty(value = "主键ID", name = "id")
- private String id;
- // 通知类型
- @ApiParam(name = "通知类型")
- @ApiModelProperty(value = "通知类型", name = "sndType")
- private String sndType;
- // 发文标题
- @ApiParam(name = "发文标题")
- @ApiModelProperty(value = "发文标题", name = "sndTitle")
- private String sndTitle;
- // 发文文号
- @ApiParam(name = "发文文号")
- @ApiModelProperty(value = "发文文号", name = "sndNub")
- private String sndNub;
- // 整改时限
- @ApiParam(name = "整改时限")
- @ApiModelProperty(value = "整改时限", name = "crrtTm")
- private Date crrtTm;
- // 发文单位代码
- @ApiParam(name = "发文单位代码")
- @ApiModelProperty(value = "发文单位代码", name = "sndOrgId")
- private String sndOrgId;
- // 发文单位名称
- @ApiParam(name = "发文单位名称")
- @ApiModelProperty(value = "发文单位名称", name = "sndOrgName")
- private String sndOrgName;
- // 接收单位代码
- @ApiParam(name = "接收单位代码")
- @ApiModelProperty(value = "接收单位代码", name = "rectOrgId")
- private String rectOrgId;
- // 接收单位名称
- @ApiParam(name = "接收单位名称")
- @ApiModelProperty(value = "接收单位名称", name = "rectOrgName")
- private String rectOrgName;
- // 工程总数
- @ApiParam(name = "工程总数")
- @ApiModelProperty(value = "工程总数", name = "pjctSize")
- private Long pjctSize;
- // 问题总数
- @ApiParam(name = "问题总数")
- @ApiModelProperty(value = "问题总数", name = "pblmSize")
- private Long pblmSize;
- // 通知附件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;
- // 反馈时间
- @ApiParam(name = "反馈时间")
- @ApiModelProperty(value = "反馈时间", name = "rectTm")
- private Date rectTm;
- // 反馈人ID
- @ApiParam(name = "反馈人ID")
- @ApiModelProperty(value = "反馈人ID", name = "rectPersId")
- private String rectPersId;
- // 反馈人姓名
- @ApiParam(name = "反馈人姓名")
- @ApiModelProperty(value = "反馈人姓名", name = "rectPersName")
- private String rectPersName;
- // 0:处室新建未提交 1:处室提交待监督处审核 2:处室提交监督处驳回 3:监督处审核下发 4:市级提交反馈 5:业务处室驳回 6:业务处室审核通过 7:监督处归档
- @ApiParam(name = "0:处室新建未提交 1:处室提交待监督处审核 2:处室提交监督处驳回 3:监督处审核下发 4:市级提交反馈 5:业务处室驳回 6:业务处室审核通过 7:监督处归档 ")
- @ApiModelProperty(value = "0:处室新建未提交 1:处室提交待监督处审核 2:处室提交监督处驳回 3:监督处审核下发 4:市级提交反馈 5:业务处室驳回 6:业务处室审核通过 7:监督处归档 ", name = "state")
- private String state;
- // 备注
- @ApiParam(name = "备注")
- @ApiModelProperty(value = "备注", name = "note")
- private String note;
- // 创建人
- @ApiParam(name = "创建人")
- @ApiModelProperty(value = "创建人", 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;
- @ApiModelProperty(value = "当前操作人ID", name = "curentPersId")
- private String curentPersId;
- @ApiModelProperty(value = "当前操作人机构ID", name = "curentPersIdOrgId")
- private String curentPersIdOrgId;
- @ApiModelProperty(value = "年度", name = "year")
- private String year;
- @ApiModelProperty(value = "查询参数转发单位ID", name = "satOrg")
- private String satOrg;
- // 通知督查类型描述
- @ApiModelProperty(value = "通知督查类型描述", name = "sndTypeNm")
- private String sndTypeNm;
- private String province;
- @ApiModelProperty(value = "是否超时", name = "isOvertime")
- private String isOvertime;
- public BisInspRectProvinceParam() {
- }
- public String getIsOvertime() {
- return isOvertime;
- }
- public void setIsOvertime(String isOvertime) {
- this.isOvertime = isOvertime;
- }
- @Override
- public String getProvince() {
- return province;
- }
- @Override
- public void setProvince(String province) {
- this.province = province;
- }
- public String getSndTypeNm() {
- return sndTypeNm;
- }
- public void setSndTypeNm(String sndTypeNm) {
- this.sndTypeNm = sndTypeNm;
- }
- public String getSatOrg() {
- return satOrg;
- }
- public void setSatOrg(String satOrg) {
- this.satOrg = satOrg;
- }
- public String getYear() {
- return year;
- }
- public void setYear(String year) {
- this.year = year;
- }
- public String getCurentPersId() {
- return curentPersId;
- }
- public void setCurentPersId(String curentPersId) {
- this.curentPersId = curentPersId;
- }
- public String getCurentPersIdOrgId() {
- return curentPersIdOrgId;
- }
- public void setCurentPersIdOrgId(String curentPersIdOrgId) {
- this.curentPersIdOrgId = curentPersIdOrgId;
- }
- 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 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 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;
- }
- }
|