| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359 |
- package cn.com.goldenwater.dcproj.model;
- import java.io.Serializable;
- import java.util.Date;
- import io.swagger.annotations.ApiModelProperty;
- import cn.com.goldenwater.core.model.BaseBean;
- import com.fasterxml.jackson.annotation.JsonIgnoreProperties;
- /**
- * entity:BisInspHystCoMngInfo
- *
- * @author lune
- * @date 2021-3-2
- */
- @JsonIgnoreProperties(value = {"handler","hibernateLazyInitializer"})
- public class BisInspHystCoMngInfo extends BaseBean implements Serializable {
- @ApiModelProperty(value="主键ID", position = 1)
- private String id;
- @ApiModelProperty(value="登记表ID", position = 2)
- private String rgstrId;
- @ApiModelProperty(value="行政区编码", position = 3)
- private String adCode;
- @ApiModelProperty(value="行政区名称", position = 4)
- private String adName;
- @ApiModelProperty(value="小水电监管单位", position = 5)
- private String swAerUnit;
- @ApiModelProperty(value="小水电监管职责分工和依据", position = 6)
- private String swAerDorab;
- @ApiModelProperty(value="县域内小水电站数量(座)", position = 7)
- private Double hystNum;
- @ApiModelProperty(value="总装机(kW)", position = 8)
- private String insCapTot;
- @ApiModelProperty(value="方案编制情况-“一站一策”方案是否审查批复(1:是;2:否;)", position = 9)
- private String psOsopIsEaa;
- @ApiModelProperty(value="方案编制情况-变更分类是否履行手续(1:是;2:否;)", position = 10)
- private String psCtcIsPotp;
- @ApiModelProperty(value="方案编制情况-变更分类是否履行手续-原类别(1:限期退出类;2:立即退出类;)", position = 11)
- private String psCtcIsPotpToc;
- @ApiModelProperty(value="方案编制情况-方案是否就核查出的问题逐一明确措施(1:是;2:否;)", position = 12)
- private String psIsItmboftip;
- @ApiModelProperty(value="验收销号情况-是否完成验收(1:是;2:否;)", position = 13)
- private String aosnIsCa;
- @ApiModelProperty(value="验收销号情况-是否公示(1:是;2:否;)", position = 14)
- private String aosnIsPub;
- @ApiModelProperty(value="验收销号情况-市级是否复核(1:是;2:否;)", position = 15)
- private String aosnIsTmr;
- @ApiModelProperty(value="生态流量监管情况-是否按照本省要求建立了生态流量监管平台(1:是;2:否;)", position = 16)
- private String soefIsAttrotptefmp;
- @ApiModelProperty(value="生态流量监管平台是否正常运行(1:是;2:否;)", position = 17)
- private String soefEfmpIsNml;
- @ApiModelProperty(value="是否按照本省要求建立了生态流量监管制度(1:是;2:否;)", position = 18)
- private String soefIsAttrotptetfss;
- @ApiModelProperty(value="监督检查情况-开展了清理整改相关监督检查工作(1:是;2:否;)", position = 19)
- private String saiIsWcosairtr;
- @ApiModelProperty(value="监督检查情况-开展了在建和拟建项目核查工作(1:是;2:否;)", position = 20)
- private String saiIsVopucapchbco;
- @ApiModelProperty(value="安全生产责任制落实情况-是否逐站落实监管责任人和主体责任人", position = 21)
- private String iotwsrsIsSbstitsotrpatmrp;
- @ApiModelProperty(value="责任人是否公示", position = 22)
- private String iotwsrsPicIsPub;
- @ApiModelProperty(value="责任人变更后是否及时调整", position = 23)
- private String iotwsrsAtcorpIsTa;
- @ApiModelProperty(value="是否对以发电为主的水库电站按照水库管理,落实水库防汛“三个责任人”和“三个重点环节”", position = 24)
- private String iotwsrsIsArmtrptklRfcspghs;
- @ApiModelProperty(value="日常监督检查和隐患排查治理-是否制定年度监督检查工作计划", position = 25)
- private String dsihtdtIsFasiwp;
- @ApiModelProperty(value="是否按照要求组织开展了监督检查、隐患排查", position = 26)
- private String dsihtdtIsArotcosihtd;
- @ApiModelProperty(value="是否每年组织安全度汛监督检查", position = 27)
- private String dsihtdtIsOsisfcey;
- @ApiModelProperty(value="监督检查中发现的问题是否下达整改通知并督促及时整改", position = 28)
- private String dsihtdtIsPfdsiIrnstr;
- @ApiModelProperty(value="安全生产标准化建设-是否组织电站开展安全生产标准化建设", position = 29)
- private String wsscIsOswsps;
- @ApiModelProperty(value="是否指导电站开展安全生产标准化达标评级", position = 30)
- private String wsscIsGpscosrsp;
- @ApiModelProperty(value="其他-是否落实小水电安全监管工作经费", position = 31)
- private String othIsIfssswe;
- @ApiModelProperty(value="其他-是否定期组织电站安全负责人和安全生产管理人员培训", position = 32)
- private String othIsOrtpsspspmp;
- @ApiModelProperty(value="其他-是否清楚农村水电事故报告有关规定", position = 33)
- private String othIsCrrrhar;
- @ApiModelProperty(value="有关问题描述", position = 34)
- private String pblmNt;
- @ApiModelProperty(value="备注", position = 35)
- private String note;
- @ApiModelProperty(value="填报状态(0:未填报;1:填报中;2:已填报)", position = 36)
- private String status;
- @ApiModelProperty(value="记录人员ID", position = 37)
- private String persId;
- @ApiModelProperty(value="创建时间", position = 38)
- private Date intm;
- @ApiModelProperty(value="最后修改时间", position = 39)
- private Date uptm;
- @ApiModelProperty(value="变更情况说明", position = 40)
- private String psCtcCom;
- @ApiModelProperty(value="县级意见建议", position = 41)
- private String suggestion;
- public BisInspHystCoMngInfo() {
- }
- public String getSuggestion() {
- return suggestion;
- }
- public void setSuggestion(String suggestion) {
- this.suggestion = suggestion;
- }
- public String getPsCtcCom() {
- return psCtcCom;
- }
- public void setPsCtcCom(String psCtcCom) {
- this.psCtcCom = psCtcCom;
- }
- 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 getAdCode() {
- return adCode;
- }
- public void setAdCode(String adCode) {
- this.adCode = adCode;
- }
- public String getAdName() {
- return adName;
- }
- public void setAdName(String adName) {
- this.adName = adName;
- }
- public String getSwAerUnit() {
- return swAerUnit;
- }
- public void setSwAerUnit(String swAerUnit) {
- this.swAerUnit = swAerUnit;
- }
- public String getSwAerDorab() {
- return swAerDorab;
- }
- public void setSwAerDorab(String swAerDorab) {
- this.swAerDorab = swAerDorab;
- }
- public Double getHystNum() {
- return hystNum;
- }
- public void setHystNum(Double hystNum) {
- this.hystNum = hystNum;
- }
- public String getInsCapTot() {
- return insCapTot;
- }
- public void setInsCapTot(String insCapTot) {
- this.insCapTot = insCapTot;
- }
- public String getPsOsopIsEaa() {
- return psOsopIsEaa;
- }
- public void setPsOsopIsEaa(String psOsopIsEaa) {
- this.psOsopIsEaa = psOsopIsEaa;
- }
- public String getPsCtcIsPotp() {
- return psCtcIsPotp;
- }
- public void setPsCtcIsPotp(String psCtcIsPotp) {
- this.psCtcIsPotp = psCtcIsPotp;
- }
- public String getPsCtcIsPotpToc() {
- return psCtcIsPotpToc;
- }
- public void setPsCtcIsPotpToc(String psCtcIsPotpToc) {
- this.psCtcIsPotpToc = psCtcIsPotpToc;
- }
- public String getPsIsItmboftip() {
- return psIsItmboftip;
- }
- public void setPsIsItmboftip(String psIsItmboftip) {
- this.psIsItmboftip = psIsItmboftip;
- }
- public String getAosnIsCa() {
- return aosnIsCa;
- }
- public void setAosnIsCa(String aosnIsCa) {
- this.aosnIsCa = aosnIsCa;
- }
- public String getAosnIsPub() {
- return aosnIsPub;
- }
- public void setAosnIsPub(String aosnIsPub) {
- this.aosnIsPub = aosnIsPub;
- }
- public String getAosnIsTmr() {
- return aosnIsTmr;
- }
- public void setAosnIsTmr(String aosnIsTmr) {
- this.aosnIsTmr = aosnIsTmr;
- }
- public String getSoefIsAttrotptefmp() {
- return soefIsAttrotptefmp;
- }
- public void setSoefIsAttrotptefmp(String soefIsAttrotptefmp) {
- this.soefIsAttrotptefmp = soefIsAttrotptefmp;
- }
- public String getSoefEfmpIsNml() {
- return soefEfmpIsNml;
- }
- public void setSoefEfmpIsNml(String soefEfmpIsNml) {
- this.soefEfmpIsNml = soefEfmpIsNml;
- }
- public String getSoefIsAttrotptetfss() {
- return soefIsAttrotptetfss;
- }
- public void setSoefIsAttrotptetfss(String soefIsAttrotptetfss) {
- this.soefIsAttrotptetfss = soefIsAttrotptetfss;
- }
- public String getSaiIsWcosairtr() {
- return saiIsWcosairtr;
- }
- public void setSaiIsWcosairtr(String saiIsWcosairtr) {
- this.saiIsWcosairtr = saiIsWcosairtr;
- }
- public String getSaiIsVopucapchbco() {
- return saiIsVopucapchbco;
- }
- public void setSaiIsVopucapchbco(String saiIsVopucapchbco) {
- this.saiIsVopucapchbco = saiIsVopucapchbco;
- }
- public String getIotwsrsIsSbstitsotrpatmrp() {
- return iotwsrsIsSbstitsotrpatmrp;
- }
- public void setIotwsrsIsSbstitsotrpatmrp(String iotwsrsIsSbstitsotrpatmrp) {
- this.iotwsrsIsSbstitsotrpatmrp = iotwsrsIsSbstitsotrpatmrp;
- }
- public String getIotwsrsPicIsPub() {
- return iotwsrsPicIsPub;
- }
- public void setIotwsrsPicIsPub(String iotwsrsPicIsPub) {
- this.iotwsrsPicIsPub = iotwsrsPicIsPub;
- }
- public String getIotwsrsAtcorpIsTa() {
- return iotwsrsAtcorpIsTa;
- }
- public void setIotwsrsAtcorpIsTa(String iotwsrsAtcorpIsTa) {
- this.iotwsrsAtcorpIsTa = iotwsrsAtcorpIsTa;
- }
- public String getIotwsrsIsArmtrptklRfcspghs() {
- return iotwsrsIsArmtrptklRfcspghs;
- }
- public void setIotwsrsIsArmtrptklRfcspghs(String iotwsrsIsArmtrptklRfcspghs) {
- this.iotwsrsIsArmtrptklRfcspghs = iotwsrsIsArmtrptklRfcspghs;
- }
- public String getDsihtdtIsFasiwp() {
- return dsihtdtIsFasiwp;
- }
- public void setDsihtdtIsFasiwp(String dsihtdtIsFasiwp) {
- this.dsihtdtIsFasiwp = dsihtdtIsFasiwp;
- }
- public String getDsihtdtIsArotcosihtd() {
- return dsihtdtIsArotcosihtd;
- }
- public void setDsihtdtIsArotcosihtd(String dsihtdtIsArotcosihtd) {
- this.dsihtdtIsArotcosihtd = dsihtdtIsArotcosihtd;
- }
- public String getDsihtdtIsOsisfcey() {
- return dsihtdtIsOsisfcey;
- }
- public void setDsihtdtIsOsisfcey(String dsihtdtIsOsisfcey) {
- this.dsihtdtIsOsisfcey = dsihtdtIsOsisfcey;
- }
- public String getDsihtdtIsPfdsiIrnstr() {
- return dsihtdtIsPfdsiIrnstr;
- }
- public void setDsihtdtIsPfdsiIrnstr(String dsihtdtIsPfdsiIrnstr) {
- this.dsihtdtIsPfdsiIrnstr = dsihtdtIsPfdsiIrnstr;
- }
- public String getWsscIsOswsps() {
- return wsscIsOswsps;
- }
- public void setWsscIsOswsps(String wsscIsOswsps) {
- this.wsscIsOswsps = wsscIsOswsps;
- }
- public String getWsscIsGpscosrsp() {
- return wsscIsGpscosrsp;
- }
- public void setWsscIsGpscosrsp(String wsscIsGpscosrsp) {
- this.wsscIsGpscosrsp = wsscIsGpscosrsp;
- }
- public String getOthIsIfssswe() {
- return othIsIfssswe;
- }
- public void setOthIsIfssswe(String othIsIfssswe) {
- this.othIsIfssswe = othIsIfssswe;
- }
- public String getOthIsOrtpsspspmp() {
- return othIsOrtpsspspmp;
- }
- public void setOthIsOrtpsspspmp(String othIsOrtpsspspmp) {
- this.othIsOrtpsspspmp = othIsOrtpsspspmp;
- }
- public String getOthIsCrrrhar() {
- return othIsCrrrhar;
- }
- public void setOthIsCrrrhar(String othIsCrrrhar) {
- this.othIsCrrrhar = othIsCrrrhar;
- }
- public String getPblmNt() {
- return pblmNt;
- }
- public void setPblmNt(String pblmNt) {
- this.pblmNt = pblmNt;
- }
- 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;
- }
- @Override
- public String toString() {
- return "BisInspHystCoMngInfo [" + "id=" + id + ", rgstrId=" + rgstrId + ", adCode=" + adCode + ", adName=" + adName + ", swAerUnit=" + swAerUnit + ", swAerDorab=" + swAerDorab + ", hystNum=" + hystNum + ", insCapTot=" + insCapTot + ", psOsopIsEaa=" + psOsopIsEaa + ", psCtcIsPotp=" + psCtcIsPotp + ", psCtcIsPotpToc=" + psCtcIsPotpToc + ", psIsItmboftip=" + psIsItmboftip + ", aosnIsCa=" + aosnIsCa + ", aosnIsPub=" + aosnIsPub + ", aosnIsTmr=" + aosnIsTmr + ", soefIsAttrotptefmp=" + soefIsAttrotptefmp + ", soefEfmpIsNml=" + soefEfmpIsNml + ", soefIsAttrotptetfss=" + soefIsAttrotptetfss + ", saiIsWcosairtr=" + saiIsWcosairtr + ", saiIsVopucapchbco=" + saiIsVopucapchbco + ", iotwsrsIsSbstitsotrpatmrp=" + iotwsrsIsSbstitsotrpatmrp + ", iotwsrsPicIsPub=" + iotwsrsPicIsPub + ", iotwsrsAtcorpIsTa=" + iotwsrsAtcorpIsTa + ", iotwsrsIsArmtrptklRfcspghs=" + iotwsrsIsArmtrptklRfcspghs + ", dsihtdtIsFasiwp=" + dsihtdtIsFasiwp + ", dsihtdtIsArotcosihtd=" + dsihtdtIsArotcosihtd + ", dsihtdtIsOsisfcey=" + dsihtdtIsOsisfcey + ", dsihtdtIsPfdsiIrnstr=" + dsihtdtIsPfdsiIrnstr + ", wsscIsOswsps=" + wsscIsOswsps + ", wsscIsGpscosrsp=" + wsscIsGpscosrsp + ", othIsIfssswe=" + othIsIfssswe + ", othIsOrtpsspspmp=" + othIsOrtpsspspmp + ", othIsCrrrhar=" + othIsCrrrhar + ", pblmNt=" + pblmNt + ", note=" + note + ", status=" + status + ", persId=" + persId + ", intm=" + intm + ", uptm=" + uptm + "]";
- }
- }
|