| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454 |
- 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;
- /**
- * BisInspHystpParam
- *
- * @author lhc
- * @date 2022-3-23
- */
- public class BisInspHystpParam extends PageParam implements Serializable {
- // 主键ID
- @ApiParam(name = "主键ID")
- @ApiModelProperty(value = "主键ID", name = "id")
- private String id;
- // 督查对象ID
- @ApiParam(name = "督查对象ID")
- @ApiModelProperty(value = "督查对象ID", name = "objId")
- private String objId;
- // 电站名称
- @ApiParam(name = "电站名称")
- @ApiModelProperty(value = "电站名称", name = "nm")
- private String nm;
- // 统计代码
- @ApiParam(name = "统计代码")
- @ApiModelProperty(value = "统计代码", name = "code")
- private String code;
- // 电站联系人姓名
- @ApiParam(name = "电站联系人姓名")
- @ApiModelProperty(value = "电站联系人姓名", name = "conName")
- private String conName;
- // 联系人电话
- @ApiParam(name = "联系人电话")
- @ApiModelProperty(value = "联系人电话", name = "conTel")
- private String conTel;
- // 所在位置
- @ApiParam(name = "所在位置")
- @ApiModelProperty(value = "所在位置", name = "loc")
- private String loc;
- // 所在位置行政村名
- @ApiParam(name = "所在位置行政村名")
- @ApiModelProperty(value = "所在位置行政村名", name = "locVill")
- private String locVill;
- // 所在地行政区编码
- @ApiParam(name = "所在地行政区编码")
- @ApiModelProperty(value = "所在地行政区编码", name = "adCode")
- private String adCode;
- // 所在地行政区
- @ApiParam(name = "所在地行政区")
- @ApiModelProperty(value = "所在地行政区", name = "adName")
- private String adName;
- // 所在河流
- @ApiParam(name = "所在河流")
- @ApiModelProperty(value = "所在河流", name = "rvName")
- private String rvName;
- // 首次建成时间(年月)
- @ApiParam(name = "首次建成时间(年月)")
- @ApiModelProperty(value = "首次建成时间(年月)", name = "buldTm")
- private Date buldTm;
- // 技改投产时间(年月)
- @ApiParam(name = "技改投产时间(年月)")
- @ApiModelProperty(value = "技改投产时间(年月)", name = "compTm")
- private Date compTm;
- // 所有制性质 所有制性质(1:民营;2:国有;3:其他;)
- @ApiParam(name = "所有制性质 所有制性质(1:民营;2:国有;3:其他;)")
- @ApiModelProperty(value = "所有制性质 所有制性质(1:民营;2:国有;3:其他;)", name = "ownerType")
- private String ownerType;
- // 开发方式 1引水式 2混合式 3坝后式 4河床式
- @ApiParam(name = "开发方式 1引水式 2混合式 3坝后式 4河床式")
- @ApiModelProperty(value = "开发方式 1引水式 2混合式 3坝后式 4河床式", name = "exptType")
- private String exptType;
- // 装机容量(铭牌数据) kW×___台
- @ApiParam(name = "装机容量(铭牌数据) kW×___台")
- @ApiModelProperty(value = "装机容量(铭牌数据) kW×___台", name = "insCap")
- private String insCap;
- // 最大坝高(m)
- @ApiParam(name = "最大坝高(m)")
- @ApiModelProperty(value = "最大坝高(m)", name = "damHeig")
- private String damHeig;
- // 总库容(万方)
- @ApiParam(name = "总库容(万方)")
- @ApiModelProperty(value = "总库容(万方)", name = "totCap")
- private String totCap;
- // 设计水头(m)
- @ApiParam(name = "设计水头(m)")
- @ApiModelProperty(value = "设计水头(m)", name = "dsgnTop")
- private String dsgnTop;
- // 主坝坝型 1土石坝 2混凝土坝 3 堆石坝 4其他
- @ApiParam(name = "主坝坝型 1土石坝 2混凝土坝 3 堆石坝 4其他")
- @ApiModelProperty(value = "主坝坝型 1土石坝 2混凝土坝 3 堆石坝 4其他", name = "damType")
- private String damType;
- // 综合利用情况 1发电为主 2综合利用为主
- @ApiParam(name = "综合利用情况 1发电为主 2综合利用为主")
- @ApiModelProperty(value = "综合利用情况 1发电为主 2综合利用为主", name = "synNote")
- private String synNote;
- // 大坝安全鉴定 (库容10万m3以上)口 是 口 否
- @ApiParam(name = "大坝安全鉴定 (库容10万m3以上)口 是 口 否")
- @ApiModelProperty(value = "大坝安全鉴定 (库容10万m3以上)口 是 口 否", name = "isSafEdnt")
- private String isSafEdnt;
- // 最近鉴定时间:
- @ApiParam(name = "最近鉴定时间:")
- @ApiModelProperty(value = "最近鉴定时间:", name = "safEdntTm")
- private Date safEdntTm;
- // 大坝安全评估 (库容10万m3以下)
- @ApiParam(name = "大坝安全评估 (库容10万m3以下)")
- @ApiModelProperty(value = "大坝安全评估 (库容10万m3以下)", name = "isSafAss")
- private String isSafAss;
- // 最近评估时间
- @ApiParam(name = "最近评估时间")
- @ApiModelProperty(value = "最近评估时间", name = "safAssTm")
- private Date safAssTm;
- // 是否开展除险加固
- @ApiParam(name = "是否开展除险加固")
- @ApiModelProperty(value = "是否开展除险加固", name = "isSafPin")
- private String isSafPin;
- // 是否为"头顶一盆水"电站(库容1万m3以上且坝高 5m 以上,下游比降较大,且溃坝1km 以内可能造成人员伤亡或重大财产损 失 )
- @ApiParam(name = "是否为电站(库容1万m3以上且坝高 5m 以上,下游比降较大,且溃坝1km 以内可能造成人员伤亡或重大财产损 失 )")
- @ApiModelProperty(value = "是否为电站(库容1万m3以上且坝高 5m 以上,下游比降较大,且溃坝1km 以内可能造成人员伤亡或重大财产损 失 )", name = "isWaterDam")
- private String isWaterDam;
- // 经度
- @ApiParam(name = "经度")
- @ApiModelProperty(value = "经度", name = "centerX")
- private Double centerX;
- // 纬度
- @ApiParam(name = "纬度")
- @ApiModelProperty(value = "纬度", name = "centerY")
- private Double centerY;
- // 高德经度
- @ApiParam(name = "高德经度")
- @ApiModelProperty(value = "高德经度", name = "gdX")
- private Double gdX;
- // 高德纬度
- @ApiParam(name = "高德纬度")
- @ApiModelProperty(value = "高德纬度", name = "gdY")
- private Double gdY;
- // 记录人员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;
- // 督查状态(0:未督查;1:督查中;2:已督查)
- @ApiParam(name = "督查状态(0:未督查;1:督查中;2:已督查)")
- @ApiModelProperty(value = "督查状态(0:未督查;1:督查中;2:已督查)", name = "state")
- private String state;
- private String bldfltState;
- private String dvcState;
- private String safState;
- private String runState;
- private String dutyState;
- private String othrState;
- @ApiModelProperty(value="厂房经度", position = 11)
- private Double hystLong;
- public Double getHystLong() {
- return hystLong;
- }
- public void setHystLong(Double hystLong) {
- this.hystLong = hystLong;
- }
- public Double getHystLat() {
- return hystLat;
- }
- public void setHystLat(Double hystLat) {
- this.hystLat = hystLat;
- }
- @ApiModelProperty(value="厂房纬度", position = 12)
- private Double hystLat;
- public BisInspHystpParam() {
- }
- public String getId() {
- return id;
- }
- public void setId(String id) {
- this.id = id;
- }
- public String getObjId() {
- return objId;
- }
- public void setObjId(String objId) {
- this.objId = objId;
- }
- public String getNm() {
- return nm;
- }
- public void setNm(String nm) {
- this.nm = nm;
- }
- public String getCode() {
- return code;
- }
- public void setCode(String code) {
- this.code = code;
- }
- public String getConName() {
- return conName;
- }
- public void setConName(String conName) {
- this.conName = conName;
- }
- public String getConTel() {
- return conTel;
- }
- public void setConTel(String conTel) {
- this.conTel = conTel;
- }
- public String getLoc() {
- return loc;
- }
- public void setLoc(String loc) {
- this.loc = loc;
- }
- public String getLocVill() {
- return locVill;
- }
- public void setLocVill(String locVill) {
- this.locVill = locVill;
- }
- 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 getRvName() {
- return rvName;
- }
- public void setRvName(String rvName) {
- this.rvName = rvName;
- }
- public Date getBuldTm() {
- return buldTm;
- }
- public void setBuldTm(Date buldTm) {
- this.buldTm = buldTm;
- }
- public Date getCompTm() {
- return compTm;
- }
- public void setCompTm(Date compTm) {
- this.compTm = compTm;
- }
- public String getOwnerType() {
- return ownerType;
- }
- public void setOwnerType(String ownerType) {
- this.ownerType = ownerType;
- }
- public String getExptType() {
- return exptType;
- }
- public void setExptType(String exptType) {
- this.exptType = exptType;
- }
- public String getInsCap() {
- return insCap;
- }
- public void setInsCap(String insCap) {
- this.insCap = insCap;
- }
- public String getDamHeig() {
- return damHeig;
- }
- public void setDamHeig(String damHeig) {
- this.damHeig = damHeig;
- }
- public String getTotCap() {
- return totCap;
- }
- public void setTotCap(String totCap) {
- this.totCap = totCap;
- }
- public String getDsgnTop() {
- return dsgnTop;
- }
- public void setDsgnTop(String dsgnTop) {
- this.dsgnTop = dsgnTop;
- }
- public String getDamType() {
- return damType;
- }
- public void setDamType(String damType) {
- this.damType = damType;
- }
- public String getSynNote() {
- return synNote;
- }
- public void setSynNote(String synNote) {
- this.synNote = synNote;
- }
- public String getIsSafEdnt() {
- return isSafEdnt;
- }
- public void setIsSafEdnt(String isSafEdnt) {
- this.isSafEdnt = isSafEdnt;
- }
- public Date getSafEdntTm() {
- return safEdntTm;
- }
- public void setSafEdntTm(Date safEdntTm) {
- this.safEdntTm = safEdntTm;
- }
- public String getIsSafAss() {
- return isSafAss;
- }
- public void setIsSafAss(String isSafAss) {
- this.isSafAss = isSafAss;
- }
- public Date getSafAssTm() {
- return safAssTm;
- }
- public void setSafAssTm(Date safAssTm) {
- this.safAssTm = safAssTm;
- }
- public String getIsSafPin() {
- return isSafPin;
- }
- public void setIsSafPin(String isSafPin) {
- this.isSafPin = isSafPin;
- }
- public String getIsWaterDam() {
- return isWaterDam;
- }
- public void setIsWaterDam(String isWaterDam) {
- this.isWaterDam = isWaterDam;
- }
- public Double getCenterX() {
- return centerX;
- }
- public void setCenterX(Double centerX) {
- this.centerX = centerX;
- }
- public Double getCenterY() {
- return centerY;
- }
- public void setCenterY(Double centerY) {
- this.centerY = centerY;
- }
- public Double getGdX() {
- return gdX;
- }
- public void setGdX(Double gdX) {
- this.gdX = gdX;
- }
- public Double getGdY() {
- return gdY;
- }
- public void setGdY(Double gdY) {
- this.gdY = gdY;
- }
- 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;
- }
- public String getBldfltState() {
- return bldfltState;
- }
- public void setBldfltState(String bldfltState) {
- this.bldfltState = bldfltState;
- }
- public String getDvcState() {
- return dvcState;
- }
- public void setDvcState(String dvcState) {
- this.dvcState = dvcState;
- }
- public String getSafState() {
- return safState;
- }
- public void setSafState(String safState) {
- this.safState = safState;
- }
- public String getRunState() {
- return runState;
- }
- public void setRunState(String runState) {
- this.runState = runState;
- }
- public String getDutyState() {
- return dutyState;
- }
- public void setDutyState(String dutyState) {
- this.dutyState = dutyState;
- }
- public String getOthrState() {
- return othrState;
- }
- public void setOthrState(String othrState) {
- this.othrState = othrState;
- }
- }
|