| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191 |
- 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;
- /**
- * BisInspRsvrSdFcsParam
- *
- * @author lhc
- * @date 2022-3-14
- */
- public class BisInspRsvrSdFcsParam extends PageParam implements Serializable {
- // 主键ID
- @ApiParam(name = "主键ID")
- @ApiModelProperty(value = "主键ID", name = "id")
- private String id;
- // 督查登记ID
- @ApiParam(name = "督查登记ID")
- @ApiModelProperty(value = "督查登记ID", name = "rgstrId")
- private String rgstrId;
- // 1.是否含有雨水情测报设备
- @ApiParam(name = "1.是否含有雨水情测报设备")
- @ApiModelProperty(value = "1.是否含有雨水情测报设备", name = "isRain")
- private String isRain;
- // 2.设置的水位尺、水位标识是否满足观测需要
- @ApiParam(name = "2.设置的水位尺、水位标识是否满足观测需要")
- @ApiModelProperty(value = "2.设置的水位尺、水位标识是否满足观测需要", name = "isWtrSet")
- private String isWtrSet;
- // 3.是否含有有效的通信(报警)手段,满足汛期雨水情报送和紧急情况下报送预警信息的要求
- @ApiParam(name = "3.是否含有有效的通信(报警)手段,满足汛期雨水情报送和紧急情况下报送预警信息的要求")
- @ApiModelProperty(value = "3.是否含有有效的通信(报警)手段,满足汛期雨水情报送和紧急情况下报送预警信息的要求", name = "isTel")
- private String isTel;
- // 1.是否含有水库调度运用方案(调度计划)
- @ApiParam(name = "1.是否含有水库调度运用方案(调度计划)")
- @ApiModelProperty(value = "1.是否含有水库调度运用方案(调度计划)", name = "isRun")
- private String isRun;
- // 2.水库调度运用方案(调度计划)是否获得批复或备案
- @ApiParam(name = "2.水库调度运用方案(调度计划)是否获得批复或备案")
- @ApiModelProperty(value = "2.水库调度运用方案(调度计划)是否获得批复或备案", name = "isRunApp")
- private String isRunApp;
- // 3.水库调度运用方案(调度计划)可操作性是否较好
- @ApiParam(name = "3.水库调度运用方案(调度计划)可操作性是否较好")
- @ApiModelProperty(value = "3.水库调度运用方案(调度计划)可操作性是否较好", name = "isRunCtl")
- private String isRunCtl;
- // 1.是否编制安全管理(防汛)应急预案
- @ApiParam(name = "1.是否编制安全管理(防汛)应急预案")
- @ApiModelProperty(value = "1.是否编制安全管理(防汛)应急预案", name = "isPlanBuld")
- private String isPlanBuld;
- // 2.安全管理(防汛)应急预案是否获得批复或备案
- @ApiParam(name = "2.安全管理(防汛)应急预案是否获得批复或备案")
- @ApiModelProperty(value = "2.安全管理(防汛)应急预案是否获得批复或备案", name = "isPlanApp")
- private String isPlanApp;
- // 3.安全管理(防汛)应急预案可操作性是否较好
- @ApiParam(name = "3.安全管理(防汛)应急预案可操作性是否较好")
- @ApiModelProperty(value = "3.安全管理(防汛)应急预案可操作性是否较好", name = "isPlanCtr")
- private String isPlanCtr;
- // 4.是否按要求对安全管理(防汛)应急预案进行演练
- @ApiParam(name = "4.是否按要求对安全管理(防汛)应急预案进行演练")
- @ApiModelProperty(value = "4.是否按要求对安全管理(防汛)应急预案进行演练", name = "isPlanDry")
- private String isPlanDry;
- // 数据状态
- @ApiParam(name = "数据状态")
- @ApiModelProperty(value = "数据状态", name = "dataStat")
- private String dataStat;
- // 记录人员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;
- public BisInspRsvrSdFcsParam() {
- }
- 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 getIsRain() {
- return isRain;
- }
- public void setIsRain(String isRain) {
- this.isRain = isRain;
- }
- public String getIsWtrSet() {
- return isWtrSet;
- }
- public void setIsWtrSet(String isWtrSet) {
- this.isWtrSet = isWtrSet;
- }
- public String getIsTel() {
- return isTel;
- }
- public void setIsTel(String isTel) {
- this.isTel = isTel;
- }
- public String getIsRun() {
- return isRun;
- }
- public void setIsRun(String isRun) {
- this.isRun = isRun;
- }
- public String getIsRunApp() {
- return isRunApp;
- }
- public void setIsRunApp(String isRunApp) {
- this.isRunApp = isRunApp;
- }
- public String getIsRunCtl() {
- return isRunCtl;
- }
- public void setIsRunCtl(String isRunCtl) {
- this.isRunCtl = isRunCtl;
- }
- public String getIsPlanBuld() {
- return isPlanBuld;
- }
- public void setIsPlanBuld(String isPlanBuld) {
- this.isPlanBuld = isPlanBuld;
- }
- public String getIsPlanApp() {
- return isPlanApp;
- }
- public void setIsPlanApp(String isPlanApp) {
- this.isPlanApp = isPlanApp;
- }
- public String getIsPlanCtr() {
- return isPlanCtr;
- }
- public void setIsPlanCtr(String isPlanCtr) {
- this.isPlanCtr = isPlanCtr;
- }
- public String getIsPlanDry() {
- return isPlanDry;
- }
- public void setIsPlanDry(String isPlanDry) {
- this.isPlanDry = isPlanDry;
- }
- public String getDataStat() {
- return dataStat;
- }
- public void setDataStat(String dataStat) {
- this.dataStat = dataStat;
- }
- 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;
- }
- }
|