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; /** * BisInspMtprggdParam * * @author lhc * @date 2022-3-17 */ public class BisInspMtprggdParam extends PageParam implements Serializable { // ID @ApiParam(name = "ID") @ApiModelProperty(value = "ID", name = "id") private String id; // 填报单位 @ApiParam(name = "填报单位") @ApiModelProperty(value = "填报单位", name = "unitName") private String unitName; // 年度 @ApiParam(name = "年度") @ApiModelProperty(value = "年度", name = "year") private Long year; // 月份 @ApiParam(name = "月份") @ApiModelProperty(value = "月份", name = "mnth") private Long mnth; // 序号 指水利厅下达的年度监督实施计划中序号,列入则填具体序号,未列入则填“否”,若未列入监督计划但补列的,按计划内填,填“补列”。 @ApiParam(name = "序号 指水利厅下达的年度监督实施计划中序号,列入则填具体序号,未列入则填“否”,若未列入监督计划但补列的,按计划内填,填“补列”。") @ApiModelProperty(value = "序号 指水利厅下达的年度监督实施计划中序号,列入则填具体序号,未列入则填“否”,若未列入监督计划但补列的,按计划内填,填“补列”。", name = "idx") private String idx; // 监督事项名称 @ApiParam(name = "监督事项名称") @ApiModelProperty(value = "监督事项名称", name = "pname") private String pname; // 明查或暗访 0暗访 1明查 @ApiParam(name = "明查或暗访 0暗访 1明查") @ApiModelProperty(value = "明查或暗访 0暗访 1明查", name = "ptype") private String ptype; // 开展时间 @ApiParam(name = "开展时间") @ApiModelProperty(value = "开展时间", name = "tm") private Date tm; // 工程数量 @ApiParam(name = "工程数量") @ApiModelProperty(value = "工程数量", name = "prjSize") private Long prjSize; // 业务主体单位数量 @ApiParam(name = "业务主体单位数量") @ApiModelProperty(value = "业务主体单位数量", name = "depSize") private Long depSize; // 检查组次 @ApiParam(name = "检查组次") @ApiModelProperty(value = "检查组次", name = "chkSize") private Long chkSize; // 有厅领导带队的次数 @ApiParam(name = "有厅领导带队的次数") @ApiModelProperty(value = "有厅领导带队的次数", name = "leadSize") private Long leadSize; // 监督检查工日 @ApiParam(name = "监督检查工日") @ApiModelProperty(value = "监督检查工日", name = "chkDaySize") private Long chkDaySize; // 书面反馈意见份数 @ApiParam(name = "书面反馈意见份数") @ApiModelProperty(value = "书面反馈意见份数", name = "feedBackSize") private Long feedBackSize; // 发现问题数量(条) @ApiParam(name = "发现问题数量(条)") @ApiModelProperty(value = "发现问题数量(条)", name = "pblmSize") private Long pblmSize; // 整改问题数量(条) @ApiParam(name = "整改问题数量(条)") @ApiModelProperty(value = "整改问题数量(条)", name = "mendSize") private Long mendSize; // 本月完成整改问题数量(条) @ApiParam(name = "本月完成整改问题数量(条)") @ApiModelProperty(value = "本月完成整改问题数量(条)", name = "mendCmpSize") private Long mendCmpSize; // 累计完成整改问题数量(条) @ApiParam(name = "累计完成整改问题数量(条)") @ApiModelProperty(value = "累计完成整改问题数量(条)", name = "mendCmpTatSize") private Long mendCmpTatSize; // 问题累计整改率(%) @ApiParam(name = "问题累计整改率(%)") @ApiModelProperty(value = "问题累计整改率(%)", name = "mendCmpRatio") private Long mendCmpRatio; // 被追责单位/主体 @ApiParam(name = "被追责单位/主体") @ApiModelProperty(value = "被追责单位/主体", name = "accuntDep") private String accuntDep; // 追责事由 @ApiParam(name = "追责事由") @ApiModelProperty(value = "追责事由", name = "accuntText") private String accuntText; // 追责时间 @ApiParam(name = "追责时间") @ApiModelProperty(value = "追责时间", name = "acuntTm") private Date acuntTm; // 追责情况 @ApiParam(name = "追责情况") @ApiModelProperty(value = "追责情况", name = "accuntNote") private String accuntNote; // 创建人 @ApiParam(name = "创建人") @ApiModelProperty(value = "创建人", name = "persId") private String persId; // 创建时间 @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 = "行政区划", name = "adCode") private String adCode; public String getChkYearId() { return chkYearId; } public void setChkYearId(String chkYearId) { this.chkYearId = chkYearId; } @ApiModelProperty(value = "年度计划关联ID", name = "chkYearId") private String chkYearId; @ApiModelProperty(value = "检查结束时间", name = "em") private Date em; public Date getEm() { return em; } public void setEm(Date em) { this.em = em; } public String getAdCode() { return adCode; } public void setAdCode(String adCode) { this.adCode = adCode; } public BisInspMtprggdParam() { } public String getId() { return id; } public void setId(String id) { this.id = id; } public String getUnitName() { return unitName; } public void setUnitName(String unitName) { this.unitName = unitName; } public Long getYear() { return year; } public void setYear(Long year) { this.year = year; } public Long getMnth() { return mnth; } public void setMnth(Long mnth) { this.mnth = mnth; } public String getIdx() { return idx; } public void setIdx(String idx) { this.idx = idx; } public String getPname() { return pname; } public void setPname(String pname) { this.pname = pname; } public String getPtype() { return ptype; } public void setPtype(String ptype) { this.ptype = ptype; } public Date getTm() { return tm; } public void setTm(Date tm) { this.tm = tm; } public Long getPrjSize() { return prjSize; } public void setPrjSize(Long prjSize) { this.prjSize = prjSize; } public Long getDepSize() { return depSize; } public void setDepSize(Long depSize) { this.depSize = depSize; } public Long getChkSize() { return chkSize; } public void setChkSize(Long chkSize) { this.chkSize = chkSize; } public Long getLeadSize() { return leadSize; } public void setLeadSize(Long leadSize) { this.leadSize = leadSize; } public Long getChkDaySize() { return chkDaySize; } public void setChkDaySize(Long chkDaySize) { this.chkDaySize = chkDaySize; } public Long getFeedBackSize() { return feedBackSize; } public void setFeedBackSize(Long feedBackSize) { this.feedBackSize = feedBackSize; } public Long getPblmSize() { return pblmSize; } public void setPblmSize(Long pblmSize) { this.pblmSize = pblmSize; } public Long getMendSize() { return mendSize; } public void setMendSize(Long mendSize) { this.mendSize = mendSize; } public Long getMendCmpSize() { return mendCmpSize; } public void setMendCmpSize(Long mendCmpSize) { this.mendCmpSize = mendCmpSize; } public Long getMendCmpTatSize() { return mendCmpTatSize; } public void setMendCmpTatSize(Long mendCmpTatSize) { this.mendCmpTatSize = mendCmpTatSize; } public Long getMendCmpRatio() { return mendCmpRatio; } public void setMendCmpRatio(Long mendCmpRatio) { this.mendCmpRatio = mendCmpRatio; } public String getAccuntDep() { return accuntDep; } public void setAccuntDep(String accuntDep) { this.accuntDep = accuntDep; } public String getAccuntText() { return accuntText; } public void setAccuntText(String accuntText) { this.accuntText = accuntText; } public Date getAcuntTm() { return acuntTm; } public void setAcuntTm(Date acuntTm) { this.acuntTm = acuntTm; } public String getAccuntNote() { return accuntNote; } public void setAccuntNote(String accuntNote) { this.accuntNote = accuntNote; } 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 getDataStat() { return dataStat; } public void setDataStat(String dataStat) { this.dataStat = dataStat; } }