管道基础大数据平台系统开发-【后端】-Server
1
13693261870
2022-12-22 295ae6c7514c90a2081a7806358007fec96bf238
src/main/java/com/lf/server/entity/bs/MdetactionpipelinepointEntity.java
@@ -7,6 +7,7 @@
import java.math.BigDecimal;
import java.sql.Timestamp;
import java.time.LocalDate;
/**
 * Mdetactionpipelinepoint
@@ -17,7 +18,7 @@
@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;
@@ -41,7 +42,7 @@
    private String laying;
    private String layingdate;
    private LocalDate layingdate;
    private String flowto;
@@ -51,7 +52,7 @@
    private String dpipetype;
    private String surveydate;
    private LocalDate surveydate;
    private BigDecimal x;
@@ -170,11 +171,11 @@
        this.laying = laying;
    }
    public String getLayingdate() {
    public LocalDate getLayingdate() {
        return layingdate;
    }
    public void setLayingdate(String layingdate) {
    public void setLayingdate(LocalDate layingdate) {
        this.layingdate = layingdate;
    }
@@ -210,11 +211,11 @@
        this.dpipetype = dpipetype;
    }
    public String getSurveydate() {
    public LocalDate getSurveydate() {
        return surveydate;
    }
    public void setSurveydate(String surveydate) {
    public void setSurveydate(LocalDate surveydate) {
        this.surveydate = surveydate;
    }