| | |
| | | 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; |
| | | |
| | | /** |
| | | * Sexplorationpoint |
| | |
| | | @AllArgsConstructor |
| | | @TableName("bs.s_explorationpoint") |
| | | @EqualsAndHashCode(callSuper = false) |
| | | public class SexplorationpointEntity extends BaseGeoEntity implements Serializable { |
| | | private static final long serialVersionUID = 434009949878794112L; |
| | | public class SexplorationpointEntity extends BaseGeoEntity { |
| | | private static final long serialVersionUID = 637485277670195968L; |
| | | |
| | | private String exppointid; |
| | | |
| | |
| | | |
| | | private BigDecimal y; |
| | | |
| | | private BigDecimal elev; |
| | | private BigDecimal elevation; |
| | | |
| | | private BigDecimal holedepth; |
| | | |
| | | private BigDecimal gwaterdep; |
| | | private String gwaterdep; |
| | | |
| | | private BigDecimal wamplitude; |
| | | private String wamplitude; |
| | | |
| | | private String drilltype; |
| | | |
| | | private String eventid; |
| | | |
| | | private String segname; |
| | | |
| | | private String projname; |
| | | |
| | | private String pipename; |
| | | |
| | | private String createtime; |
| | | |
| | | private String createuser; |
| | | |
| | | private String updatetime; |
| | | |
| | | private String updateuser; |
| | | |
| | | private String belongs; |
| | | |
| | |
| | | |
| | | private String datastage; |
| | | |
| | | private Integer dirid; |
| | | private String photono; |
| | | |
| | | private Integer depid; |
| | | |
| | | private Integer verid; |
| | | private String workno; |
| | | |
| | | public SexplorationpointEntity() { |
| | | } |
| | |
| | | this.exppointid = exppointid; |
| | | } |
| | | |
| | | 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 BigDecimal getElev() { |
| | | return elev; |
| | | public BigDecimal getElevation() { |
| | | return elevation; |
| | | } |
| | | |
| | | public void setElev(BigDecimal elev) { |
| | | this.elev = elev; |
| | | public void setElevation(BigDecimal elevation) { |
| | | this.elevation = elevation; |
| | | } |
| | | |
| | | public BigDecimal getHoledepth() { |
| | |
| | | this.holedepth = holedepth; |
| | | } |
| | | |
| | | public BigDecimal getGwaterdep() { |
| | | public String getGwaterdep() { |
| | | return gwaterdep; |
| | | } |
| | | |
| | | public void setGwaterdep(BigDecimal gwaterdep) { |
| | | public void setGwaterdep(String gwaterdep) { |
| | | this.gwaterdep = gwaterdep; |
| | | } |
| | | |
| | | public BigDecimal getWamplitude() { |
| | | public String getWamplitude() { |
| | | return wamplitude; |
| | | } |
| | | |
| | | public void setWamplitude(BigDecimal wamplitude) { |
| | | public void setWamplitude(String wamplitude) { |
| | | this.wamplitude = wamplitude; |
| | | } |
| | | |
| | |
| | | |
| | | public void setDrilltype(String drilltype) { |
| | | this.drilltype = drilltype; |
| | | } |
| | | |
| | | public String getEventid() { |
| | | return eventid; |
| | | } |
| | | |
| | | public void setEventid(String eventid) { |
| | | this.eventid = eventid; |
| | | } |
| | | |
| | | public String getSegname() { |
| | |
| | | |
| | | public void setPipename(String pipename) { |
| | | this.pipename = pipename; |
| | | } |
| | | |
| | | 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 void setPhotono(String photono) { |
| | | this.photono = photono; |
| | | } |
| | | |
| | | public Integer getDepid() { |
| | | return depid; |
| | | public String getWorkno() { |
| | | return workno; |
| | | } |
| | | |
| | | public void setDepid(Integer depid) { |
| | | this.depid = depid; |
| | | } |
| | | |
| | | public Integer getVerid() { |
| | | return verid; |
| | | } |
| | | |
| | | public void setVerid(Integer verid) { |
| | | this.verid = verid; |
| | | public void setWorkno(String workno) { |
| | | this.workno = workno; |
| | | } |
| | | } |