| | |
| | | |
| | | import java.math.BigDecimal; |
| | | import java.sql.Timestamp; |
| | | import java.time.LocalDate; |
| | | |
| | | /** |
| | | * Mdetactionpipelinepoint |
| | |
| | | @TableName("bs.m_detaction_pipelinepoint") |
| | | @EqualsAndHashCode(callSuper = false) |
| | | public class MdetactionpipelinepointEntity extends BaseGeoEntity { |
| | | private static final long serialVersionUID = 488103974837858240L; |
| | | private static final long serialVersionUID = 576425296057213696L; |
| | | |
| | | 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; |
| | | |
| | |
| | | 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; |
| | | } |
| | | |