| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311 |
- 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;
- }
- }
|