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:BisInspFjpjmgdpTrgt * * @author lhc * @date 2023-11-8 */ @JsonIgnoreProperties(value = {"handler","hibernateLazyInitializer"}) public class BisInspFjpjmgdpTrgt extends BaseBean implements Serializable { private String id; // 登记表ID @ApiModelProperty(value="登记表ID",name="rgstrId") private String rgstrId; private Double f111; private Double f112; private Double f113; private Double f114; private Double f115; private Double f116; private Double f121; private Double f122; private Double f123; private Double f124; private Double f125; private Double f131; private Double f132; private Double f141; private Double f142; private Double f143; private Double f144; private Double f145; private Double f146; private Double f151; private Double f152; private Double f161; // 备注 @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 BisInspFjpjmgdpTrgt() { } 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 getF111() { return f111; } public void setF111(Double f111) { this.f111 = f111; } public Double getF112() { return f112; } public void setF112(Double f112) { this.f112 = f112; } public Double getF113() { return f113; } public void setF113(Double f113) { this.f113 = f113; } public Double getF114() { return f114; } public void setF114(Double f114) { this.f114 = f114; } public Double getF115() { return f115; } public void setF115(Double f115) { this.f115 = f115; } public Double getF116() { return f116; } public void setF116(Double f116) { this.f116 = f116; } public Double getF121() { return f121; } public void setF121(Double f121) { this.f121 = f121; } public Double getF122() { return f122; } public void setF122(Double f122) { this.f122 = f122; } public Double getF123() { return f123; } public void setF123(Double f123) { this.f123 = f123; } public Double getF124() { return f124; } public void setF124(Double f124) { this.f124 = f124; } public Double getF125() { return f125; } public void setF125(Double f125) { this.f125 = f125; } public Double getF131() { return f131; } public void setF131(Double f131) { this.f131 = f131; } public Double getF132() { return f132; } public void setF132(Double f132) { this.f132 = f132; } public Double getF141() { return f141; } public void setF141(Double f141) { this.f141 = f141; } public Double getF142() { return f142; } public void setF142(Double f142) { this.f142 = f142; } public Double getF143() { return f143; } public void setF143(Double f143) { this.f143 = f143; } public Double getF144() { return f144; } public void setF144(Double f144) { this.f144 = f144; } public Double getF145() { return f145; } public void setF145(Double f145) { this.f145 = f145; } public Double getF146() { return f146; } public void setF146(Double f146) { this.f146 = f146; } public Double getF151() { return f151; } public void setF151(Double f151) { this.f151 = f151; } public Double getF152() { return f152; } public void setF152(Double f152) { this.f152 = f152; } public Double getF161() { return f161; } public void setF161(Double f161) { this.f161 = f161; } 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 "BisInspFjpjmgdpTrgt [" + "id=" + id + ", rgstrId=" + rgstrId + ", f111=" + f111 + ", f112=" + f112 + ", f113=" + f113 + ", f114=" + f114 + ", f115=" + f115 + ", f116=" + f116 + ", f121=" + f121 + ", f122=" + f122 + ", f123=" + f123 + ", f124=" + f124 + ", f125=" + f125 + ", f131=" + f131 + ", f132=" + f132 + ", f141=" + f141 + ", f142=" + f142 + ", f143=" + f143 + ", f144=" + f144 + ", f145=" + f145 + ", f146=" + f146 + ", f151=" + f151 + ", f152=" + f152 + ", f161=" + f161 + ", note=" + note + ", persId=" + persId + ", intm=" + intm + ", uptm=" + uptm + ", dataStat=" + dataStat + ", state=" + state + "]"; } }