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; /** * BisInspRsfcoqhPresParam * * @author lhc * @date 2021-6-10 */ public class BisInspRsfcoqhPresParam extends PageParam implements Serializable { // 在建水利工程检查人员检查人员 @ApiParam(name = "在建水利工程检查人员检查人员") @ApiModelProperty(value = "在建水利工程检查人员检查人员", name = "chkPres") private String chkPres; // 检查时间 @ApiParam(name = "检查时间") @ApiModelProperty(value = "检查时间", name = "chkTm") private Date chkTm; // 防汛预案(度汛预案)是否编制 @ApiParam(name = "防汛预案(度汛预案)是否编制") @ApiModelProperty(value = "防汛预案(度汛预案)是否编制", name = "isMakPlan") private String isMakPlan; // 三个责任人是否公示 @ApiParam(name = "三个责任人是否公示") @ApiModelProperty(value = "三个责任人是否公示", name = "isPubDuty") private String isPubDuty; // 汛限水位(米) @ApiParam(name = "汛限水位(米)") @ApiModelProperty(value = "汛限水位(米)", name = "fsltdz") private Double fsltdz; // 汛限水位运行情况 @ApiParam(name = "汛限水位运行情况") @ApiModelProperty(value = "汛限水位运行情况", name = "fsltdzRun") private String fsltdzRun; // 防汛物资是否储备 @ApiParam(name = "防汛物资是否储备") @ApiModelProperty(value = "防汛物资是否储备", name = "isStore") private String isStore; // 是否有巡检记录 @ApiParam(name = "是否有巡检记录") @ApiModelProperty(value = "是否有巡检记录", name = "isChkLog") private String isChkLog; // 简易监测设备是否正常运行 @ApiParam(name = "简易监测设备是否正常运行") @ApiModelProperty(value = "简易监测设备是否正常运行", name = "isRunDvc") private String isRunDvc; // 不是在建水利工程检查人员 @ApiParam(name = "不是在建水利工程检查人员") @ApiModelProperty(value = "不是在建水利工程检查人员", name = "chkPres1") private String chkPres1; // 管理单位 @ApiParam(name = "管理单位") @ApiModelProperty(value = "管理单位", name = "govMang") private String govMang; // 完成时限 @ApiParam(name = "完成时限") @ApiModelProperty(value = "完成时限", name = "ackLimt") private String ackLimt; // 记录人员ID @ApiParam(name = "记录人员ID") @ApiModelProperty(value = "记录人员ID", name = "persId") private String persId; // 创建时间 @ApiParam(name = "创建时间") @ApiModelProperty(value = "创建时间", name = "intm") private Date intm; // 最后修改时间 @ApiParam(name = "最后修改时间") @ApiModelProperty(value = "最后修改时间", name = "uptm") private Date uptm; // 备注 @ApiParam(name = "备注") @ApiModelProperty(value = "备注", name = "note") private String note; // 数据状态(0:正常;9:删除) @ApiParam(name = "数据状态(0:正常;9:删除)") @ApiModelProperty(value = "数据状态(0:正常;9:删除)", name = "dataStat") private String dataStat; // 主键ID @ApiParam(name = "主键ID") @ApiModelProperty(value = "主键ID", name = "id") private String id; // 登记表ID @ApiParam(name = "登记表ID") @ApiModelProperty(value = "登记表ID", name = "rgstrId") private String rgstrId; // 是否在建水利工程 @ApiParam(name = "是否在建水利工程") @ApiModelProperty(value = "是否在建水利工程", name = "isBuld") private String isBuld; // 在建工程防汛责任人是否落实 @ApiParam(name = "在建工程防汛责任人是否落实") @ApiModelProperty(value = "在建工程防汛责任人是否落实", name = "isDuty") private String isDuty; // 度汛方案是否编制并报批 @ApiParam(name = "度汛方案是否编制并报批") @ApiModelProperty(value = "度汛方案是否编制并报批", name = "isPlanApp") private String isPlanApp; // 是否开展演练 @ApiParam(name = "是否开展演练") @ApiModelProperty(value = "是否开展演练", name = "isRhrs") private String isRhrs; // 是否落实汛期值班巡查人员 @ApiParam(name = "是否落实汛期值班巡查人员") @ApiModelProperty(value = "是否落实汛期值班巡查人员", name = "isDutyPres") private String isDutyPres; public BisInspRsfcoqhPresParam() { } public String getChkPres() { return chkPres; } public void setChkPres(String chkPres) { this.chkPres = chkPres; } public Date getChkTm() { return chkTm; } public void setChkTm(Date chkTm) { this.chkTm = chkTm; } public String getIsMakPlan() { return isMakPlan; } public void setIsMakPlan(String isMakPlan) { this.isMakPlan = isMakPlan; } public String getIsPubDuty() { return isPubDuty; } public void setIsPubDuty(String isPubDuty) { this.isPubDuty = isPubDuty; } public Double getFsltdz() { return fsltdz; } public void setFsltdz(Double fsltdz) { this.fsltdz = fsltdz; } public String getFsltdzRun() { return fsltdzRun; } public void setFsltdzRun(String fsltdzRun) { this.fsltdzRun = fsltdzRun; } public String getIsStore() { return isStore; } public void setIsStore(String isStore) { this.isStore = isStore; } public String getIsChkLog() { return isChkLog; } public void setIsChkLog(String isChkLog) { this.isChkLog = isChkLog; } public String getIsRunDvc() { return isRunDvc; } public void setIsRunDvc(String isRunDvc) { this.isRunDvc = isRunDvc; } public String getChkPres1() { return chkPres1; } public void setChkPres1(String chkPres1) { this.chkPres1 = chkPres1; } public String getGovMang() { return govMang; } public void setGovMang(String govMang) { this.govMang = govMang; } public String getAckLimt() { return ackLimt; } public void setAckLimt(String ackLimt) { this.ackLimt = ackLimt; } 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 getNote() { return note; } public void setNote(String note) { this.note = note; } public String getDataStat() { return dataStat; } public void setDataStat(String dataStat) { this.dataStat = dataStat; } 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 getIsBuld() { return isBuld; } public void setIsBuld(String isBuld) { this.isBuld = isBuld; } public String getIsDuty() { return isDuty; } public void setIsDuty(String isDuty) { this.isDuty = isDuty; } public String getIsPlanApp() { return isPlanApp; } public void setIsPlanApp(String isPlanApp) { this.isPlanApp = isPlanApp; } public String getIsRhrs() { return isRhrs; } public void setIsRhrs(String isRhrs) { this.isRhrs = isRhrs; } public String getIsDutyPres() { return isDutyPres; } public void setIsDutyPres(String isDutyPres) { this.isDutyPres = isDutyPres; } }