| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162 |
- package cn.com.goldenwater.dcproj.model;
- import java.io.Serializable;
- import java.util.Date;
- import cn.com.goldenwater.core.model.BaseBean;
- import com.fasterxml.jackson.annotation.JsonIgnoreProperties;
- import io.swagger.annotations.ApiModelProperty;
- /**
- * entity:BisInspHystpBldflt
- *
- * @author lhc
- * @date 2022-3-23
- */
- @JsonIgnoreProperties(value = {"handler","hibernateLazyInitializer"})
- public class BisInspHystpBldflt extends BaseBean implements Serializable {
- // 主键ID
- @ApiModelProperty(value="主键ID",name="id")
- private String id;
- // 登记表ID
- @ApiModelProperty(value="登记表ID",name="rgstrId")
- private String rgstrId;
- // 挡水堰坝是否 有明确缺陷
- @ApiModelProperty(value="挡水堰坝是否 有明确缺陷",name="isBckwtFlaw")
- private String isBckwtFlaw;
- // 调压设施是否 有明显缺陷
- @ApiModelProperty(value="调压设施是否 有明显缺陷",name="isDpsvFlaw")
- private String isDpsvFlaw;
- // 压力管道、 镇支墩是否 有明显缺陷
- @ApiModelProperty(value="压力管道、 镇支墩是否 有明显缺陷",name="isPrpeFlaw")
- private String isPrpeFlaw;
- // 压力钢管(含阀组)是否有明显缺陷
- @ApiModelProperty(value="压力钢管(含阀组)是否有明显缺陷",name="isPrstpeFlaw")
- private String isPrstpeFlaw;
- // 压力前池是否 有明显缺陷
- @ApiModelProperty(value="压力前池是否 有明显缺陷",name="isPrpoFlaw")
- private String isPrpoFlaw;
- // 闸门 ( 工作、检修、事故、尾水闸门)是否有明显缺陷
- @ApiModelProperty(value="闸门 ( 工作、检修、事故、尾水闸门)是否有明显缺陷",name="isGateFlaw")
- private String isGateFlaw;
- // 厂房是否 有明显缺陷
- @ApiModelProperty(value="厂房是否 有明显缺陷",name="isPlantFlaw")
- private String isPlantFlaw;
- // 记录人员ID
- @ApiModelProperty(value="记录人员ID",name="persId")
- private String persId;
- // 创建时间
- @ApiModelProperty(value="创建时间",name="intm")
- private Date intm;
- // 最后修改时间
- @ApiModelProperty(value="最后修改时间",name="uptm")
- private Date uptm;
- // 备注
- @ApiModelProperty(value="备注",name="note")
- private String note;
- // 数据状态(0:正常;9:删除)
- @ApiModelProperty(value="数据状态(0:正常;9:删除)",name="dataStat")
- private String dataStat;
- // 状态
- @ApiModelProperty(value="状态",name="state")
- private String state;
- public BisInspHystpBldflt() {
- }
- 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 getIsBckwtFlaw() {
- return isBckwtFlaw;
- }
- public void setIsBckwtFlaw(String isBckwtFlaw) {
- this.isBckwtFlaw = isBckwtFlaw;
- }
- public String getIsDpsvFlaw() {
- return isDpsvFlaw;
- }
- public void setIsDpsvFlaw(String isDpsvFlaw) {
- this.isDpsvFlaw = isDpsvFlaw;
- }
- public String getIsPrpeFlaw() {
- return isPrpeFlaw;
- }
- public void setIsPrpeFlaw(String isPrpeFlaw) {
- this.isPrpeFlaw = isPrpeFlaw;
- }
- public String getIsPrstpeFlaw() {
- return isPrstpeFlaw;
- }
- public void setIsPrstpeFlaw(String isPrstpeFlaw) {
- this.isPrstpeFlaw = isPrstpeFlaw;
- }
- public String getIsPrpoFlaw() {
- return isPrpoFlaw;
- }
- public void setIsPrpoFlaw(String isPrpoFlaw) {
- this.isPrpoFlaw = isPrpoFlaw;
- }
- public String getIsGateFlaw() {
- return isGateFlaw;
- }
- public void setIsGateFlaw(String isGateFlaw) {
- this.isGateFlaw = isGateFlaw;
- }
- public String getIsPlantFlaw() {
- return isPlantFlaw;
- }
- public void setIsPlantFlaw(String isPlantFlaw) {
- this.isPlantFlaw = isPlantFlaw;
- }
- 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;
- }
- @Override
- public String toString() {
- return "BisInspHystpBldflt [" + "id=" + id + ", rgstrId=" + rgstrId + ", isBckwtFlaw=" + isBckwtFlaw + ", isDpsvFlaw=" + isDpsvFlaw + ", isPrpeFlaw=" + isPrpeFlaw + ", isPrstpeFlaw=" + isPrstpeFlaw + ", isPrpoFlaw=" + isPrpoFlaw + ", isGateFlaw=" + isGateFlaw + ", isPlantFlaw=" + isPlantFlaw + ", persId=" + persId + ", intm=" + intm + ", uptm=" + uptm + ", note=" + note + ", dataStat=" + dataStat + ", state=" + state + "]";
- }
- }
|