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:BisInspFjpjmgdpSafdl * * @author lhc * @date 2023-11-8 */ @JsonIgnoreProperties(value = {"handler","hibernateLazyInitializer"}) public class BisInspFjpjmgdpSafdl extends BaseBean implements Serializable { private String id; // 登记表ID @ApiModelProperty(value="登记表ID",name="rgstrId") private String rgstrId; private Double f511; private Double f512; private Double f513; private Double f514; private Double f515; private Double f516; private Double f517; private Double f521; private Double f522; private Double f523; private Double f524; private Double f531; private Double f532; private Double f533; private Double f534; private Double f535; private Double f536; private Double f537; private Double f541; private Double f542; // 备注 @ApiModelProperty(value="备注",name="note") private String note; // 记录人员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="dataStat") private String dataStat; // 督查状态 @ApiModelProperty(value="督查状态",name="state") private String state; public BisInspFjpjmgdpSafdl() { } 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 Double getF511() { return f511; } public void setF511(Double f511) { this.f511 = f511; } public Double getF512() { return f512; } public void setF512(Double f512) { this.f512 = f512; } public Double getF513() { return f513; } public void setF513(Double f513) { this.f513 = f513; } public Double getF514() { return f514; } public void setF514(Double f514) { this.f514 = f514; } public Double getF515() { return f515; } public void setF515(Double f515) { this.f515 = f515; } public Double getF516() { return f516; } public void setF516(Double f516) { this.f516 = f516; } public Double getF517() { return f517; } public void setF517(Double f517) { this.f517 = f517; } public Double getF521() { return f521; } public void setF521(Double f521) { this.f521 = f521; } public Double getF522() { return f522; } public void setF522(Double f522) { this.f522 = f522; } public Double getF523() { return f523; } public void setF523(Double f523) { this.f523 = f523; } public Double getF524() { return f524; } public void setF524(Double f524) { this.f524 = f524; } public Double getF531() { return f531; } public void setF531(Double f531) { this.f531 = f531; } public Double getF532() { return f532; } public void setF532(Double f532) { this.f532 = f532; } public Double getF533() { return f533; } public void setF533(Double f533) { this.f533 = f533; } public Double getF534() { return f534; } public void setF534(Double f534) { this.f534 = f534; } public Double getF535() { return f535; } public void setF535(Double f535) { this.f535 = f535; } public Double getF536() { return f536; } public void setF536(Double f536) { this.f536 = f536; } public Double getF537() { return f537; } public void setF537(Double f537) { this.f537 = f537; } public Double getF541() { return f541; } public void setF541(Double f541) { this.f541 = f541; } public Double getF542() { return f542; } public void setF542(Double f542) { this.f542 = f542; } public String getNote() { return note; } public void setNote(String note) { this.note = note; } 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 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 "BisInspFjpjmgdpSafdl [" + "id=" + id + ", rgstrId=" + rgstrId + ", f511=" + f511 + ", f512=" + f512 + ", f513=" + f513 + ", f514=" + f514 + ", f515=" + f515 + ", f516=" + f516 + ", f517=" + f517 + ", f521=" + f521 + ", f522=" + f522 + ", f523=" + f523 + ", f524=" + f524 + ", f531=" + f531 + ", f532=" + f532 + ", f533=" + f533 + ", f534=" + f534 + ", f535=" + f535 + ", f536=" + f536 + ", f537=" + f537 + ", f541=" + f541 + ", f542=" + f542 + ", note=" + note + ", persId=" + persId + ", intm=" + intm + ", uptm=" + uptm + ", dataStat=" + dataStat + ", state=" + state + "]"; } }