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; /** * BisInspHystRectInfoParam * * @author lune * @date 2021-3-2 */ public class BisInspHystRectInfoParam extends PageParam implements Serializable { @ApiModelProperty(value="主键ID", position = 1) private String id; @ApiModelProperty(value="登记表ID", position = 2) private String rgstrId; @ApiModelProperty(value="有无生态流量核定文件(1:有;2:无;)", position = 3) private String isHasEfvd; @ApiModelProperty(value="是否有生态流量泄放设施(1:有;2:无;)", position = 4) private String isHasEdf; @ApiModelProperty(value="生态流量泄放设施与“一站一策”方案是否一致(1:一致;2:不一致;)", position = 5) private String edfIsWiicwtosopp; @ApiModelProperty(value="生态流量泄放设施类型(1:泄流孔;2:泄流阀;3:泄流闸;4:虹吸管;5:生态机组;6:其他)", position = 6) private String edfType; @ApiModelProperty(value="生态流量泄放设施其他类型", position = 7) private String edfTypeOther; @ApiModelProperty(value="生态流量泄放设施(1:要求有而实际没有;2:没有要求;)", position = 8) private String edfIsHas; @ApiModelProperty(value="是否按规定泄放生态流量(1:是;2:否;)", position = 9) private String isRuleDef; @ApiModelProperty(value="有节制泄流,是否有流量监测设施(1:是;2:否;)", position = 10) private String isHasFmf; @ApiModelProperty(value="无节制泄流,是否有视频或流量监测设施", position = 11) private String isHasVotmf; @ApiModelProperty(value="生态流量监测设施类型", position = 12) private String efmfType; @ApiModelProperty(value="生态流量监测设施与“一站一策”方案是否一致", position = 13) private String efmfIsWiicwtosopp; @ApiModelProperty(value="监测数据是否接入平台", position = 14) private String mdataIsAttp; @ApiModelProperty(value="是否持续正常运行", position = 15) private String isRun; @ApiModelProperty(value="立项审批(核准)手续是否完善", position = 16) private String paapIsPfct; @ApiModelProperty(value="环评手续是否完善", position = 17) private String tepIsPfct; @ApiModelProperty(value="水资源论证(取水许可)手续是否完善", position = 18) private String wrcwlpIsPfct; @ApiModelProperty(value="土地预审手续是否完善", position = 19) private String lpepIsPfct; @ApiModelProperty(value="林地征(占、租)用手续是否完善", position = 20) private String feolpIsPfct; @ApiModelProperty(value="竣工验收手续是否完善", position = 21) private String capIsPfct; @ApiModelProperty(value="备注", position = 22) private String note; @ApiModelProperty(value="填报状态(0:未填报;1:填报中;2:已填报)", position = 23) private String status; @ApiModelProperty(value="记录人员ID", position = 24) private String persId; @ApiModelProperty(value="创建时间", position = 25) private Date intm; @ApiModelProperty(value="最后修改时间", position = 26) private Date uptm; public BisInspHystRectInfoParam() { } 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 getIsHasEfvd() { return isHasEfvd; } public void setIsHasEfvd(String isHasEfvd) { this.isHasEfvd = isHasEfvd; } public String getIsHasEdf() { return isHasEdf; } public void setIsHasEdf(String isHasEdf) { this.isHasEdf = isHasEdf; } public String getEdfIsWiicwtosopp() { return edfIsWiicwtosopp; } public void setEdfIsWiicwtosopp(String edfIsWiicwtosopp) { this.edfIsWiicwtosopp = edfIsWiicwtosopp; } public String getEdfType() { return edfType; } public void setEdfType(String edfType) { this.edfType = edfType; } public String getEdfTypeOther() { return edfTypeOther; } public void setEdfTypeOther(String edfTypeOther) { this.edfTypeOther = edfTypeOther; } public String getEdfIsHas() { return edfIsHas; } public void setEdfIsHas(String edfIsHas) { this.edfIsHas = edfIsHas; } public String getIsRuleDef() { return isRuleDef; } public void setIsRuleDef(String isRuleDef) { this.isRuleDef = isRuleDef; } public String getIsHasFmf() { return isHasFmf; } public void setIsHasFmf(String isHasFmf) { this.isHasFmf = isHasFmf; } public String getIsHasVotmf() { return isHasVotmf; } public void setIsHasVotmf(String isHasVotmf) { this.isHasVotmf = isHasVotmf; } public String getEfmfType() { return efmfType; } public void setEfmfType(String efmfType) { this.efmfType = efmfType; } public String getEfmfIsWiicwtosopp() { return efmfIsWiicwtosopp; } public void setEfmfIsWiicwtosopp(String efmfIsWiicwtosopp) { this.efmfIsWiicwtosopp = efmfIsWiicwtosopp; } public String getMdataIsAttp() { return mdataIsAttp; } public void setMdataIsAttp(String mdataIsAttp) { this.mdataIsAttp = mdataIsAttp; } public String getIsRun() { return isRun; } public void setIsRun(String isRun) { this.isRun = isRun; } public String getPaapIsPfct() { return paapIsPfct; } public void setPaapIsPfct(String paapIsPfct) { this.paapIsPfct = paapIsPfct; } public String getTepIsPfct() { return tepIsPfct; } public void setTepIsPfct(String tepIsPfct) { this.tepIsPfct = tepIsPfct; } public String getWrcwlpIsPfct() { return wrcwlpIsPfct; } public void setWrcwlpIsPfct(String wrcwlpIsPfct) { this.wrcwlpIsPfct = wrcwlpIsPfct; } public String getLpepIsPfct() { return lpepIsPfct; } public void setLpepIsPfct(String lpepIsPfct) { this.lpepIsPfct = lpepIsPfct; } public String getFeolpIsPfct() { return feolpIsPfct; } public void setFeolpIsPfct(String feolpIsPfct) { this.feolpIsPfct = feolpIsPfct; } public String getCapIsPfct() { return capIsPfct; } public void setCapIsPfct(String capIsPfct) { this.capIsPfct = capIsPfct; } public String getNote() { return note; } public void setNote(String note) { this.note = note; } public String getStatus() { return status; } public void setStatus(String status) { this.status = status; } 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; } }