| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235 |
- 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:BisInspHystRectInfo
- *
- * @author lune
- * @date 2021-3-2
- */
- @JsonIgnoreProperties(value = {"handler","hibernateLazyInitializer"})
- public class BisInspHystRectInfo extends BaseBean implements Serializable {
- @ApiModelProperty(value="主键ID", position = 1)
- private String id;
- @ApiModelProperty(value="登记表ID", position = 2)
- private String rgstrId;
- @ApiModelProperty(value="有无生态流量核定文件(1:有;2:无;)", position = 3)
- private String isHasEfvd;
- @ApiModelProperty(value="是否有生态流量泄放设施(1:有;2:无;)", position = 4)
- private String isHasEdf;
- @ApiModelProperty(value="生态流量泄放设施与“一站一策”方案是否一致(1:一致;2:不一致;)", position = 5)
- private String edfIsWiicwtosopp;
- @ApiModelProperty(value="生态流量泄放设施类型(1:泄流孔;2:泄流阀;3:泄流闸;4:虹吸管;5:生态机组;6:其他)", position = 6)
- private String edfType;
- @ApiModelProperty(value="生态流量泄放设施其他类型", position = 7)
- private String edfTypeOther;
- @ApiModelProperty(value="生态流量泄放设施(1:要求有而实际没有;2:没有要求;)", position = 8)
- private String edfIsHas;
- @ApiModelProperty(value="是否按规定泄放生态流量(1:是;2:否;)", position = 9)
- private String isRuleDef;
- @ApiModelProperty(value="有节制泄流,是否有流量监测设施(1:是;2:否;)", position = 10)
- private String isHasFmf;
- @ApiModelProperty(value="无节制泄流,是否有视频或流量监测设施", position = 11)
- private String isHasVotmf;
- @ApiModelProperty(value="生态流量监测设施类型", position = 12)
- private String efmfType;
- @ApiModelProperty(value="生态流量监测设施与“一站一策”方案是否一致", position = 13)
- private String efmfIsWiicwtosopp;
- @ApiModelProperty(value="监测数据是否接入平台", position = 14)
- private String mdataIsAttp;
- @ApiModelProperty(value="是否持续正常运行", position = 15)
- private String isRun;
- @ApiModelProperty(value="立项审批(核准)手续是否完善", position = 16)
- private String paapIsPfct;
- @ApiModelProperty(value="环评手续是否完善", position = 17)
- private String tepIsPfct;
- @ApiModelProperty(value="水资源论证(取水许可)手续是否完善", position = 18)
- private String wrcwlpIsPfct;
- @ApiModelProperty(value="土地预审手续是否完善", position = 19)
- private String lpepIsPfct;
- @ApiModelProperty(value="林地征(占、租)用手续是否完善", position = 20)
- private String feolpIsPfct;
- @ApiModelProperty(value="竣工验收手续是否完善", position = 21)
- private String capIsPfct;
- @ApiModelProperty(value="备注", position = 22)
- private String note;
- @ApiModelProperty(value="填报状态(0:未填报;1:填报中;2:已填报)", position = 23)
- private String status;
- @ApiModelProperty(value="记录人员ID", position = 24)
- private String persId;
- @ApiModelProperty(value="创建时间", position = 25)
- private Date intm;
- @ApiModelProperty(value="最后修改时间", position = 26)
- private Date uptm;
- public BisInspHystRectInfo() {
- }
- 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 getIsHasEfvd() {
- return isHasEfvd;
- }
- public void setIsHasEfvd(String isHasEfvd) {
- this.isHasEfvd = isHasEfvd;
- }
- public String getIsHasEdf() {
- return isHasEdf;
- }
- public void setIsHasEdf(String isHasEdf) {
- this.isHasEdf = isHasEdf;
- }
- public String getEdfIsWiicwtosopp() {
- return edfIsWiicwtosopp;
- }
- public void setEdfIsWiicwtosopp(String edfIsWiicwtosopp) {
- this.edfIsWiicwtosopp = edfIsWiicwtosopp;
- }
- public String getEdfType() {
- return edfType;
- }
- public void setEdfType(String edfType) {
- this.edfType = edfType;
- }
- public String getEdfTypeOther() {
- return edfTypeOther;
- }
- public void setEdfTypeOther(String edfTypeOther) {
- this.edfTypeOther = edfTypeOther;
- }
- public String getEdfIsHas() {
- return edfIsHas;
- }
- public void setEdfIsHas(String edfIsHas) {
- this.edfIsHas = edfIsHas;
- }
- public String getIsRuleDef() {
- return isRuleDef;
- }
- public void setIsRuleDef(String isRuleDef) {
- this.isRuleDef = isRuleDef;
- }
- public String getIsHasFmf() {
- return isHasFmf;
- }
- public void setIsHasFmf(String isHasFmf) {
- this.isHasFmf = isHasFmf;
- }
- public String getIsHasVotmf() {
- return isHasVotmf;
- }
- public void setIsHasVotmf(String isHasVotmf) {
- this.isHasVotmf = isHasVotmf;
- }
- public String getEfmfType() {
- return efmfType;
- }
- public void setEfmfType(String efmfType) {
- this.efmfType = efmfType;
- }
- public String getEfmfIsWiicwtosopp() {
- return efmfIsWiicwtosopp;
- }
- public void setEfmfIsWiicwtosopp(String efmfIsWiicwtosopp) {
- this.efmfIsWiicwtosopp = efmfIsWiicwtosopp;
- }
- public String getMdataIsAttp() {
- return mdataIsAttp;
- }
- public void setMdataIsAttp(String mdataIsAttp) {
- this.mdataIsAttp = mdataIsAttp;
- }
- public String getIsRun() {
- return isRun;
- }
- public void setIsRun(String isRun) {
- this.isRun = isRun;
- }
- public String getPaapIsPfct() {
- return paapIsPfct;
- }
- public void setPaapIsPfct(String paapIsPfct) {
- this.paapIsPfct = paapIsPfct;
- }
- public String getTepIsPfct() {
- return tepIsPfct;
- }
- public void setTepIsPfct(String tepIsPfct) {
- this.tepIsPfct = tepIsPfct;
- }
- public String getWrcwlpIsPfct() {
- return wrcwlpIsPfct;
- }
- public void setWrcwlpIsPfct(String wrcwlpIsPfct) {
- this.wrcwlpIsPfct = wrcwlpIsPfct;
- }
- public String getLpepIsPfct() {
- return lpepIsPfct;
- }
- public void setLpepIsPfct(String lpepIsPfct) {
- this.lpepIsPfct = lpepIsPfct;
- }
- public String getFeolpIsPfct() {
- return feolpIsPfct;
- }
- public void setFeolpIsPfct(String feolpIsPfct) {
- this.feolpIsPfct = feolpIsPfct;
- }
- public String getCapIsPfct() {
- return capIsPfct;
- }
- public void setCapIsPfct(String capIsPfct) {
- this.capIsPfct = capIsPfct;
- }
- 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 "BisInspHystRectInfo [" + "id=" + id + ", rgstrId=" + rgstrId + ", isHasEfvd=" + isHasEfvd + ", isHasEdf=" + isHasEdf + ", edfIsWiicwtosopp=" + edfIsWiicwtosopp + ", edfType=" + edfType + ", edfTypeOther=" + edfTypeOther + ", edfIsHas=" + edfIsHas + ", isRuleDef=" + isRuleDef + ", isHasFmf=" + isHasFmf + ", isHasVotmf=" + isHasVotmf + ", efmfType=" + efmfType + ", efmfIsWiicwtosopp=" + efmfIsWiicwtosopp + ", mdataIsAttp=" + mdataIsAttp + ", isRun=" + isRun + ", paapIsPfct=" + paapIsPfct + ", tepIsPfct=" + tepIsPfct + ", wrcwlpIsPfct=" + wrcwlpIsPfct + ", lpepIsPfct=" + lpepIsPfct + ", feolpIsPfct=" + feolpIsPfct + ", capIsPfct=" + capIsPfct + ", note=" + note + ", status=" + status + ", persId=" + persId + ", intm=" + intm + ", uptm=" + uptm + "]";
- }
- }
|