| | |
| | | import com.lf.server.entity.all.BaseGeoEntity; |
| | | import lombok.*; |
| | | |
| | | import java.io.Serializable; |
| | | import java.math.BigDecimal; |
| | | import java.sql.Timestamp; |
| | | import java.time.LocalDate; |
| | | |
| | | /** |
| | | * Sborehole |
| | |
| | | @AllArgsConstructor |
| | | @TableName("bs.s_borehole") |
| | | @EqualsAndHashCode(callSuper = false) |
| | | public class SboreholeEntity extends BaseGeoEntity implements Serializable { |
| | | private static final long serialVersionUID = 434009949878794112L; |
| | | |
| | | private String eventid; |
| | | public class SboreholeEntity extends BaseGeoEntity { |
| | | private static final long serialVersionUID = 721547603943174528L; |
| | | |
| | | private String drilltype; |
| | | |
| | |
| | | |
| | | private BigDecimal wamplitude; |
| | | |
| | | private String gwaterdate; |
| | | private LocalDate gwaterdate; |
| | | |
| | | private String workname; |
| | | |
| | |
| | | |
| | | private BigDecimal y; |
| | | |
| | | private String createtime; |
| | | |
| | | private String createuser; |
| | | |
| | | private String updatetime; |
| | | |
| | | private String updateuser; |
| | | |
| | | private String belongs; |
| | | |
| | | private String belongsid; |
| | |
| | | |
| | | private String datastage; |
| | | |
| | | private Integer dirid; |
| | | |
| | | private Integer depid; |
| | | |
| | | private Integer verid; |
| | | private String photono; |
| | | |
| | | public SboreholeEntity() { |
| | | } |
| | | |
| | | public String getEventid() { |
| | | return eventid; |
| | | } |
| | | |
| | | public void setEventid(String eventid) { |
| | | this.eventid = eventid; |
| | | } |
| | | |
| | | public String getDrilltype() { |
| | |
| | | this.wamplitude = wamplitude; |
| | | } |
| | | |
| | | public String getGwaterdate() { |
| | | public LocalDate getGwaterdate() { |
| | | return gwaterdate; |
| | | } |
| | | |
| | | public void setGwaterdate(String gwaterdate) { |
| | | public void setGwaterdate(LocalDate gwaterdate) { |
| | | this.gwaterdate = gwaterdate; |
| | | } |
| | | |
| | |
| | | this.projname = projname; |
| | | } |
| | | |
| | | public BigDecimal getx() { |
| | | public BigDecimal getX() { |
| | | return x; |
| | | } |
| | | |
| | | public void setx(BigDecimal x) { |
| | | public void setX(BigDecimal x) { |
| | | this.x = x; |
| | | } |
| | | |
| | | public BigDecimal gety() { |
| | | public BigDecimal getY() { |
| | | return y; |
| | | } |
| | | |
| | | public void sety(BigDecimal y) { |
| | | public void setY(BigDecimal y) { |
| | | this.y = y; |
| | | } |
| | | |
| | | public String getCreatetime() { |
| | | return createtime; |
| | | } |
| | | |
| | | public void setCreatetime(String createtime) { |
| | | this.createtime = createtime; |
| | | } |
| | | |
| | | public String getCreateuser() { |
| | | return createuser; |
| | | } |
| | | |
| | | public void setCreateuser(String createuser) { |
| | | this.createuser = createuser; |
| | | } |
| | | |
| | | public String getUpdatetime() { |
| | | return updatetime; |
| | | } |
| | | |
| | | public void setUpdatetime(String updatetime) { |
| | | this.updatetime = updatetime; |
| | | } |
| | | |
| | | public String getUpdateuser() { |
| | | return updateuser; |
| | | } |
| | | |
| | | public void setUpdateuser(String updateuser) { |
| | | this.updateuser = updateuser; |
| | | } |
| | | |
| | | public String getBelongs() { |
| | |
| | | this.datastage = datastage; |
| | | } |
| | | |
| | | public Integer getDirid() { |
| | | return dirid; |
| | | public String getPhotono() { |
| | | return photono; |
| | | } |
| | | |
| | | public void setDirid(Integer dirid) { |
| | | this.dirid = dirid; |
| | | } |
| | | |
| | | public Integer getDepid() { |
| | | return depid; |
| | | } |
| | | |
| | | public void setDepid(Integer depid) { |
| | | this.depid = depid; |
| | | } |
| | | |
| | | public Integer getVerid() { |
| | | return verid; |
| | | } |
| | | |
| | | public void setVerid(Integer verid) { |
| | | this.verid = verid; |
| | | public void setPhotono(String photono) { |
| | | this.photono = photono; |
| | | } |
| | | } |