| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251 |
- 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;
- /**
- * BisInspHystpSafParam
- *
- * @author lhc
- * @date 2022-3-24
- */
- public class BisInspHystpSafParam 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;
- // 应急预案情况-已编制
- @ApiParam(name = "应急预案情况-已编制")
- @ApiModelProperty(value = "应急预案情况-已编制", name = "isPlanMak")
- private String isPlanMak;
- // 应急预案情况-已报批
- @ApiParam(name = "应急预案情况-已报批")
- @ApiModelProperty(value = "应急预案情况-已报批", name = "isPlanApp")
- private String isPlanApp;
- // 应急预案情况-已演练
- @ApiParam(name = "应急预案情况-已演练")
- @ApiModelProperty(value = "应急预案情况-已演练", name = "isPlanDemo")
- private String isPlanDemo;
- // 检修安全防范措施是否到位
- @ApiParam(name = "检修安全防范措施是否到位")
- @ApiModelProperty(value = "检修安全防范措施是否到位", name = "isSafChk")
- private String isSafChk;
- // 是否建立隐患排查台账
- @ApiParam(name = "是否建立隐患排查台账")
- @ApiModelProperty(value = "是否建立隐患排查台账", name = "isBuldBook")
- private String isBuldBook;
- // 挡水堰坝是否有视频 监视设施
- @ApiParam(name = "挡水堰坝是否有视频 监视设施")
- @ApiModelProperty(value = "挡水堰坝是否有视频 监视设施", name = "isDamFlv")
- private String isDamFlv;
- // 厂坝间通讯是否通畅
- @ApiParam(name = "厂坝间通讯是否通畅")
- @ApiModelProperty(value = "厂坝间通讯是否通畅", name = "isDamTel")
- private String isDamTel;
- // 两票(操作票、工作票)是否执行
- @ApiParam(name = "两票(操作票、工作票)是否执行")
- @ApiModelProperty(value = "两票(操作票、工作票)是否执行", name = "isTwoOrdr")
- private String isTwoOrdr;
- // 三制(交接班制、设备巡回检查制、设备定期试验 及轮换制)是否执行
- @ApiParam(name = "三制(交接班制、设备巡回检查制、设备定期试验 及轮换制)是否执行")
- @ApiModelProperty(value = "三制(交接班制、设备巡回检查制、设备定期试验 及轮换制)是否执行", name = "isThreeSys")
- private String isThreeSys;
- // 消防器材配备是否 规范
- @ApiParam(name = "消防器材配备是否 规范")
- @ApiModelProperty(value = "消防器材配备是否 规范", name = "isFireStnd")
- private String isFireStnd;
- // 应急(防汛)物资配备是否齐全
- @ApiParam(name = "应急(防汛)物资配备是否齐全")
- @ApiModelProperty(value = "应急(防汛)物资配备是否齐全", name = "isGoodReq")
- private String isGoodReq;
- // 油气储存是否规范
- @ApiParam(name = "油气储存是否规范")
- @ApiModelProperty(value = "油气储存是否规范", name = "isGasStore")
- private String isGasStore;
- // 绝缘等安全工器具是否 配备齐全
- @ApiParam(name = "绝缘等安全工器具是否 配备齐全")
- @ApiModelProperty(value = "绝缘等安全工器具是否 配备齐全", name = "isSafReq")
- private String isSafReq;
- // 警示标识、安全防护 设施设置是否规范
- @ApiParam(name = "警示标识、安全防护 设施设置是否规范")
- @ApiModelProperty(value = "警示标识、安全防护 设施设置是否规范", name = "isWarnReq")
- private String isWarnReq;
- // 作业场所是否设置安全 护栏、警示牌并划定隔离带
- @ApiParam(name = "作业场所是否设置安全 护栏、警示牌并划定隔离带")
- @ApiModelProperty(value = "作业场所是否设置安全 护栏、警示牌并划定隔离带", name = "isWarnSaf")
- private String isWarnSaf;
- // 记录人员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;
- // 状态
- @ApiParam(name = "状态")
- @ApiModelProperty(value = "状态", name = "state")
- private String state;
- public BisInspHystpSafParam() {
- }
- 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 getIsPlanMak() {
- return isPlanMak;
- }
- public void setIsPlanMak(String isPlanMak) {
- this.isPlanMak = isPlanMak;
- }
- public String getIsPlanApp() {
- return isPlanApp;
- }
- public void setIsPlanApp(String isPlanApp) {
- this.isPlanApp = isPlanApp;
- }
- public String getIsPlanDemo() {
- return isPlanDemo;
- }
- public void setIsPlanDemo(String isPlanDemo) {
- this.isPlanDemo = isPlanDemo;
- }
- public String getIsSafChk() {
- return isSafChk;
- }
- public void setIsSafChk(String isSafChk) {
- this.isSafChk = isSafChk;
- }
- public String getIsBuldBook() {
- return isBuldBook;
- }
- public void setIsBuldBook(String isBuldBook) {
- this.isBuldBook = isBuldBook;
- }
- public String getIsDamFlv() {
- return isDamFlv;
- }
- public void setIsDamFlv(String isDamFlv) {
- this.isDamFlv = isDamFlv;
- }
- public String getIsDamTel() {
- return isDamTel;
- }
- public void setIsDamTel(String isDamTel) {
- this.isDamTel = isDamTel;
- }
- public String getIsTwoOrdr() {
- return isTwoOrdr;
- }
- public void setIsTwoOrdr(String isTwoOrdr) {
- this.isTwoOrdr = isTwoOrdr;
- }
- public String getIsThreeSys() {
- return isThreeSys;
- }
- public void setIsThreeSys(String isThreeSys) {
- this.isThreeSys = isThreeSys;
- }
- public String getIsFireStnd() {
- return isFireStnd;
- }
- public void setIsFireStnd(String isFireStnd) {
- this.isFireStnd = isFireStnd;
- }
- public String getIsGoodReq() {
- return isGoodReq;
- }
- public void setIsGoodReq(String isGoodReq) {
- this.isGoodReq = isGoodReq;
- }
- public String getIsGasStore() {
- return isGasStore;
- }
- public void setIsGasStore(String isGasStore) {
- this.isGasStore = isGasStore;
- }
- public String getIsSafReq() {
- return isSafReq;
- }
- public void setIsSafReq(String isSafReq) {
- this.isSafReq = isSafReq;
- }
- public String getIsWarnReq() {
- return isWarnReq;
- }
- public void setIsWarnReq(String isWarnReq) {
- this.isWarnReq = isWarnReq;
- }
- public String getIsWarnSaf() {
- return isWarnSaf;
- }
- public void setIsWarnSaf(String isWarnSaf) {
- this.isWarnSaf = isWarnSaf;
- }
- 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 getState() {
- return state;
- }
- public void setState(String state) {
- this.state = state;
- }
- }
|