| | |
| | | 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; |
| | | |
| | | /** |
| | | * Mdetactionpipelinepoint |
| | |
| | | @AllArgsConstructor |
| | | @TableName("bs.m_detaction_pipelinepoint") |
| | | @EqualsAndHashCode(callSuper = false) |
| | | public class MdetactionpipelinepointEntity extends BaseGeoEntity implements Serializable { |
| | | private static final long serialVersionUID = 792814976904920704L; |
| | | |
| | | private String eventid; |
| | | public class MdetactionpipelinepointEntity extends BaseGeoEntity { |
| | | private static final long serialVersionUID = 80352630969301168L; |
| | | |
| | | private String projname; |
| | | |
| | |
| | | |
| | | private String laying; |
| | | |
| | | private String layingdate; |
| | | private LocalDate layingdate; |
| | | |
| | | private String flowto; |
| | | |
| | |
| | | |
| | | private String dpipetype; |
| | | |
| | | private String surveydate; |
| | | private LocalDate surveydate; |
| | | |
| | | private BigDecimal x; |
| | | |
| | |
| | | private BigDecimal botelev; |
| | | |
| | | private BigDecimal depth; |
| | | |
| | | private String createtime; |
| | | |
| | | private String createuser; |
| | | |
| | | private String updatetime; |
| | | |
| | | private String updateuser; |
| | | |
| | | private String belongs; |
| | | |
| | |
| | | |
| | | private BigDecimal voltage; |
| | | |
| | | private Integer dirid; |
| | | |
| | | private Integer depid; |
| | | |
| | | private Integer verid; |
| | | |
| | | public MdetactionpipelinepointEntity() { |
| | | } |
| | | |
| | | public String getEventid() { |
| | | return eventid; |
| | | } |
| | | |
| | | public void setEventid(String eventid) { |
| | | this.eventid = eventid; |
| | | } |
| | | |
| | | public String getProjname() { |
| | |
| | | this.laying = laying; |
| | | } |
| | | |
| | | public String getLayingdate() { |
| | | public LocalDate getLayingdate() { |
| | | return layingdate; |
| | | } |
| | | |
| | | public void setLayingdate(String layingdate) { |
| | | public void setLayingdate(LocalDate layingdate) { |
| | | this.layingdate = layingdate; |
| | | } |
| | | |
| | |
| | | this.dpipetype = dpipetype; |
| | | } |
| | | |
| | | public String getSurveydate() { |
| | | public LocalDate getSurveydate() { |
| | | return surveydate; |
| | | } |
| | | |
| | | public void setSurveydate(String surveydate) { |
| | | public void setSurveydate(LocalDate surveydate) { |
| | | this.surveydate = surveydate; |
| | | } |
| | | |
| | | 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 void setDepth(BigDecimal depth) { |
| | | this.depth = depth; |
| | | } |
| | | |
| | | 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() { |
| | |
| | | |
| | | public void setVoltage(BigDecimal voltage) { |
| | | this.voltage = voltage; |
| | | } |
| | | |
| | | public Integer getDirid() { |
| | | return dirid; |
| | | } |
| | | |
| | | 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; |
| | | } |
| | | } |